1. 5f3e97c nfs: fix mispelling of idmap CONFIG symbol by J. Bruce Fields · 14 years ago
  2. 878215f NFS: Don't leak in nfs_proc_symlink() by Jesper Juhl · 14 years ago
  3. 1174dd1 NFSv4: Convert a few commas into semicolons... by Trond Myklebust · 14 years ago
  4. aa69947 NFS: suppressing showing of default mount port value in /proc fixed by Stanislav Kinsbursky · 14 years ago
  5. 611c96c nfs4: fix units bug causing hang on recovery by J. Bruce Fields · 14 years ago
  6. 72895b1 nfs: Take advantage of kmem_cache_zalloc() in nfs_page_alloc() by Jesper Juhl · 14 years ago
  7. c8b031e NFS: Remove redundant unlikely() by Tobias Klauser · 14 years ago
  8. bf26955 SUNRPC: New xdr_streams XDR decoder API by Chuck Lever · 14 years ago
  9. 9f06c71 SUNRPC: New xdr_streams XDR encoder API by Chuck Lever · 14 years ago
  10. b43cd8c NFS: Remove unused UMNT response data structure by Chuck Lever · 14 years ago
  11. 98eb2b4 NFS: Avoid return code checking in mount XDR encoder functions by Chuck Lever · 14 years ago
  12. ead0059 NFS: Squelch compiler warning in decode_getdeviceinfo() by Chuck Lever · 14 years ago
  13. 573c4e1 NFS: Simplify ->decode_dirent() calling sequence by Chuck Lever · 14 years ago
  14. 8111f37 NFS: Fix hdrlen calculation in NFSv4's decode_read() by Chuck Lever · 14 years ago
  15. 7d93bd71 NFS: Repair whitespace damage in NFS PROC macro by Chuck Lever · 14 years ago
  16. f604870 NFS: Move and update xdr_decode_foo() functions that we're keeping by Chuck Lever · 14 years ago
  17. b2cdd9c NFS: Remove unused old NFSv3 decoder functions by Chuck Lever · 14 years ago
  18. f5fc3c50 NFS: Switch in new NFSv3 decoder functions by Chuck Lever · 14 years ago
  19. e4f9323 NFS: Introduce new-style XDR decoding functions for NFSv2 by Chuck Lever · 14 years ago
  20. 9d5a643 NFS: Update xdr_encode_foo() functions that we're keeping by Chuck Lever · 14 years ago
  21. 499ff71 NFS: Remove unused old NFSv3 encoder functions by Chuck Lever · 14 years ago
  22. ad96b5b NFS: Replace old NFSv3 encoder functions with xdr_stream-based ones by Chuck Lever · 14 years ago
  23. d9c407b NFS: Introduce new-style XDR encoding functions for NFSv3 by Chuck Lever · 14 years ago
  24. 5f96e5e NFS: Move and update xdr_decode_foo() functions that we're keeping by Chuck Lever · 14 years ago
  25. 661ad42 NFS: Replace old NFSv2 decoder functions with xdr_stream-based ones by Chuck Lever · 14 years ago
  26. f796f8b NFS: Introduce new-style XDR decoding functions for NFSv2 by Chuck Lever · 14 years ago
  27. 8582849 NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()'s argument by Chuck Lever · 14 years ago
  28. 282ac2a NFS: Update xdr_encode_foo() functions that we're keeping by Chuck Lever · 14 years ago
  29. 2d70f53 NFS: Remove old NFSv2 encoder functions by Chuck Lever · 14 years ago
  30. 25a0866 NFS: Introduce new-style XDR encoding functions for NFSv2 by Chuck Lever · 14 years ago
  31. 5b362ac NFS: Fix panic after nfs_umount() by Chuck Lever · 14 years ago
  32. 2df485a nfs: remove extraneous and problematic calls to nfs_clear_request by Trond Myklebust · 14 years ago
  33. 0de1b7e nfs: kernel should return EPROTONOSUPPORT when not support NFSv4 by Mi Jinlong · 14 years ago
  34. 21ac19d NFS: Fix fcntl F_GETLK not reporting some conflicts by Sergey Vlasov · 14 years ago
  35. 08a22b3 nfs: Discard ACL cache on mode update by Aneesh Kumar K.V · 14 years ago
  36. 47c716c NFS: Readdir cleanups by Trond Myklebust · 14 years ago
  37. 18fb5fe NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not found by Trond Myklebust · 14 years ago
  38. 11de3b1 NFS: Fix a memory leak in nfs_readdir by Trond Myklebust · 14 years ago
  39. 0aded70 NFS: Ensure we use the correct cookie in nfs_readdir_xdr_filler by Trond Myklebust · 14 years ago
  40. 37a09f0 NFS: Fix a readdirplus bug by Trond Myklebust · 14 years ago
  41. 0b26a0b NFS: Ensure we return the dirent->d_type when it is known by Trond Myklebust · 14 years ago
  42. 3020093f NFS: Correct the array bound calculation in nfs_readdir_add_to_array by Trond Myklebust · 14 years ago
  43. ece0b42 NFS: Don't ignore errors from nfs_do_filldir() by Trond Myklebust · 14 years ago
  44. 85f8607 NFS: Fix the error handling in "uncached_readdir()" by Trond Myklebust · 14 years ago
  45. 7a8e1dc NFS: Fix a page leak in uncached_readdir() by Trond Myklebust · 14 years ago
  46. e7c58e9 NFS: Fix a page leak in nfs_do_filldir() by Trond Myklebust · 14 years ago
  47. 5c34685 NFS: Assume eof if the server returns no readdir records by Trond Myklebust · 14 years ago
  48. 463a376 NFS: Buffer overflow in ->decode_dirent() should not be fatal by Trond Myklebust · 14 years ago
  49. b47d19d Pure nfs client performance using odirect. by Arun Bharadwaj · 14 years ago
  50. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  51. 04e4bd1 nfs: Ignore kmemleak false positive in nfs_readdir_make_qstr by Catalin Marinas · 14 years ago
  52. ac39612 NFS: readdir shouldn't read beyond the reply returned by the server by Trond Myklebust · 14 years ago
  53. 8cd51a0 NFS: Fix a couple of regressions in readdir. by Trond Myklebust · 14 years ago
  54. 23ebbd9 Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR" by Trond Myklebust · 14 years ago
  55. 1e657bd Regression: fix mounting NFS when NFSv3 support is not compiled by Paulius Zaleckas · 14 years ago
  56. 51ee4b8 locks: let the caller free file_lock on ->setlease failure by Christoph Hellwig · 14 years ago
  57. 05fa313 locks: fix setlease methods to free passed-in lock by J. Bruce Fields · 14 years ago
  58. 31f4347 convert simple cases of nfs-related ->get_sb() to ->mount() by Al Viro · 14 years ago
  59. a4118ee a couple of open-coded ihold() introduced by nfs merge by Al Viro · 14 years ago
  60. 12364a4 nfs4: The difference of 2 pointers is ptrdiff_t by Geert Uytterhoeven · 14 years ago
  61. 8f0d97b nfs: testing the wrong variable by Dan Carpenter · 14 years ago
  62. 015f021 nfs: handle lock context allocation failures in nfs_create_request by Jeff Layton · 14 years ago
  63. 568a810d Fixed Regression in NFS Direct I/O path by Steve Dickson · 14 years ago
  64. 7420a8c Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  65. 763641d lockd: push lock_flocks down by Arnd Bergmann · 14 years ago
  66. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  67. 18a043f Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  68. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  69. 036a107 NFS: Fix a compile issue in nfs_root by Trond Myklebust · 14 years ago
  70. 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  71. a4dd8dc Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  72. 43c2e88 nfs4: fix channel attribute sanity-checks by J. Bruce Fields · 14 years ago
  73. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  74. 74eb94b Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  75. 1c78709 NFSv4.1: Use more sensible names for 'initialize_mountpoint' by Trond Myklebust · 14 years ago
  76. 16b374c NFSv4.1: pnfs: filelayout: add driver's LAYOUTGET and GETDEVICEINFO infrastructure by Andy Adamson · 14 years ago
  77. b1f69b7 NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructure by Andy Adamson · 14 years ago
  78. 974cec8 NFS: client needs to maintain list of inodes with active layouts by Andy Adamson · 14 years ago
  79. e5e9401 NFS: create and destroy inode's layout cache by Benny Halevy · 14 years ago
  80. 7ab672c NFSv4.1: pnfs: filelayout: introduce minimal file layout driver by Dean Hildebrand · 14 years ago
  81. 02c35fc NFSv4.1: pnfs: full mount/umount infrastructure by Fred Isaman · 14 years ago
  82. 85e174b NFS: set layout driver by Ricardo Labiaga · 14 years ago
  83. 504913f NFS: ask for layouttypes during v4 fsinfo call by Andy Adamson · 14 years ago
  84. 9449925 NFS: change stateid to be a union by Alexandros Batsakis · 14 years ago
  85. 3388bff nfs: fix unchecked value by Roman Borisov · 14 years ago
  86. 55b6e77 Ask for time_delta during fsinfo probe by Ricardo Labiaga · 14 years ago
  87. 6b96724 Revalidate caches on lock by Ricardo Labiaga · 14 years ago
  88. 6f7a35b NFSv4: Fix up the 'dircount' hint in encode_readdir by Trond Myklebust · 14 years ago
  89. 9af8c22 NFSv4: Clean up nfs4_decode_dirent by Trond Myklebust · 14 years ago
  90. 4f08222 NFSv4: nfs4_decode_dirent must clear entry->fattr->valid by Trond Myklebust · 14 years ago
  91. 3201f3d NFSv4: Fix a regression in decode_getfattr by Trond Myklebust · 14 years ago
  92. 7ad0735 NFSv4: Fix up decode_attr_filehandle() to handle the case of empty fh pointer by Trond Myklebust · 14 years ago
  93. 4a201d6 NFS: Ensure we check all allocation return values in new readdir code by Trond Myklebust · 14 years ago
  94. 82f2e54 NFS: Readdir plus in v4 by Bryan Schumaker · 14 years ago
  95. ae42c70 NFS: introduce generic decode_getattr function by Bryan Schumaker · 14 years ago
  96. 9942438 NFS: check xdr_decode for errors by Bryan Schumaker · 14 years ago
  97. 3c8a1ae NFS: nfs_readdir_filler catch all errors by Bryan Schumaker · 14 years ago
  98. 56e4ebf NFS: readdir with vmapped pages by Bryan Schumaker · 14 years ago
  99. afa8ccc NFS: remove page size checking code by Bryan Schumaker · 14 years ago
  100. babddc7 NFS: decode_dirent should use an xdr_stream by Bryan Schumaker · 14 years ago