1. 3eb8609 NFSv4.2: Add client support for the generic 'layouterror' RPC call by Trond Myklebust · 6 years ago
  2. c71c46f NFSv4.1: Don't process the sequence op more than once. by Trond Myklebust · 6 years ago
  3. c1dffe0 NFSv4.1: Reinitialise sequence results before retransmitting a request by Trond Myklebust · 6 years ago
  4. 3453d57 NFSv4.1: Avoid false retries when RPC calls are interrupted by Trond Myklebust · 7 years ago
  5. e9acf21 NFS: Fix sparse annotations for nfs_set_open_stateid_locked() by Trond Myklebust · 6 years ago
  6. 302fad7 NFS: Fix up documentation warnings by Trond Myklebust · 6 years ago
  7. e6b9257 Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  8. 10e037d sunrpc: Add xprt after nfs4_test_session_trunk() by Santosh kumar pradhan · 6 years ago
  9. a52458b NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. by NeilBrown · 6 years ago
  10. 684f39b NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred. by NeilBrown · 6 years ago
  11. b68572e NFS: change access cache to use 'struct cred'. by NeilBrown · 6 years ago
  12. f15e1e8 NFSv4: don't require lock for get_renew_cred or get_machine_cred by NeilBrown · 6 years ago
  13. 7b587e1 NFS: use locks_copy_lock() to copy locks. by NeilBrown · 6 years ago
  14. d3787af NFS: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
  15. be189f7 NFS: Fix dentry revalidation on NFSv4 lookup by Trond Myklebust · 6 years ago
  16. ace9fad NFSv4: Convert struct nfs4_state to use refcount_t by Trond Myklebust · 6 years ago
  17. 0de4397 NFS: Convert lookups of the open context to RCU by Trond Myklebust · 6 years ago
  18. 589109d Merge tag 'nfs-for-4.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  19. 9f0c512 NFS: Don't open code clearing of delegation state by Trond Myklebust · 6 years ago
  20. 994b15b NFSv4.1 fix infinite loop on I/O. by Trond Myklebust · 6 years ago
  21. 53a01c9 Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  22. ecf8402 pNFS: When updating the stateid in layoutreturn, also update the recall range by Trond Myklebust · 6 years ago
  23. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  24. 62421cd NFSv4: Fix a typo in nfs4_init_channel_attrs() by Trond Myklebust · 6 years ago
  25. 6b8d84e NFS add a simple sync nfs4_proc_commit after async COPY by Olga Kornievskaia · 7 years ago
  26. 0f913a5 NFS export nfs4_async_handle_error by Olga Kornievskaia · 7 years ago
  27. cb95dee NFS OFFLOAD_CANCEL xdr by Olga Kornievskaia · 7 years ago
  28. 72bf75c NFSv4: Fix error handling in nfs4_sp4_select_mode() by Wei Yongjun · 6 years ago
  29. 01e03bd NFS: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  30. c8d0715 NFSv4: Mark the inode change attribute up to date in update_changeattr() by Trond Myklebust · 6 years ago
  31. 5636ec4 NFSv4: Detect nlink changes on cross-directory renames too by Trond Myklebust · 6 years ago
  32. 3c59117 NFSv4: bump/drop the nlink count on the parent dir when we mkdir/rmdir by Trond Myklebust · 6 years ago
  33. c16467d pnfs: Fix handling of NFS4ERR_OLD_STATEID replies to layoutreturn by Trond Myklebust · 6 years ago
  34. 6ea76bf NFSv4: Fix _nfs4_do_setlk() by Trond Myklebust · 6 years ago
  35. 0f90be1 NFSv4 client live hangs after live data migration recovery by Bill Baker · 7 years ago
  36. 8b199e5 nfs: initiate returning delegation when reclaiming one that's been recalled by Jeff Layton · 7 years ago
  37. af9b6d7 pNFS: Parse the results of layoutget on open even if permissions checks fail by Trond Myklebust · 7 years ago
  38. 73a09dd introduce FMODE_CREATED and switch to it by Al Viro · 7 years ago
  39. c8bf707 pNFS: Don't send layoutreturn if the layout is already invalid by Trond Myklebust · 7 years ago
  40. 2dbf8df pNFS: Always free the session slot on error in nfs4_layoutget_handle_exception by Trond Myklebust · 7 years ago
  41. f9312a5 NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY by Trond Myklebust · 7 years ago
  42. 9958910 NFSv4: Fix a typo in nfs41_sequence_process by Trond Myklebust · 7 years ago
  43. 025bb9f NFSv4.0: Remove transport protocol name from non-UCS client ID by Chuck Lever · 7 years ago
  44. 848a4eb NFSv4.0: Remove cl_ipaddr from non-UCS client ID by Chuck Lever · 7 years ago
  45. 977294c NFSv4: Fix a compiler warning when CONFIG_NFS_V4_1 is undefined by Trond Myklebust · 7 years ago
  46. 7c67265 NFSv4: Ignore NFS_INO_REVAL_FORCED in nfs4_proc_access by Trond Myklebust · 7 years ago
  47. 2f28dc3 NFSv4: Don't ask for delegated attributes when adding a hard link by Trond Myklebust · 7 years ago
  48. 771734f NFSv4: Don't ask for delegated attributes when revalidating the inode by Trond Myklebust · 7 years ago
  49. a841b54 NFS: Pass the inode down to the getattr() callback by Trond Myklebust · 7 years ago
  50. 30846df NFSv4: Don't request size+change attribute if they are delegated to us by Trond Myklebust · 7 years ago
  51. ae55e59 pnfs: Don't release the sequence slot until we've processed layoutget on open by Trond Myklebust · 7 years ago
  52. 30ae241 pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGET by Fred Isaman · 8 years ago
  53. 6e01260 pnfs: Stop attempting LAYOUTGET on OPEN on failure by Fred Isaman · 8 years ago
  54. 29a8bfe pNFS: Refactor nfs4_layoutget_release() by Trond Myklebust · 7 years ago
  55. 2409a97 pnfs: Add LAYOUTGET to OPEN of a new file by Fred Isaman · 8 years ago
  56. 1b146fc pnfs: Move nfs4_opendata into nfs4_fs.h by Fred Isaman · 8 years ago
  57. 56f487f pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compound by Fred Isaman · 8 years ago
  58. dacb452 pnfs: move allocations out of nfs4_proc_layoutget by Fred Isaman · 8 years ago
  59. 3b65a30 NFS4: move ctx into nfs4_run_open_task by Fred Isaman · 8 years ago
  60. 34ec9aa pnfs: Remove redundant assignment from nfs4_proc_layoutget(). by Fred Isaman · 8 years ago
  61. a3cf9bc NFSv4: Don't add a new lock on an interrupted wait for LOCK by Benjamin Coddington · 7 years ago
  62. cf61eb2 NFSv4: Always clear the pNFS layout when handling ESTALE by Trond Myklebust · 7 years ago
  63. 472f761 NFS: Ensure we revalidate the inode correctly after setacl by Trond Myklebust · 7 years ago
  64. ed7e9ad NFSv4: Fix sillyrename to return the delegation when appropriate by Trond Myklebust · 7 years ago
  65. 991eedb NFSv4: Only pass the delegation to setattr if we're sending a truncate by Trond Myklebust · 7 years ago
  66. 2f26102 NFS: Merge nfs41_free_stateid() with _nfs41_free_stateid() by Anna Schumaker · 7 years ago
  67. fba83f3 NFS: Pass "privileged" value to nfs4_init_sequence() by Anna Schumaker · 7 years ago
  68. e9ae1ee NFS: Move call to nfs4_state_protect() to nfs4_commit_setup() by Anna Schumaker · 7 years ago
  69. fb91fb0 NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup() by Anna Schumaker · 7 years ago
  70. 609339c NFSv4.1: Fix exclusive create by Trond Myklebust · 7 years ago
  71. 35156bf NFSv4: Fix the nfs_inode_set_delegation() arguments by Trond Myklebust · 7 years ago
  72. 8bcbe7d NFSv4: Don't ask for attributes when ACCESS is protected by a delegation by Trond Myklebust · 7 years ago
  73. 16e1437 NFS: More fine grained attribute tracking by Trond Myklebust · 7 years ago
  74. c01d364 NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0) by Trond Myklebust · 7 years ago
  75. c135cb3 NFS: Remove the unused return_delegation() callback by Trond Myklebust · 7 years ago
  76. 199366f NFS: Move the delegation return down into _nfs4_do_setattr() by Trond Myklebust · 7 years ago
  77. 977fcc2 NFS: Add a delegation return into nfs4_proc_unlink_setup() by Trond Myklebust · 7 years ago
  78. f2c2c55 NFS: Move delegation recall into the NFSv4 callback for rename_setup() by Trond Myklebust · 7 years ago
  79. 912678d NFS: Move the delegation return down into nfs4_proc_remove() by Trond Myklebust · 7 years ago
  80. 9f76827 NFS: Move the delegation return down into nfs4_proc_link() by Trond Myklebust · 7 years ago
  81. f508624 NFSv4: Fix nfs4_return_incompatible_delegation by Trond Myklebust · 7 years ago
  82. 5717459 nfs4: wake any lock waiters on successful RECLAIM_COMPLETE by Jeff Layton · 7 years ago
  83. 5656610 nfs4: don't compare clientid in nfs4_wake_lock_waiter by Jeff Layton · 7 years ago
  84. 41a7462 nfs4: always reset notified flag to false before repolling for lock by Jeff Layton · 7 years ago
  85. efd52b5 Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  86. 1eb5d98 nfs: convert to new i_version API by Jeff Layton · 7 years ago
  87. dce2630 NFSv4: always set NFS_LOCK_LOST when a lock is lost. by NeilBrown · 7 years ago
  88. 8257155 NFSv4: Convert LOCKU to use nfs4_async_handle_exception() by Trond Myklebust · 7 years ago
  89. e0dba01 NFSv4: Convert DELEGRETURN to use nfs4_handle_exception() by Trond Myklebust · 7 years ago
  90. b8b8d22 NFSv4: Convert CLOSE to use nfs4_async_handle_exception() by Trond Myklebust · 7 years ago
  91. fcfa447 NFS: Revert "NFS: Move the flock open mode check into nfs_flock()" by Benjamin Coddington · 7 years ago
  92. c05cefc nfs: Fix ugly referral attributes by Chuck Lever · 7 years ago
  93. e1fff5d NFSv4: nfs_set_open_stateid must not trigger state recovery for closed state by Trond Myklebust · 7 years ago
  94. 140087fd NFSv4: Clean up nfs4_delegreturn_done by Trond Myklebust · 7 years ago
  95. 91b30d2 NFSv4: cleanup nfs4_close_done by Trond Myklebust · 7 years ago
  96. ff90514 NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturn by Trond Myklebust · 7 years ago
  97. 7380020 pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close by Trond Myklebust · 7 years ago
  98. c82bac6 NFSv4: Don't try to CLOSE if the stateid 'other' field has changed by Trond Myklebust · 7 years ago
  99. 12f275c NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID. by Trond Myklebust · 7 years ago
  100. 8fd1ab7 NFSv4: Fix open create exclusive when the server reboots by Trond Myklebust · 7 years ago