1. ef1820f NFSv4: Don't try to recover NFSv4 locks when they are lost. by NeilBrown · 11 years ago
  2. b6a8525 NFS: Fix warning introduced by NFSv4.0 transport blocking patches by Chuck Lever · 11 years ago
  3. 2cf8bca NFS: Update session draining barriers for NFSv4.0 transport blocking by Chuck Lever · 11 years ago
  4. 9d33059 NFS: Enable slot table helpers for NFSv4.0 by Chuck Lever · 11 years ago
  5. 6686390 NFS: remove incorrect "Lock reclaim failed!" warning. by NeilBrown · 11 years ago
  6. 73d8bde NFS: Never use user credentials for lease renewal by Chuck Lever · 11 years ago
  7. d688f7b NFS: Use root's credential for lease management when keytab is missing by Chuck Lever · 11 years ago
  8. b14b797 NFS: Fix return type of nfs4_end_drain_session() stub by Chuck Lever · 11 years ago
  9. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  10. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  11. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  12. 62f288a NFSv4.1 end back channel session draining by Andy Adamson · 11 years ago
  13. 965e9c2 NFSv4.1: Ensure that reclaim_complete uses the right credential by Trond Myklebust · 11 years ago
  14. 774d5f1 NFSv4.1 Fix a pNFS session draining deadlock by Andy Adamson · 11 years ago
  15. c8b2d0b NFSv4.1: Ensure that we free the lock stateid on the server by Trond Myklebust · 11 years ago
  16. b0212b8 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 11 years ago
  17. bd1d421 Merge branch 'rpcsec_gss-from_cel' into linux-next by Trond Myklebust · 11 years ago
  18. 79d852b NFS: Retry SETCLIENTID with AUTH_SYS instead of AUTH_NONE by Chuck Lever · 11 years ago
  19. 92b40e9 NFSv4: Use the open stateid if the delegation has the wrong mode by Trond Myklebust · 11 years ago
  20. bc7a05c NFSv4: Handle timeouts correctly when probing for lease validity by Trond Myklebust · 11 years ago
  21. b193d59 NFSv4: Fix a memory leak in nfs4_discover_server_trunking by Trond Myklebust · 11 years ago
  22. 845cbce NFSv4: Don't clear the machine cred when client establish returns EACCES by Trond Myklebust · 11 years ago
  23. ea33e6c NFSv4: Fix issues in nfs4_discover_server_trunking by Trond Myklebust · 11 years ago
  24. 4edaa30 NFS: Use "krb5i" to establish NFSv4 state whenever possible by Chuck Lever · 11 years ago
  25. 91876b1 NFSv4: Fix another reboot recovery race by Trond Myklebust · 11 years ago
  26. 3b66486 NFSv4.1: Select the "most recent locking state" for read/write/setattr stateids by Trond Myklebust · 11 years ago
  27. 5521abf NFSv4: Resend the READ/WRITE RPC call if a stateid change causes an error by Trond Myklebust · 11 years ago
  28. c58c844 NFS: Don't accept more reads/writes if the open context recovery failed by Trond Myklebust · 11 years ago
  29. 5d42230 NFSv4: Fail I/O if the state recovery fails irrevocably by Trond Myklebust · 11 years ago
  30. 65b62a2 NFSv4: Ensure delegation recall and byte range lock removal don't conflict by Trond Myklebust · 11 years ago
  31. c137afa NFSv4: Allow the state manager to mark an open_owner as being recovered by Trond Myklebust · 11 years ago
  32. c489ee2 NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 session by Trond Myklebust · 11 years ago
  33. 202c312 NFSv4: Fix NFSv4 trunking discovery by Trond Myklebust · 11 years ago
  34. 48d7a57 nfs: Remove unused list nfs4_clientid_list by Yanchuan Nian · 12 years ago
  35. eb96d5c SUNRPC handle EKEYEXPIRED in call_refreshresult by Andy Adamson · 12 years ago
  36. b75ad4c NFSv4.1: Ensure smooth handover of slots from one task to the next waiting by Trond Myklebust · 12 years ago
  37. 275e7e2 NFSv4.1: Remove the 'FIFO' behaviour for nfs41_setup_sequence by Trond Myklebust · 12 years ago
  38. c10e449 NFSv4.1: Ping server when our session table limits are too high by Trond Myklebust · 12 years ago
  39. 76e697b NFSv4.1: Move slot table and session struct definitions to nfs4session.h by Trond Myklebust · 12 years ago
  40. 3302127 NFSv4: Move nfs4_wait_clnt_recover and nfs4_client_recover_expired_lease by Trond Myklebust · 12 years ago
  41. 5d63360 NFSv4.1: Clean up session draining by Trond Myklebust · 12 years ago
  42. ac07483 NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targets by Trond Myklebust · 12 years ago
  43. afa2961 NFSv4.1: Remove the state manager code to resize the slot table by Trond Myklebust · 12 years ago
  44. 87dda67 NFSv4.1: Allow SEQUENCE to resize the slot table on the fly by Trond Myklebust · 12 years ago
  45. 97e548a NFSv4.1: Support dynamic resizing of the session slot table by Trond Myklebust · 12 years ago
  46. 464ee9f NFSv4.1: Ensure that the client tracks the server target_highest_slotid by Trond Myklebust · 12 years ago
  47. e3725ec NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer by Trond Myklebust · 12 years ago
  48. 9216106 NFSv4.1: clean up nfs4_recall_slot to use nfs4_alloc_slots by Trond Myklebust · 12 years ago
  49. 5df904a NFSv4.1: Handle session reset and bind_conn_to_session before lease check by Trond Myklebust · 12 years ago
  50. 4ea8fed NFSv4: Get rid of unnecessary BUG_ON()s by Trond Myklebust · 12 years ago
  51. fd48357 NFSv4.1: don't do two EXCHANGE_IDs on mount by Weston Andros Adamson · 12 years ago
  52. 47b803c NFSv4.0 reclaim reboot state when re-establishing clientid by Andy Adamson · 12 years ago
  53. 9f62387 NFSv4: Fix up a merge conflict between migration and container changes by Trond Myklebust · 12 years ago
  54. 05f4c35 NFS: Discover NFSv4 server trunking when mounting by Chuck Lever · 12 years ago
  55. ffe5a83 NFS: Slow down state manager after an unhandled error by Chuck Lever · 12 years ago
  56. 29dcc16 NFS: make nfs_callback_tcpport6 per network context by Stanislav Kinsbursky · 12 years ago
  57. bbe0a3a NFS: make nfs_callback_tcpport per network context by Stanislav Kinsbursky · 12 years ago
  58. 1f7977c NFSv4.1: Simplify the pNFS return-on-close code by Trond Myklebust · 12 years ago
  59. 795a88c NFSv4: Convert the nfs4_lock_state->ls_flags to a bit field by Trond Myklebust · 12 years ago
  60. 2a36915 NFS: Clean up helper function nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  61. 6bbb4ae NFS: Clean up nfs4_proc_setclientid() and friends by Chuck Lever · 12 years ago
  62. de73483 NFS: Treat NFS4ERR_CLID_INUSE as a fatal error by Chuck Lever · 12 years ago
  63. b42353f NFSv4.1: Clean up nfs4_reclaim_lease by Trond Myklebust · 12 years ago
  64. 1a47e7a NFSv4.1: Cleanup - move nfs4_has_session tests out of state manager loop by Trond Myklebust · 12 years ago
  65. 60f0015 NFSv4.1: Clean up nfs4_recall_slot() by Trond Myklebust · 12 years ago
  66. 1a2dd94 NFSv4.1: Handle slot recalls before doing state recovery by Trond Myklebust · 12 years ago
  67. 8ed27d4 NFS: add more context to state manager error mesgs by Weston Andros Adamson · 12 years ago
  68. bda197f NFSv4.1: Ensure we clear session state flags after a session creation by Trond Myklebust · 12 years ago
  69. cc0a984 NFSv4: Add debugging printks to state manager by Trond Myklebust · 12 years ago
  70. f2c1b51 NFSv4.1: nfs4_reset_session should use nfs4_handle_reclaim_lease_error by Trond Myklebust · 12 years ago
  71. 9f59479 NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSION by Trond Myklebust · 12 years ago
  72. 7c5d725 NFSv4.1: Handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION in the state manager by Trond Myklebust · 12 years ago
  73. bf674c8 NFSv4.1: Handle errors in nfs4_bind_conn_to_session by Trond Myklebust · 12 years ago
  74. 43ac544 NFSv4.1: nfs4_bind_conn_to_session should drain the session by Trond Myklebust · 12 years ago
  75. 2cf047c NFSv4.1: Ensure we use the correct credentials for bind_conn_to_session by Trond Myklebust · 12 years ago
  76. 848f5bd NFSv4.1: Ensure we use the correct credentials for session create/destroy by Trond Myklebust · 12 years ago
  77. 89a2173 NFSv4.1: Handle NFS4ERR_SEQ_MISORDERED when confirming the lease by Trond Myklebust · 12 years ago
  78. be0bfed NFSv4: When purging the lease, we must clear NFS4CLNT_LEASE_CONFIRM by Trond Myklebust · 12 years ago
  79. 2a6ee6a NFSv4: Clean up the error handling for nfs4_reclaim_lease by Trond Myklebust · 12 years ago
  80. a9e6444 nfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN* by Weston Andros Adamson · 12 years ago
  81. 2c820d9 NFS: Force server to drop NFSv4 state by Chuck Lever · 12 years ago
  82. e3c0fb7 NFS: Add NFSDBG_STATE by Chuck Lever · 12 years ago
  83. 7bf97bc NFSv4: Keep dropped state owners on the LRU list for a while by Trond Myklebust · 12 years ago
  84. c77365c NFSv4: Ensure that we don't drop a state owner more than once by Trond Myklebust · 12 years ago
  85. 95b72eb NFSv4: Ensure we do not reuse open owner names by Trond Myklebust · 12 years ago
  86. 5ae67c4 NFSv4: It is not safe to dereference lsp->ls_state in release_lockowner by Trond Myklebust · 12 years ago
  87. e49a29b Try using machine credentials for RENEW calls by Sachin Prabhu · 12 years ago
  88. 96dcadc NFSv4: Rate limit the state manager for lock reclaim warning messages by William Dauchy · 12 years ago
  89. 9a3ba43 NFSv4: Rate limit the state manager warning messages by Trond Myklebust · 12 years ago
  90. 1728017 NFS: Fix a number of sparse warnings by Trond Myklebust · 12 years ago
  91. ad1e396 NFSv4.0: Re-establish the callback channel on NFS4ERR_CB_PATHDOWN by Trond Myklebust · 12 years ago
  92. 4fc8796 NFSv4: Clean up nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  93. cf470c3 NFSv4: Don't free the nfs4_lock_state until after the release_lockowner by Trond Myklebust · 12 years ago
  94. 9cb8196 NFSv4.1 handle DS stateid errors by Andy Adamson · 12 years ago
  95. 2d2f24a NFSv4: Simplify the struct nfs4_stateid by Trond Myklebust · 12 years ago
  96. f597c53 NFSv4: Add helpers for basic copying of stateids by Trond Myklebust · 12 years ago
  97. 1e3987c NFSv4: Rename nfs4_copy_stateid() by Trond Myklebust · 12 years ago
  98. a1d0b5e NFS: Properly handle the case where the delegation is revoked by Trond Myklebust · 12 years ago
  99. 8aa0a41 Merge commit 'nfs-for-3.3-4' into nfs-for-next by Trond Myklebust · 12 years ago
  100. 2446ab6 SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field by Trond Myklebust · 12 years ago