1. 16 Sep, 2003 3 commits
    • Jan Harkes's avatar
      [PATCH] Coda updates [3/5] · 449fe968
      Jan Harkes authored
      Both userspace and the kernel are testing only the fsuid part of the 
      coda_creds credentials structure. Nothing else is really used, so we now
      match the code with the actual usage by only passing fsuid around. The
      kernel-userspace API is kept compatible (for now).
      449fe968
    • Jan Harkes's avatar
      [PATCH] Coda updates [2/5] · 64353a2b
      Jan Harkes authored
      Use a global 'epoch' counter to invalidate cached permissions instead of
      traversing a racy linked list of all known Coda inodes.
      64353a2b
    • Jan Harkes's avatar
      [PATCH] Coda updates [1/5] · 87653883
      Jan Harkes authored
        - Remove unused functions and variables.
        - Be a bit more strict with the definition of various types that are
          shared between kernel and userspace.
        - Included a couple of cleanups from Maximilian Attems and Stephen
          Hemminger.
      87653883
  2. 11 Sep, 2003 37 commits