1. 58df095 NFSv4: Allow entries in the idmap cache to expire by Trond Myklebust · 19 years ago
  2. f518e35a SUNRPC: get rid of cl_chatty by Chuck Lever · 19 years ago
  3. a72b442 NFSv4: Allow user to set the port used by the NFSv4 callback channel by Trond Myklebust · 19 years ago
  4. a895b4a NFS: Clean up weak cache consistency code by Trond Myklebust · 19 years ago
  5. 70b9ecb NFS: Make stat() return updated mtimes after a write() by Trond Myklebust · 19 years ago
  6. 40859d7 NFS: support large reads and writes on the wire by Chuck Lever · 19 years ago
  7. 325cfed NFS: make "inode number mismatch" message more useful by Chuck Lever · 19 years ago
  8. dc20f80 NFS: get rid of useless kernel log message by Chuck Lever · 19 years ago
  9. 6b59a75 NFS: Fix error recovery code in fs/nfs/inode.c:__init_nfs() by Chuck Lever · 19 years ago
  10. 286d7d6 NFSv4: Remove requirement for machine creds for the "setclientid" operation by Trond Myklebust · 19 years ago
  11. 29884df NFS: Fix another O_DIRECT race by Trond Myklebust · 19 years ago
  12. 24aa1fe NFS: Fix a few further cache consistency regressions by Trond Myklebust · 19 years ago
  13. 223db12 NFS: Fix cache consistency regression by Steve Dickson · 19 years ago
  14. b37b03b NFS: Fix a spinlock recursion inside nfs_update_inode() by Trond Myklebust · 19 years ago
  15. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  16. d530838 NFSv4: Fix problem with OPEN_DOWNGRADE by Trond Myklebust · 19 years ago
  17. d3f8cf4 [PATCH] NFS: Remove unbalanced spin_unlock() calls from nfs_refresh_inode() by Trond Myklebust · 19 years ago
  18. bec273b NFS: Allow files that are open for write to invalidate caches by Trond Myklebust · 19 years ago
  19. decf491 NFS: Don't let nfs_end_data_update() clobber attribute update information by Trond Myklebust · 19 years ago
  20. 3380114 NFS: Optimise inode attribute cache updates by Trond Myklebust · 19 years ago
  21. 913a70f NFS: Convert cache_change_attribute into a jiffy-based value by Trond Myklebust · 19 years ago
  22. 642ac54 NFSv4: Return delegations in case we're changing ACLs by Trond Myklebust · 19 years ago
  23. cae7a07 NFSv4: Return delegation upon rename or removal of file. by Trond Myklebust · 19 years ago
  24. cff6bf9 Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6 by Trond Myklebust · 19 years ago
  25. 6ce9691 [PATCH] NFS: Fix Oopsable/unnecessary i_count manipulations in nfs_wait_on_inode() by Trond Myklebust · 19 years ago
  26. b3c52da [PATCH] NFS: Fix cache consistency races by Trond Myklebust · 19 years ago
  27. 3063d8a NFS: Make /proc/mounts display the protocol used by NFSv4 by Trond Myklebust · 19 years ago
  28. 03bf4b7 [PATCH] RPC: parametrize various transport connect timeouts by Chuck Lever · 19 years ago
  29. eab5c08 [PATCH] NFS: use a constant value for TCP retransmit timeouts by Chuck Lever · 19 years ago
  30. fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
  31. dc59250 [PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsi by Chuck Lever · 19 years ago
  32. 412d582 [PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flags by Chuck Lever · 19 years ago
  33. 5529680 [PATCH] NFS: split nfsi->flags into two fields by Chuck Lever · 19 years ago
  34. 65e4308 [PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL creates by Trond Myklebust · 19 years ago
  35. 3da28eb [PATCH] NFS: Replace nfs_page insertion sort with a radix sort by Trond Myklebust · 19 years ago
  36. fe51beec [PATCH] NFS: Ensure that fstat() always returns the correct mtime by Trond Myklebust · 19 years ago
  37. 7d52e86 [PATCH] NFS: Cleanup of caching code, and slight optimization of writes. by Trond Myklebust · 19 years ago
  38. 951a143 [PATCH] NFS: Fix the file size revalidation by Trond Myklebust · 19 years ago
  39. f0dd213 [PATCH] NFS: Clean up readdir changes. by Trond Myklebust · 19 years ago
  40. 00a9264 [PATCH] NFS: Hide NFS server-generated readdir cookies from userland by Olivier Galibert · 19 years ago
  41. 458818e [PATCH] NFS: Fix up v3 ACL caching code by Trond Myklebust · 19 years ago
  42. 055ffbe [PATCH] NFS: Fix handling of the umask when an NFSv3 default acl is present. by Andreas Gruenbacher · 19 years ago
  43. b7fa055 [PATCH] NFS: Add support for NFSv3 ACLs by Andreas Gruenbacher · 19 years ago
  44. 6a19275 [PATCH] RPC: [PATCH] improve rpcauthauth_create error returns by J. Bruce Fields · 19 years ago
  45. e50a1c2 [PATCH] NFSv4: client-side caching NFSv4 ACLs by J. Bruce Fields · 19 years ago
  46. ada70d9 [PATCH] NFS: Add hooks to allow common NFS attribute code to clear cached acls by Trond Myklebust · 19 years ago
  47. 92cfc62 [PATCH] NFS: Allow NFS versions to support different sets of inode operations. by J. Bruce Fields · 19 years ago
  48. 464a98b [PATCH] NFS: cleanup: shrink struct nfs_open_context by Trond Myklebust · 19 years ago
  49. 4ce7971 [PATCH] NFS: Header file cleanup... by Trond Myklebust · 19 years ago
  50. 9085bbc [PATCH] NFS: Kill annoying mount version mismatch printks by Trond Myklebust · 19 years ago
  51. 5b616f5 [PATCH] RPC: Make rpc_create_client() destroy the transport on failure. by Trond Myklebust · 19 years ago
  52. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  53. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago