1. 95baa25 NFSv4: Fix the case where NFSv4 renewal fails by Trond Myklebust · 15 years ago
  2. d0367a5 nfs: fix build error in nfsroot with initconst by Sam Ravnborg · 15 years ago
  3. 7ee2cb7 nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission. by Frank Filz · 15 years ago
  4. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  5. 67e5520 vfs: umount_begin BKL pushdown by Alessio Igor Bogani · 15 years ago
  6. 7fdf523 NFS: Close page_mkwrite() races by Trond Myklebust · 15 years ago
  7. 8340437 NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargs by Trond Myklebust · 15 years ago
  8. 2b2ec75 NFS: Fix the return value in nfs_page_mkwrite() by Trond Myklebust · 15 years ago
  9. d508afb NFS: Fix a double free in nfs_parse_mount_options() by Trond Myklebust · 15 years ago
  10. b797cac NFS: Add mount options to enable local caching on NFS by David Howells · 15 years ago
  11. 5d1acff NFS: Display local caching state by David Howells · 15 years ago
  12. 7f8e05f NFS: Store pages from an NFS inode into a local cache by David Howells · 15 years ago
  13. 9a9fc1c NFS: Read pages from FS-Cache into an NFS inode by David Howells · 15 years ago
  14. f42b293 NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching by David Howells · 15 years ago
  15. 1fcdf53 NFS: Add read context retention for FS-Cache to call back with by David Howells · 15 years ago
  16. 545db45 NFS: FS-Cache page management by David Howells · 15 years ago
  17. 6a51091 NFS: Add some new I/O counters for FS-Cache doing things for NFS by David Howells · 15 years ago
  18. d599064 NFS: Invalidate FsCache page flags when cache removed by David Howells · 15 years ago
  19. ef79c09 NFS: Use local disk inode cache by David Howells · 15 years ago
  20. 10329a5 NFS: Define and create inode-level cache objects by David Howells · 15 years ago
  21. 0873404 NFS: Define and create superblock-level objects by David Howells · 15 years ago
  22. 1472728 NFS: Define and create server-level objects by David Howells · 15 years ago
  23. 8ec442a NFS: Register NFS for caching and retrieve the top-level index by David Howells · 15 years ago
  24. 3b9ce97 NFS: Permit local filesystem caching to be enabled for NFS by David Howells · 15 years ago
  25. 6b9b351 NFS: Add comment banners to some NFS functions by David Howells · 15 years ago
  26. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  27. cc85906 Merge branch 'devel' into for-linus by Trond Myklebust · 15 years ago
  28. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  29. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  30. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  31. 3c8c45d NFS: Simplify logic to compare socket addresses in client.c by Chuck Lever · 15 years ago
  32. d188262 Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into devel by Trond Myklebust · 15 years ago
  33. f738f51 NFS: Start PF_INET6 callback listener only if IPv6 support is available by Chuck Lever · 15 years ago
  34. 26298ca NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks by Chuck Lever · 15 years ago
  35. 49a9072 SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() by Chuck Lever · 15 years ago
  36. 9652ada SUNRPC: Change svc_create_xprt() to take a @family argument by Chuck Lever · 15 years ago
  37. f786aa9 constify dentry_operations: NFS by Al Viro · 15 years ago
  38. 7fe5c39 NFS: Optimise NFS close() by Trond Myklebust · 15 years ago
  39. b1e4adf NFS: Fix the notifications when renaming onto an existing file by Trond Myklebust · 15 years ago
  40. 47c6256 NFS: Fix up a mismerged patch by Trond Myklebust · 15 years ago
  41. 9f4c899 NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined... by Trond Myklebust · 15 years ago
  42. a67d18f NFS: load the rpc/rdma transport module automatically by Tom Talpey · 15 years ago
  43. e1ebfd3 NFS: Kill the "defined but not used" compile error on nommu machines by Trond Myklebust · 15 years ago
  44. 72cb77f NFS: Throttle page dirtying while we're flushing to disk by Trond Myklebust · 15 years ago
  45. fb8a1f1 NFS: cleanup - remove struct nfs_inode->ncommit by Trond Myklebust · 15 years ago
  46. a65318b NFSv4: Simplify some cache consistency post-op GETATTRs by Trond Myklebust · 15 years ago
  47. 69aaaae NFSv4: A referral is assumed to always point to a directory. by Trond Myklebust · 15 years ago
  48. 409924e NFSv4: Make decode_getfattr() set fattr->valid to reflect what was decoded by Trond Myklebust · 15 years ago
  49. f26c7a7 NFSv4: Clean up decode_getfattr() by Trond Myklebust · 15 years ago
  50. bca7947 NFS: Fix the type of struct nfs_fattr->mode by Trond Myklebust · 15 years ago
  51. 1ca277d NFS: Shrink the struct nfs_fattr by Trond Myklebust · 15 years ago
  52. 9e6e70f NFSv4: Support NFSv4 optional attributes in the struct nfs_fattr by Trond Myklebust · 15 years ago
  53. 78f945f NFSv4: Ignore errors on the post-op attributes in SETATTR calls by Trond Myklebust · 15 years ago
  54. 37d9d76 NFS: flush cached directory information slightly more readily. by NeilBrown · 15 years ago
  55. 2b57dc6 NFS: Minor __nfs_revalidate_inode cleanup by Suresh Jayaraman · 15 years ago
  56. d7371c4 Bug 11061, NFS mounts dropped by Ian Dall · 15 years ago
  57. a71ee33 NFS: Handle -ESTALE error in access() by Suresh Jayaraman · 15 years ago
  58. ae46141 NFSv3: Fix posix ACL code by Trond Myklebust · 15 years ago
  59. ef95d31 NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2) by Trond Myklebust · 15 years ago
  60. 97afe47 fs/Kconfig: move nfs out by Alexey Dobriyan · 15 years ago
  61. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  62. 08cc36c Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  63. 46f72f5 fs/nfs/nfs4proc.c: make nfs4_map_errors() static by WANG Cong · 16 years ago
  64. 945b34a rpc: allow gss callbacks to client by Olga Kornievskaia · 16 years ago
  65. cf8cdbe NFS: remove unused status from encode routines by Andy Adamson · 16 years ago
  66. d017931 NFS: increment number of operations in each encode routine by Andy Adamson · 16 years ago
  67. 49c2559 NFS: fix comment placement in nfs4xdr.c by Benny Halevy · 16 years ago
  68. 05d564f NFS: fix tabs in nfs4xdr.c by Andy Adamson · 16 years ago
  69. 6c0195a NFS: remove white space from nfs4xdr.c by Andy Adamson · 16 years ago
  70. 3741307 nfs: remove incorrect usage of nfs4 compound response hdr.status by Benny Halevy · 16 years ago
  71. aadf615 nfs: return compound hdr.status when there are no op replies by Benny Halevy · 16 years ago
  72. 027b6ca NFSv4: Fix an infinite loop in the NFS state recovery code by Trond Myklebust · 16 years ago
  73. 64672d5 optimize attribute timeouts for "noac" and "actimeo=0" by Peter Staubach · 16 years ago
  74. dc0b027 NFSv4: Convert the open and close ops to use fmode by Trond Myklebust · 16 years ago
  75. 7a50c60 NFS: Use delegations to optimise ACCESS calls by Trond Myklebust · 16 years ago
  76. 15860ab NFSv4: Ensure that we set the verifier when revalidating delegated dentries by Trond Myklebust · 16 years ago
  77. 5584c30 NFSv4: Clean up is_atomic_open() by Trond Myklebust · 16 years ago
  78. bd7bf9d NFSv4: Convert delegation->type field to fmode_t by Trond Myklebust · 16 years ago
  79. 9082a5c NFSv4: Fix up delegation callbacks by Trond Myklebust · 16 years ago
  80. b7391f4 NFSv4: Return unreferenced delegations more promptly by Trond Myklebust · 16 years ago
  81. 6411bd4 NFSv4: Clean up the asynchronous delegation return by Trond Myklebust · 16 years ago
  82. b0d3ded NFSv4: Clean up nfs_expire_all_delegations() by Trond Myklebust · 16 years ago
  83. 0d62f85 NFSv4: Fix a BAD_SEQUENCEID condition. by Trond Myklebust · 16 years ago
  84. f3c7649 NFSv4: Don't exit the state management if there are still tasks to do by Trond Myklebust · 16 years ago
  85. e005e80 NFSv4: Rename the state reclaimer thread by Trond Myklebust · 16 years ago
  86. 707fb4b NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management... by Trond Myklebust · 16 years ago
  87. 515d861 NFSv4: Clean up the support for returning multiple delegations by Trond Myklebust · 16 years ago
  88. 9e33bed NFSv4: Add recovery for individual stateids by Trond Myklebust · 16 years ago
  89. 95d35cb NFSv4: Remove nfs_client->cl_sem by Trond Myklebust · 16 years ago
  90. 19e03c5 NFSv4: Ensure that file unlock requests don't conflict with state recovery by Trond Myklebust · 16 years ago
  91. 65de872 NFS: Remove the unnecessary argument to nfs4_wait_clnt_recover() by Trond Myklebust · 16 years ago
  92. fe1d819 NFSv4: Ensure that nfs4_reclaim_open_state() doesn't depend on cl_sem by Trond Myklebust · 16 years ago
  93. 7eff03a NFSv4: Add a recovery marking scheme for state owners by Trond Myklebust · 16 years ago
  94. 0f605b5 NFSv4: Don't tell server we rebooted when not necessary by Trond Myklebust · 16 years ago
  95. e598d84 NFSv4: Remove redundant RENEW calls if we know the lease has expired by Trond Myklebust · 16 years ago
  96. b79a4a1 NFSv4: Fix state recovery when the client runs over the grace period by Trond Myklebust · 16 years ago
  97. 6dc9d57 NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lock by Trond Myklebust · 16 years ago
  98. 0286001 NFSv4: Clean up for the state loss reclaimer by Trond Myklebust · 16 years ago
  99. 15c831b NFS: Use atomic bitops when changing struct nfs_delegation->flags by Trond Myklebust · 16 years ago
  100. 86e8948 NFSv4: Fix up the dereferencing of delegation->inode by Trond Myklebust · 16 years ago