1. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  2. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  3. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  4. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  5. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  6. 949854d fs: Use rename lock and RCU for multi-step operations by Nick Piggin · 14 years ago
  7. b23fb0a fs: scale inode alias list by Nick Piggin · 14 years ago
  8. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  9. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  10. d035c36 NFSv4: Ensure continued open and lockowner name uniqueness by Trond Myklebust · 14 years ago
  11. d3978bb NFS: Move cl_delegations to the nfs_server struct by Chuck Lever · 14 years ago
  12. dda4b22 NFS: Introduce nfs_detach_delegations() by Chuck Lever · 14 years ago
  13. 24d292b NFS: Move cl_state_owners and related fields to the nfs_server struct by Chuck Lever · 14 years ago
  14. fca5238 NFS: Allow walking nfs_client.cl_superblocks list outside client.c by Chuck Lever · 14 years ago
  15. f7e8917 pnfs: layout roc code by Fred Isaman · 14 years ago
  16. 3684037 pnfs: update nfs4_callback_recallany to handle layouts by Alexandros Batsakis · 14 years ago
  17. 43f1b3d pnfs: add CB_LAYOUTRECALL handling by Fred Isaman · 14 years ago
  18. f2a6256 pnfs: CB_LAYOUTRECALL xdr code by Fred Isaman · 14 years ago
  19. cc6e534 pnfs: change lo refcounting to atomic_t by Fred Isaman · 14 years ago
  20. fc1794c pnfs: check that partial LAYOUTGET return is ignored by Fred Isaman · 14 years ago
  21. 2130ff6 pnfs: add layout to client list before sending rpc by Fred Isaman · 14 years ago
  22. cf7d63f pnfs: serialize LAYOUTGET(openstateid) by Fred Isaman · 14 years ago
  23. c31663d pnfs: layoutget rpc code cleanup by Fred Isaman · 14 years ago
  24. 4541d16 pnfs: change how lsegs are removed from layout list by Fred Isaman · 14 years ago
  25. fd6002e pnfs: change layout state seqlock to a spinlock by Fred Isaman · 14 years ago
  26. b7edfaa pnfs: add prefix to struct pnfs_layout_hdr fields by Fred Isaman · 14 years ago
  27. 566052c pnfs: add prefix to struct pnfs_layout_segment fields by Fred Isaman · 14 years ago
  28. daaa82d pnfs: remove unnecessary field lgp->status by Fred Isaman · 14 years ago
  29. 52fabd7 pnfs: fix incorrect comment in destroy_lseg by Fred Isaman · 14 years ago
  30. 4a19de0 NFS rename client back channel transport field by Andy Adamson · 14 years ago
  31. 42acd02 NFS add session back channel draining by Andy Adamson · 14 years ago
  32. ece0de6 NFS RPC_AUTH_GSS unsupported on v4.1 back channel by Andy Adamson · 14 years ago
  33. c36fca5 NFS refactor nfs_find_client and reference client across callback processing by Andy Adamson · 14 years ago
  34. 2c2618c NFS associate sessionid with callback connection by Andy Adamson · 14 years ago
  35. f4eecd5 NFS implement v4.0 callback_ident by Andy Adamson · 14 years ago
  36. ea00528 NFS do not clear minor version at nfs_client free by Andy Adamson · 14 years ago
  37. 01c9a0b NFS use svc_create_xprt for NFSv4.1 callback service by Andy Adamson · 14 years ago
  38. 64c2ce8 nfsv4: Switch to generic xattr handling code by Aneesh Kumar K.V · 14 years ago
  39. a8a5da9 nfs: Set MS_POSIXACL always by Aneesh Kumar K.V · 14 years ago
  40. bf0c84f NFS: use ERR_CAST() by Namhyung Kim · 14 years ago
  41. 5f3e97c nfs: fix mispelling of idmap CONFIG symbol by J. Bruce Fields · 14 years ago
  42. 878215f NFS: Don't leak in nfs_proc_symlink() by Jesper Juhl · 14 years ago
  43. 1174dd1 NFSv4: Convert a few commas into semicolons... by Trond Myklebust · 14 years ago
  44. aa69947 NFS: suppressing showing of default mount port value in /proc fixed by Stanislav Kinsbursky · 14 years ago
  45. 611c96c nfs4: fix units bug causing hang on recovery by J. Bruce Fields · 14 years ago
  46. 72895b1 nfs: Take advantage of kmem_cache_zalloc() in nfs_page_alloc() by Jesper Juhl · 14 years ago
  47. c8b031e NFS: Remove redundant unlikely() by Tobias Klauser · 14 years ago
  48. bf26955 SUNRPC: New xdr_streams XDR decoder API by Chuck Lever · 14 years ago
  49. 9f06c71 SUNRPC: New xdr_streams XDR encoder API by Chuck Lever · 14 years ago
  50. b43cd8c NFS: Remove unused UMNT response data structure by Chuck Lever · 14 years ago
  51. 98eb2b4 NFS: Avoid return code checking in mount XDR encoder functions by Chuck Lever · 14 years ago
  52. ead0059 NFS: Squelch compiler warning in decode_getdeviceinfo() by Chuck Lever · 14 years ago
  53. 573c4e1 NFS: Simplify ->decode_dirent() calling sequence by Chuck Lever · 14 years ago
  54. 8111f37 NFS: Fix hdrlen calculation in NFSv4's decode_read() by Chuck Lever · 14 years ago
  55. 7d93bd71 NFS: Repair whitespace damage in NFS PROC macro by Chuck Lever · 14 years ago
  56. f604870 NFS: Move and update xdr_decode_foo() functions that we're keeping by Chuck Lever · 14 years ago
  57. b2cdd9c NFS: Remove unused old NFSv3 decoder functions by Chuck Lever · 14 years ago
  58. f5fc3c50 NFS: Switch in new NFSv3 decoder functions by Chuck Lever · 14 years ago
  59. e4f9323 NFS: Introduce new-style XDR decoding functions for NFSv2 by Chuck Lever · 14 years ago
  60. 9d5a643 NFS: Update xdr_encode_foo() functions that we're keeping by Chuck Lever · 14 years ago
  61. 499ff71 NFS: Remove unused old NFSv3 encoder functions by Chuck Lever · 14 years ago
  62. ad96b5b NFS: Replace old NFSv3 encoder functions with xdr_stream-based ones by Chuck Lever · 14 years ago
  63. d9c407b NFS: Introduce new-style XDR encoding functions for NFSv3 by Chuck Lever · 14 years ago
  64. 5f96e5e NFS: Move and update xdr_decode_foo() functions that we're keeping by Chuck Lever · 14 years ago
  65. 661ad42 NFS: Replace old NFSv2 decoder functions with xdr_stream-based ones by Chuck Lever · 14 years ago
  66. f796f8b NFS: Introduce new-style XDR decoding functions for NFSv2 by Chuck Lever · 14 years ago
  67. 8582849 NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()'s argument by Chuck Lever · 14 years ago
  68. 282ac2a NFS: Update xdr_encode_foo() functions that we're keeping by Chuck Lever · 14 years ago
  69. 2d70f53 NFS: Remove old NFSv2 encoder functions by Chuck Lever · 14 years ago
  70. 25a0866 NFS: Introduce new-style XDR encoding functions for NFSv2 by Chuck Lever · 14 years ago
  71. 5b362ac NFS: Fix panic after nfs_umount() by Chuck Lever · 14 years ago
  72. 2df485a nfs: remove extraneous and problematic calls to nfs_clear_request by Trond Myklebust · 14 years ago
  73. 0de1b7e nfs: kernel should return EPROTONOSUPPORT when not support NFSv4 by Mi Jinlong · 14 years ago
  74. 21ac19d NFS: Fix fcntl F_GETLK not reporting some conflicts by Sergey Vlasov · 14 years ago
  75. 08a22b3 nfs: Discard ACL cache on mode update by Aneesh Kumar K.V · 14 years ago
  76. 47c716c NFS: Readdir cleanups by Trond Myklebust · 14 years ago
  77. 18fb5fe NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not found by Trond Myklebust · 14 years ago
  78. 11de3b1 NFS: Fix a memory leak in nfs_readdir by Trond Myklebust · 14 years ago
  79. 0aded70 NFS: Ensure we use the correct cookie in nfs_readdir_xdr_filler by Trond Myklebust · 14 years ago
  80. 37a09f0 NFS: Fix a readdirplus bug by Trond Myklebust · 14 years ago
  81. 0b26a0b NFS: Ensure we return the dirent->d_type when it is known by Trond Myklebust · 14 years ago
  82. 3020093f NFS: Correct the array bound calculation in nfs_readdir_add_to_array by Trond Myklebust · 14 years ago
  83. ece0b42 NFS: Don't ignore errors from nfs_do_filldir() by Trond Myklebust · 14 years ago
  84. 85f8607 NFS: Fix the error handling in "uncached_readdir()" by Trond Myklebust · 14 years ago
  85. 7a8e1dc NFS: Fix a page leak in uncached_readdir() by Trond Myklebust · 14 years ago
  86. e7c58e9 NFS: Fix a page leak in nfs_do_filldir() by Trond Myklebust · 14 years ago
  87. 5c34685 NFS: Assume eof if the server returns no readdir records by Trond Myklebust · 14 years ago
  88. 463a376 NFS: Buffer overflow in ->decode_dirent() should not be fatal by Trond Myklebust · 14 years ago
  89. b47d19d Pure nfs client performance using odirect. by Arun Bharadwaj · 14 years ago
  90. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  91. 04e4bd1 nfs: Ignore kmemleak false positive in nfs_readdir_make_qstr by Catalin Marinas · 14 years ago
  92. ac39612 NFS: readdir shouldn't read beyond the reply returned by the server by Trond Myklebust · 14 years ago
  93. 8cd51a0 NFS: Fix a couple of regressions in readdir. by Trond Myklebust · 14 years ago
  94. 23ebbd9 Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR" by Trond Myklebust · 14 years ago
  95. 1e657bd Regression: fix mounting NFS when NFSv3 support is not compiled by Paulius Zaleckas · 14 years ago
  96. 51ee4b8 locks: let the caller free file_lock on ->setlease failure by Christoph Hellwig · 14 years ago
  97. 05fa313 locks: fix setlease methods to free passed-in lock by J. Bruce Fields · 14 years ago
  98. 31f4347 convert simple cases of nfs-related ->get_sb() to ->mount() by Al Viro · 14 years ago
  99. a4118ee a couple of open-coded ihold() introduced by nfs merge by Al Viro · 14 years ago
  100. 12364a4 nfs4: The difference of 2 pointers is ptrdiff_t by Geert Uytterhoeven · 14 years ago