1. a52458b NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. by NeilBrown · 6 years ago
  2. 684f39b NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred. by NeilBrown · 6 years ago
  3. b68572e NFS: change access cache to use 'struct cred'. by NeilBrown · 6 years ago
  4. ddf529e NFS: move credential expiry tracking out of SUNRPC into NFS. by NeilBrown · 6 years ago
  5. 0de4397 NFS: Convert lookups of the open context to RCU by Trond Myklebust · 6 years ago
  6. 1db97ea NFS: Convert lookups of the lock context to RCU by Trond Myklebust · 6 years ago
  7. e4648aa NFS recover from destination server reboot for copies by Olga Kornievskaia · 6 years ago
  8. 62164f3 NFS add support for asynchronous COPY by Olga Kornievskaia · 7 years ago
  9. 16e1437 NFS: More fine grained attribute tracking by Trond Myklebust · 7 years ago
  10. 9097288 NFS: Convert NFS_INO_INVALID flags to unsigned long by Trond Myklebust · 7 years ago
  11. c3e9c04 Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  12. 2f62b5a fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. 3c18182 NFS: Create NFS_ACCESS_* flags by Anna Schumaker · 7 years ago
  15. 03c6f7d NFS: remove jiffies field from access cache by NeilBrown · 7 years ago
  16. a6b6d5b NFS: Use an atomic_long_t to count the number of requests by Trond Myklebust · 7 years ago
  17. e824f99 NFSv4: Use a mutex to protect the per-inode commit lists by Trond Myklebust · 7 years ago
  18. bd8b244 NFS: Store the raw NFS access mask in the inode's access cache by Trond Myklebust · 8 years ago
  19. f174ff7 nfs: add a nfs_ilookup helper by Peng Tao · 8 years ago
  20. c373fff NFSv4: Don't special case "launder" by Trond Myklebust · 8 years ago
  21. 7d6ddf8 NFS: Add an iocounter wait function for async RPC tasks by Benjamin Coddington · 8 years ago
  22. 518662e NFS: fix usage of mempools. by NeilBrown · 8 years ago
  23. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  24. 187e593 NFS: Clean up nfs_attribute_timeout() by Trond Myklebust · 8 years ago
  25. 3f642a1 NFS: Remove unused function nfs_revalidate_inode_rcu() by Trond Myklebust · 8 years ago
  26. 1cd9cb0 NFS: Only look at the change attribute cache state in nfs_check_verifier by Trond Myklebust · 8 years ago
  27. d51fdb8 NFS: discard nfs_lockowner structure. by NeilBrown · 8 years ago
  28. 532d4de NFSv4: add flock_owner to open context by NeilBrown · 8 years ago
  29. b184b5c NFS: remove l_pid field from nfs_lockowner by NeilBrown · 8 years ago
  30. be52749 NFS: Remove unused function nfs_revalidate_mapping_protected() by Trond Myklebust · 9 years ago
  31. a5864c9 NFS: Do not serialise O_DIRECT reads and writes by Trond Myklebust · 9 years ago
  32. 6b56a89 NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer by Trond Myklebust · 9 years ago
  33. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  34. 884be17 nfs: per-name sillyunlink exclusion by Al Viro · 9 years ago
  35. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  36. 50ab8ec nfs: fix nfs_size_to_loff_t by Christoph Hellwig · 9 years ago
  37. 75f26df Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  38. 210c7c1 NFS: Use wait_on_atomic_t() for unlock after readahead by Benjamin Coddington · 9 years ago
  39. 942e3d7 Merge branch 'pnfs_generic' by Trond Myklebust · 9 years ago
  40. af7cf05 NFS: Allow multiple commit requests in flight per file by Trond Myklebust · 9 years ago
  41. d6c843b nfs: only remove page from mapping if launder_page fails by Peng Tao · 9 years ago
  42. 0d0def4 teach nfs_get_link() to work in RCU mode by Al Viro · 9 years ago
  43. aff8d8d NFS: Remove nfs_release() by Anna Schumaker · 9 years ago
  44. 115c48d NFS: nfs_mark_for_revalidate should always set NFS_INO_REVAL_PAGECACHE by Trond Myklebust · 10 years ago
  45. 1bfe3b2 nfs42: serialize LAYOUTSTATS calls of the same file by Peng Tao · 10 years ago
  46. 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  47. 65a4a1c nfs: generic_write_checks() shouldn't be done on swapout... by Al Viro · 10 years ago
  48. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  49. 9e1681c NFSv4: Truncating file opens should also sync O_DIRECT writes by Trond Myklebust · 10 years ago
  50. 874f946 NFS: Fix a regression in the read() syscall by Trond Myklebust · 10 years ago
  51. a08a8cd NFS: Add attribute update barriers to NFS writebacks by Trond Myklebust · 10 years ago
  52. f044636 NFS: Add attribute update barriers to nfs_setattr_update_inode() by Trond Myklebust · 10 years ago
  53. 140e049 NFS: Add a helper to set attribute barriers by Trond Myklebust · 10 years ago
  54. bf40e55 NFSv4: Kill unused nfs_inode->delegation_state field by Trond Myklebust · 10 years ago
  55. cb1410c NFS: fix subtle change in COMMIT behavior by Weston Andros Adamson · 10 years ago
  56. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  57. e19a8a0 block: Remove REQ_KERNEL by Martin K. Petersen · 10 years ago
  58. cb8c20f NFS: Move NFS v3 acl functions to nfs3_fs.h by Anna Schumaker · 10 years ago
  59. f418c64 NFS: Unconditionally enable commit code by Anna Schumaker · 10 years ago
  60. f682a39 NFS: allow lockless access to access_cache by NeilBrown · 10 years ago
  61. 912a108 NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU by NeilBrown · 10 years ago
  62. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  63. 0eecb21 NFS: Create a common nfs_pgio_result_common function by Anna Schumaker · 11 years ago
  64. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 11 years ago
  65. 619d30b convert the guts of nfs_direct_IO() to iov_iter by Al Viro · 11 years ago
  66. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  67. 0e862a4 nfs: make nfs_async_rename non-static by Jeff Layton · 11 years ago
  68. 311324a NFS: Be more aggressive in using readdirplus for 'ls -l' situations by Trond Myklebust · 11 years ago
  69. 8a1f006 Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  70. d529ef8 NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mapping by Jeff Layton · 11 years ago
  71. 013cdf1 nfs: use generic posix ACL infrastructure for v3 Posix ACLs by Christoph Hellwig · 11 years ago
  72. 694e096 NFS: Enabling v4.2 should not recompile nfsd and lockd by Anna Schumaker · 11 years ago
  73. f1fe29b NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() by David Howells · 11 years ago
  74. ba6c059 NFS: Ensure that rmdir() waits for sillyrenames to complete by Trond Myklebust · 11 years ago
  75. 43f291c NFS: Make nfs_attribute_cache_expired() non-static by Scott Mayhew · 12 years ago
  76. 959d921 Merge branch 'labeled-nfs' into linux-next by Trond Myklebust · 12 years ago
  77. aa9c266 NFS: Client implementation of Labeled-NFS by David Quigley · 12 years ago
  78. 1775fd3 NFS:Add labels to client function prototypes by David Quigley · 12 years ago
  79. e058f70 NFSv4: Introduce new label structure by Steve Dickson · 12 years ago
  80. c45ffdd NFSv4: Close another NFSv4 recovery race by Trond Myklebust · 12 years ago
  81. 577b423 NFS: Add functionality to allow waiting on all outstanding reads to complete by Trond Myklebust · 12 years ago
  82. c58c844 NFS: Don't accept more reads/writes if the open context recovery failed by Trond Myklebust · 12 years ago
  83. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  84. 6168f62 NFSv4: Add ACCESS operation to OPEN compound by Weston Andros Adamson · 12 years ago
  85. 05990d1 NFS: Fix fdatasync/fsync() when confronted with a server reboot by Trond Myklebust · 12 years ago
  86. 2a36915 NFS: Clean up helper function nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  87. c3f52af NFS: Fix the initialisation of the readdir 'cookieverf' array by Trond Myklebust · 12 years ago
  88. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  89. a564b8f nfs: enable swap on NFS by Mel Gorman · 12 years ago
  90. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  91. ab96291 NFS: Split out NFS v3 inode operations by Bryan Schumaker · 12 years ago
  92. 597d928 NFS: Split out NFS v2 inode operations by Bryan Schumaker · 12 years ago
  93. 2701d08 NFSv4.1 add nfs_inode book keeping for mdsthreshold by Andy Adamson · 13 years ago
  94. 82be417 NFSv4.1 cache mdsthreshold values on OPEN by Andy Adamson · 13 years ago
  95. e3c0fb7 NFS: Add NFSDBG_STATE by Chuck Lever · 13 years ago
  96. d69ee9b NFS: Adapt readdirplus to application usage patterns by Trond Myklebust · 13 years ago
  97. ea2cf22 NFS: create struct nfs_commit_info by Fred Isaman · 13 years ago
  98. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 13 years ago
  99. 0b7c015 NFS: add a struct nfs_commit_data to replace nfs_write_data in commits by Fred Isaman · 13 years ago
  100. 6f00866 NFS: Fix more NFS debug related build warnings by Trond Myklebust · 13 years ago