1. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  2. 50ab8ec nfs: fix nfs_size_to_loff_t by Christoph Hellwig · 8 years ago
  3. 75f26df Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  4. 210c7c1 NFS: Use wait_on_atomic_t() for unlock after readahead by Benjamin Coddington · 8 years ago
  5. 942e3d7 Merge branch 'pnfs_generic' by Trond Myklebust · 8 years ago
  6. af7cf05 NFS: Allow multiple commit requests in flight per file by Trond Myklebust · 9 years ago
  7. d6c843b nfs: only remove page from mapping if launder_page fails by Peng Tao · 9 years ago
  8. 0d0def4 teach nfs_get_link() to work in RCU mode by Al Viro · 9 years ago
  9. aff8d8d NFS: Remove nfs_release() by Anna Schumaker · 9 years ago
  10. 115c48d NFS: nfs_mark_for_revalidate should always set NFS_INO_REVAL_PAGECACHE by Trond Myklebust · 9 years ago
  11. 1bfe3b2 nfs42: serialize LAYOUTSTATS calls of the same file by Peng Tao · 9 years ago
  12. 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  13. 65a4a1c nfs: generic_write_checks() shouldn't be done on swapout... by Al Viro · 9 years ago
  14. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  15. 9e1681c NFSv4: Truncating file opens should also sync O_DIRECT writes by Trond Myklebust · 9 years ago
  16. 874f946 NFS: Fix a regression in the read() syscall by Trond Myklebust · 9 years ago
  17. a08a8cd NFS: Add attribute update barriers to NFS writebacks by Trond Myklebust · 9 years ago
  18. f044636 NFS: Add attribute update barriers to nfs_setattr_update_inode() by Trond Myklebust · 9 years ago
  19. 140e049 NFS: Add a helper to set attribute barriers by Trond Myklebust · 9 years ago
  20. bf40e55 NFSv4: Kill unused nfs_inode->delegation_state field by Trond Myklebust · 9 years ago
  21. cb1410c NFS: fix subtle change in COMMIT behavior by Weston Andros Adamson · 10 years ago
  22. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  23. e19a8a0 block: Remove REQ_KERNEL by Martin K. Petersen · 10 years ago
  24. cb8c20f NFS: Move NFS v3 acl functions to nfs3_fs.h by Anna Schumaker · 10 years ago
  25. f418c64 NFS: Unconditionally enable commit code by Anna Schumaker · 10 years ago
  26. f682a39 NFS: allow lockless access to access_cache by NeilBrown · 10 years ago
  27. 912a108 NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU by NeilBrown · 10 years ago
  28. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  29. 0eecb21 NFS: Create a common nfs_pgio_result_common function by Anna Schumaker · 10 years ago
  30. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 10 years ago
  31. 619d30b convert the guts of nfs_direct_IO() to iov_iter by Al Viro · 10 years ago
  32. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  33. 0e862a4 nfs: make nfs_async_rename non-static by Jeff Layton · 10 years ago
  34. 311324a NFS: Be more aggressive in using readdirplus for 'ls -l' situations by Trond Myklebust · 10 years ago
  35. 8a1f006 Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  36. d529ef8 NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mapping by Jeff Layton · 10 years ago
  37. 013cdf1 nfs: use generic posix ACL infrastructure for v3 Posix ACLs by Christoph Hellwig · 10 years ago
  38. 694e096 NFS: Enabling v4.2 should not recompile nfsd and lockd by Anna Schumaker · 11 years ago
  39. f1fe29b NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() by David Howells · 11 years ago
  40. ba6c059 NFS: Ensure that rmdir() waits for sillyrenames to complete by Trond Myklebust · 11 years ago
  41. 43f291c NFS: Make nfs_attribute_cache_expired() non-static by Scott Mayhew · 11 years ago
  42. 959d921 Merge branch 'labeled-nfs' into linux-next by Trond Myklebust · 11 years ago
  43. aa9c266 NFS: Client implementation of Labeled-NFS by David Quigley · 11 years ago
  44. 1775fd3 NFS:Add labels to client function prototypes by David Quigley · 11 years ago
  45. e058f70 NFSv4: Introduce new label structure by Steve Dickson · 11 years ago
  46. c45ffdd NFSv4: Close another NFSv4 recovery race by Trond Myklebust · 11 years ago
  47. 577b423 NFS: Add functionality to allow waiting on all outstanding reads to complete by Trond Myklebust · 11 years ago
  48. c58c844 NFS: Don't accept more reads/writes if the open context recovery failed by Trond Myklebust · 11 years ago
  49. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  50. 6168f62 NFSv4: Add ACCESS operation to OPEN compound by Weston Andros Adamson · 12 years ago
  51. 05990d1 NFS: Fix fdatasync/fsync() when confronted with a server reboot by Trond Myklebust · 12 years ago
  52. 2a36915 NFS: Clean up helper function nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  53. c3f52af NFS: Fix the initialisation of the readdir 'cookieverf' array by Trond Myklebust · 12 years ago
  54. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  55. a564b8f nfs: enable swap on NFS by Mel Gorman · 12 years ago
  56. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  57. ab96291 NFS: Split out NFS v3 inode operations by Bryan Schumaker · 12 years ago
  58. 597d928 NFS: Split out NFS v2 inode operations by Bryan Schumaker · 12 years ago
  59. 2701d08 NFSv4.1 add nfs_inode book keeping for mdsthreshold by Andy Adamson · 12 years ago
  60. 82be417 NFSv4.1 cache mdsthreshold values on OPEN by Andy Adamson · 12 years ago
  61. e3c0fb7 NFS: Add NFSDBG_STATE by Chuck Lever · 12 years ago
  62. d69ee9b NFS: Adapt readdirplus to application usage patterns by Trond Myklebust · 12 years ago
  63. ea2cf22 NFS: create struct nfs_commit_info by Fred Isaman · 12 years ago
  64. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 12 years ago
  65. 0b7c015 NFS: add a struct nfs_commit_data to replace nfs_write_data in commits by Fred Isaman · 12 years ago
  66. 6f00866 NFS: Fix more NFS debug related build warnings by Trond Myklebust · 12 years ago
  67. 9304a81 nfs: non void functions must return a value by Stephen Rothwell · 12 years ago
  68. e27d359 SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUG by Trond Myklebust · 12 years ago
  69. d6d6dc7 NFS: remove nfs_inode radix tree by Fred Isaman · 12 years ago
  70. d8e0539 NFS: add filehandle crc for debug display by Weston Andros Adamson · 12 years ago
  71. 20d27e9 NFS: Add a client-side function to display NFS file handles by Chuck Lever · 12 years ago
  72. 5ede7b1 pull manipulations of rpc_cred inside alloc_nfs_open_context() by Al Viro · 13 years ago
  73. 1788ea6 nfs: when attempting to open a directory, fall back on normal lookup (try #5) by Jeff Layton · 13 years ago
  74. 92407e7 nfs4: serialize layoutcommit by Peng Tao · 13 years ago
  75. a9a4a87 NFS: Use the inode->i_version to cache NFSv4 change attribute information by Trond Myklebust · 13 years ago
  76. 1b8e949 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  77. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  78. 0c03080 NFS: Fix spurious readdir cookie loop messages by Trond Myklebust · 13 years ago
  79. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  80. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  81. 863a3c6 NFSv4.1: layoutcommit by Andy Adamson · 13 years ago
  82. e0c2b38 NFSv4.1: filelayout driver specific code for COMMIT by Fred Isaman · 13 years ago
  83. a861a1e NFSv4.1: add generic layer hooks for pnfs COMMIT by Fred Isaman · 13 years ago
  84. 8ef2ce3 NFS: Detect loops in a readdir due to bad cookies by Bryan Schumaker · 13 years ago
  85. 480c200 NFS: Create nfs_open_dir_context by Bryan Schumaker · 13 years ago
  86. b31268a FS: Use stable writes when not doing a bulk flush by Trond Myklebust · 13 years ago
  87. 1360289 NFS: change nfs_writeback_done to return void by Fred Isaman · 13 years ago
  88. 36d43a4 NFS: Use d_automount() rather than abusing follow_link() by David Howells · 13 years ago
  89. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  90. 11de3b1 NFS: Fix a memory leak in nfs_readdir by Trond Myklebust · 14 years ago
  91. 5685b97 nfs: trivial: remove unused nfs_wait_event macro by Jeff Layton · 14 years ago
  92. 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
  93. 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
  94. e5e9401 NFS: create and destroy inode's layout cache by Benny Halevy · 14 years ago
  95. 7ab672c NFSv4.1: pnfs: filelayout: introduce minimal file layout driver by Dean Hildebrand · 14 years ago
  96. 85e174b NFS: set layout driver by Ricardo Labiaga · 14 years ago
  97. 779c517 nfs: move nfs_sillyrename to unlink.c by Jeff Layton · 14 years ago
  98. cd9a1c0 NFSv4: Clean up nfs4_atomic_open by Trond Myklebust · 14 years ago
  99. 56463e5 NFS: Use super.c for NFSROOT mount option parsing by Chuck Lever · 14 years ago
  100. 5b22216 nfs: __rcu annotations by Arnd Bergmann · 14 years ago