1. 26f4744 NFSv4.1: nfs4_layoutget_handle_exception handle revoked state by Trond Myklebust · 8 years ago
  2. d7f3e4b NFSv4: nfs4_handle_setlk_error() handle expiration as revoke case by Trond Myklebust · 8 years ago
  3. 404ea356 NFSv4: nfs4_handle_delegation_recall_error() handle expiration as revoke case by Trond Myklebust · 8 years ago
  4. 26d3630 NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/locku by Trond Myklebust · 8 years ago
  5. f0b0bf8 NFSv4.1: FREE_STATEID can be asynchronous by Trond Myklebust · 8 years ago
  6. c5896fc NFSv4.1: Ensure we always run TEST/FREE_STATEID on locks by Trond Myklebust · 8 years ago
  7. f7a62ad NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID by Trond Myklebust · 8 years ago
  8. 63d63cb NFSv4.1: Don't recheck delegations that have already been checked by Trond Myklebust · 8 years ago
  9. 45870d6 NFSv4.1: Test delegation stateids when server declares "some state revoked" by Trond Myklebust · 8 years ago
  10. 41020b6 NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateid by Trond Myklebust · 8 years ago
  11. 4586f6e NFSv4.1: Add a helper function to deal with expired stateids by Trond Myklebust · 8 years ago
  12. 43912bb NFSv4.1: Allow test_stateid to handle session errors without waiting by Trond Myklebust · 8 years ago
  13. 4c8e544 NFSv4.1: Don't check delegations that are already marked as revoked by Trond Myklebust · 8 years ago
  14. 0a014a4 NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags by Trond Myklebust · 8 years ago
  15. a1d617d8 nfs: allow blocking locks to be awoken by lock callbacks by Jeff Layton · 8 years ago
  16. d2f3a7f nfs: move nfs4 lock retry attempt loop to a separate function by Jeff Layton · 8 years ago
  17. 1ea67db nfs: move nfs4_set_lock_state call into caller by Jeff Layton · 8 years ago
  18. a8ce377 nfs: track whether server sets MAY_NOTIFY_LOCK flag by Jeff Layton · 8 years ago
  19. 66f570a nfs: use safe, interruptible sleeps when waiting to retry LOCK by Jeff Layton · 8 years ago
  20. 75575dd nfs: eliminate pointless and confusing do_vfs_lock wrappers by Jeff Layton · 8 years ago
  21. ca440c3 pnfs: add a new mechanism to select a layout driver according to an ordered list by Jeff Layton · 8 years ago
  22. 04fa2c6 NFS pnfs data server multipath session trunking by Andy Adamson · 8 years ago
  23. ad0849a NFS test session trunking with exchange id by Andy Adamson · 8 years ago
  24. 8d89bd7 NFS setup async exchange_id by Andy Adamson · 8 years ago
  25. 5405fc4 NFSv4.x: Add kernel parameter to control the callback server by Trond Myklebust · 8 years ago
  26. b519d40 NFSv4.1: Fix the CREATE_SESSION slot number accounting by Trond Myklebust · 8 years ago
  27. 52ec7be pNFS: Clear out all layout segments if the server unsets lrp->res.lrs_present by Trond Myklebust · 8 years ago
  28. 2e80dbe NFSv4.1: Close callback races for OPEN, LAYOUTGET and LAYOUTRETURN by Trond Myklebust · 8 years ago
  29. 07e8dcb NFSv4.1: Defer bumping the slot sequence number until we free the slot by Trond Myklebust · 8 years ago
  30. 045d2a6 NFSv4.1: Delay callback processing when there are referring triples by Trond Myklebust · 8 years ago
  31. 9909170 Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  32. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  33. fb10fb6 NFSv4: Cleanup the setting of the nfs4 lease period by Trond Myklebust · 8 years ago
  34. 698c937 NFSv4: Clean up lookup of SECINFO_NO_NAME by Trond Myklebust · 8 years ago
  35. 1399782 NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’" by Trond Myklebust · 8 years ago
  36. 668f455 Merge branch 'pnfs' by Trond Myklebust · 8 years ago
  37. f71dfe8 pNFS: Remove redundant pnfs_mark_layout_returned_if_empty() by Trond Myklebust · 8 years ago
  38. 5f46be0 pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid() by Trond Myklebust · 8 years ago
  39. 45fcc7b pNFS: LAYOUTRETURN should only update the stateid if the layout is valid by Trond Myklebust · 8 years ago
  40. beffb8f qstr: constify instances in nfs by Al Viro · 8 years ago
  41. f7db0b2 pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIRED by Trond Myklebust · 8 years ago
  42. e85d7ee pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICT by Trond Myklebust · 8 years ago
  43. 8487c47 NFSv4: Allow retry of operations that used a returned delegation stateid by Trond Myklebust · 8 years ago
  44. ca857cc NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setup by Trond Myklebust · 8 years ago
  45. e547f26 NFS: Fix another OPEN_DOWNGRADE bug by Trond Myklebust · 8 years ago
  46. dd1beb3 NFS/pnfs: handle bad delegation stateids in nfs4_layoutget_handle_exception by Trond Myklebust · 9 years ago
  47. bc23676 NFSv4.1/pnfs: Ensure we handle delegation errors in nfs4_proc_layoutget() by Trond Myklebust · 9 years ago
  48. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  49. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 9 years ago
  50. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 9 years ago
  51. 183d9e7 pnfs: rework LAYOUTGET retry handling by Jeff Layton · 9 years ago
  52. 6d597e1 pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN args by Jeff Layton · 9 years ago
  53. abf4e13 NFSv4: Use the right stateid for delegations in setattr, read and write by Trond Myklebust · 9 years ago
  54. 93b717f NFSv4: Label stateids with the type by Trond Myklebust · 9 years ago
  55. 6b26cc8 sunrpc: Advertise maximum backchannel payload size by Chuck Lever · 9 years ago
  56. a1d1c4f nfs4: client: do not send empty SETATTR after OPEN_CREATE by Tigran Mkrtchyan · 9 years ago
  57. 2e72448 NFS: Add COPY nfs operation by Anna Schumaker · 12 years ago
  58. 884be17 nfs: per-name sillyunlink exclusion by Al Viro · 9 years ago
  59. 11476e9 NFS: Fix an LOCK/OPEN race when unlinking an open file by Chuck Lever · 9 years ago
  60. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 9 years ago
  61. 01cde15 Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  62. 668d0cd replace d_add_unique() with saner primitive by Al Viro · 9 years ago
  63. ecf7828 Merge branch 'multipath' by Trond Myklebust · 9 years ago
  64. cc1f900 Merge branch 'nfsv41_cb' by Trond Myklebust · 9 years ago
  65. d9dfd8d NFSv4: Fix a dentry leak on alias use by Benjamin Coddington · 9 years ago
  66. 02a95de NFS add callback_ops to nfs4_proc_bind_conn_to_session_callback by Andy Adamson · 9 years ago
  67. d9ddbf5 NFSv4.1: nfs4_proc_bind_conn_to_session must iterate over all connections by Trond Myklebust · 9 years ago
  68. f4f58ed NFSv4.x: Remove hard coded slotids in callback channel by Trond Myklebust · 9 years ago
  69. 75f26df Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  70. daaadd2 Merge branch 'bugfixes' by Trond Myklebust · 9 years ago
  71. 942e3d7 Merge branch 'pnfs_generic' by Trond Myklebust · 9 years ago
  72. 58baac0 Merge branch 'flexfiles' by Trond Myklebust · 9 years ago
  73. 0654cc7 NFSv4.1/pNFS: Add a helper to mark the layout as returned by Trond Myklebust · 9 years ago
  74. ab7d763 pNFS: Ensure nfs4_layoutget_prepare returns the correct error by Trond Myklebust · 9 years ago
  75. 7c1e6e5 NFS41: map NFS4ERR_LAYOUTUNAVAILABLE to ENODATA by Peng Tao · 9 years ago
  76. 1a093ce NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturn by Trond Myklebust · 9 years ago
  77. 99ade3c nfs: machine credential support for additional operations by Andrew Elble · 9 years ago
  78. f2dd436 NFSv4: Fix unused variable warnings in nfs4_init_*_client_string() by Trond Myklebust · 9 years ago
  79. 9759b0f Adding tracepoint to cached open by Olga Kornievskaia · 9 years ago
  80. 48c9579 Adding stateid information to tracepoints by Olga Kornievskaia · 9 years ago
  81. 95864c9 NFS: Allow the combination pNFS and labeled NFS by Trond Myklebust · 9 years ago
  82. 361cad3 nfs: Fix race in __update_open_stateid() by Andrew Elble · 9 years ago
  83. 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 9 years ago
  84. c4803c4 nfs: Move call to security_inode_listsecurity into nfs_listxattr by Andreas Gruenbacher · 9 years ago
  85. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  86. 91ab4b4 nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAY by Jeff Layton · 9 years ago
  87. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  88. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  89. e6604ecb Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  90. 9576c2f Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  91. 8fbcf23 nfs: Remove unused xdr page offsets in getacl/setacl arguments by Andreas Gruenbacher · 9 years ago
  92. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  93. 51e0164 Merge branch 'nfsclone' by Trond Myklebust · 9 years ago
  94. 2a92ee9 nfs: get clone_blksize when probing fsinfo by Peng Tao · 9 years ago
  95. e5341f3 nfs42: add CLONE proc functions by Peng Tao · 9 years ago
  96. 037fc98 NFSv4: Unify synchronous and asynchronous error handling by Trond Myklebust · 9 years ago
  97. 4816fda NFSv4: Don't use synchronous delegation recall in exception handling by Trond Myklebust · 9 years ago
  98. 516285eb NFSv4: nfs4_async_handle_error should take a non-const nfs_server by Trond Myklebust · 9 years ago
  99. 2598ed3 NFSv4: Update the delay statistics counter for synchronous delays by Trond Myklebust · 9 years ago
  100. b3c2aa0 NFSv4: Refactor NFSv4 error handling by Trond Myklebust · 9 years ago