1. afa2961 NFSv4.1: Remove the state manager code to resize the slot table by Trond Myklebust · 12 years ago
  2. 87dda67 NFSv4.1: Allow SEQUENCE to resize the slot table on the fly by Trond Myklebust · 12 years ago
  3. 97e548a NFSv4.1: Support dynamic resizing of the session slot table by Trond Myklebust · 12 years ago
  4. 464ee9f NFSv4.1: Ensure that the client tracks the server target_highest_slotid by Trond Myklebust · 12 years ago
  5. e3725ec NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer by Trond Myklebust · 12 years ago
  6. 9216106 NFSv4.1: clean up nfs4_recall_slot to use nfs4_alloc_slots by Trond Myklebust · 12 years ago
  7. 5df904a NFSv4.1: Handle session reset and bind_conn_to_session before lease check by Trond Myklebust · 12 years ago
  8. 4ea8fed NFSv4: Get rid of unnecessary BUG_ON()s by Trond Myklebust · 12 years ago
  9. fd48357 NFSv4.1: don't do two EXCHANGE_IDs on mount by Weston Andros Adamson · 12 years ago
  10. 47b803c NFSv4.0 reclaim reboot state when re-establishing clientid by Andy Adamson · 12 years ago
  11. 9f62387 NFSv4: Fix up a merge conflict between migration and container changes by Trond Myklebust · 12 years ago
  12. 05f4c35 NFS: Discover NFSv4 server trunking when mounting by Chuck Lever · 12 years ago
  13. ffe5a83 NFS: Slow down state manager after an unhandled error by Chuck Lever · 12 years ago
  14. 29dcc16 NFS: make nfs_callback_tcpport6 per network context by Stanislav Kinsbursky · 12 years ago
  15. bbe0a3a NFS: make nfs_callback_tcpport per network context by Stanislav Kinsbursky · 12 years ago
  16. 1f7977c NFSv4.1: Simplify the pNFS return-on-close code by Trond Myklebust · 12 years ago
  17. 795a88c NFSv4: Convert the nfs4_lock_state->ls_flags to a bit field by Trond Myklebust · 12 years ago
  18. 2a36915 NFS: Clean up helper function nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  19. 6bbb4ae NFS: Clean up nfs4_proc_setclientid() and friends by Chuck Lever · 12 years ago
  20. de73483 NFS: Treat NFS4ERR_CLID_INUSE as a fatal error by Chuck Lever · 12 years ago
  21. b42353f NFSv4.1: Clean up nfs4_reclaim_lease by Trond Myklebust · 12 years ago
  22. 1a47e7a NFSv4.1: Cleanup - move nfs4_has_session tests out of state manager loop by Trond Myklebust · 12 years ago
  23. 60f0015 NFSv4.1: Clean up nfs4_recall_slot() by Trond Myklebust · 12 years ago
  24. 1a2dd94 NFSv4.1: Handle slot recalls before doing state recovery by Trond Myklebust · 12 years ago
  25. 8ed27d4 NFS: add more context to state manager error mesgs by Weston Andros Adamson · 12 years ago
  26. bda197f NFSv4.1: Ensure we clear session state flags after a session creation by Trond Myklebust · 12 years ago
  27. cc0a984 NFSv4: Add debugging printks to state manager by Trond Myklebust · 12 years ago
  28. f2c1b51 NFSv4.1: nfs4_reset_session should use nfs4_handle_reclaim_lease_error by Trond Myklebust · 12 years ago
  29. 9f59479 NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSION by Trond Myklebust · 12 years ago
  30. 7c5d725 NFSv4.1: Handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION in the state manager by Trond Myklebust · 12 years ago
  31. bf674c8 NFSv4.1: Handle errors in nfs4_bind_conn_to_session by Trond Myklebust · 12 years ago
  32. 43ac544 NFSv4.1: nfs4_bind_conn_to_session should drain the session by Trond Myklebust · 12 years ago
  33. 2cf047c NFSv4.1: Ensure we use the correct credentials for bind_conn_to_session by Trond Myklebust · 12 years ago
  34. 848f5bd NFSv4.1: Ensure we use the correct credentials for session create/destroy by Trond Myklebust · 12 years ago
  35. 89a2173 NFSv4.1: Handle NFS4ERR_SEQ_MISORDERED when confirming the lease by Trond Myklebust · 12 years ago
  36. be0bfed NFSv4: When purging the lease, we must clear NFS4CLNT_LEASE_CONFIRM by Trond Myklebust · 12 years ago
  37. 2a6ee6a NFSv4: Clean up the error handling for nfs4_reclaim_lease by Trond Myklebust · 12 years ago
  38. a9e6444 nfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN* by Weston Andros Adamson · 12 years ago
  39. 2c820d9 NFS: Force server to drop NFSv4 state by Chuck Lever · 12 years ago
  40. e3c0fb7 NFS: Add NFSDBG_STATE by Chuck Lever · 12 years ago
  41. 7bf97bc NFSv4: Keep dropped state owners on the LRU list for a while by Trond Myklebust · 12 years ago
  42. c77365c NFSv4: Ensure that we don't drop a state owner more than once by Trond Myklebust · 12 years ago
  43. 95b72eb NFSv4: Ensure we do not reuse open owner names by Trond Myklebust · 12 years ago
  44. 5ae67c4 NFSv4: It is not safe to dereference lsp->ls_state in release_lockowner by Trond Myklebust · 12 years ago
  45. e49a29b Try using machine credentials for RENEW calls by Sachin Prabhu · 12 years ago
  46. 96dcadc NFSv4: Rate limit the state manager for lock reclaim warning messages by William Dauchy · 12 years ago
  47. 9a3ba43 NFSv4: Rate limit the state manager warning messages by Trond Myklebust · 12 years ago
  48. 1728017 NFS: Fix a number of sparse warnings by Trond Myklebust · 12 years ago
  49. ad1e396 NFSv4.0: Re-establish the callback channel on NFS4ERR_CB_PATHDOWN by Trond Myklebust · 12 years ago
  50. 4fc8796 NFSv4: Clean up nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  51. cf470c3 NFSv4: Don't free the nfs4_lock_state until after the release_lockowner by Trond Myklebust · 12 years ago
  52. 9cb8196 NFSv4.1 handle DS stateid errors by Andy Adamson · 12 years ago
  53. 2d2f24a NFSv4: Simplify the struct nfs4_stateid by Trond Myklebust · 12 years ago
  54. f597c53 NFSv4: Add helpers for basic copying of stateids by Trond Myklebust · 12 years ago
  55. 1e3987c NFSv4: Rename nfs4_copy_stateid() by Trond Myklebust · 12 years ago
  56. a1d0b5e NFS: Properly handle the case where the delegation is revoked by Trond Myklebust · 12 years ago
  57. 8aa0a41 Merge commit 'nfs-for-3.3-4' into nfs-for-next by Trond Myklebust · 12 years ago
  58. 2446ab6 SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field by Trond Myklebust · 12 years ago
  59. b6bf6e7 NFSv4.1 set highest_used_slotid to NFS4_NO_SLOT by Andy Adamson · 12 years ago
  60. b9f9a03 NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEID by Trond Myklebust · 12 years ago
  61. a030889 NFS: start printks w/ NFS: even if __func__ shown by Weston Andros Adamson · 12 years ago
  62. f9fd2d9 NFS: printks in fs/nfs/ should start with NFS: by Weston Andros Adamson · 12 years ago
  63. 4601df2 NFSv4: Avoid thundering herd issues with nfs_release_seqid by Trond Myklebust · 12 years ago
  64. 961a828 SUNRPC: Fix potential races in xprt_lock_write_next() by Trond Myklebust · 12 years ago
  65. 48c22eb NFS: Move struct nfs_unique_id into struct nfs_seqid_counter by Trond Myklebust · 12 years ago
  66. 7ba127a NFSv4: Move contents of struct rpc_sequence into struct nfs_seqid_counter by Trond Myklebust · 12 years ago
  67. d2d7ce2 NFSv4: Replace lock_owner->ld_id with an ida based allocator by Trond Myklebust · 12 years ago
  68. 9157c31 NFSv4: Replace state_owner->so_owner_id with an ida based allocator by Trond Myklebust · 12 years ago
  69. d1e284d NFSv4: Clean up nfs4_get_state_owner by Trond Myklebust · 12 years ago
  70. 0aaaf5c NFS: Cache state owners after files are closed by Chuck Lever · 13 years ago
  71. 414adf1 NFS: Clean up nfs4_find_state_owners_locked() by Chuck Lever · 13 years ago
  72. 4b44b40 NFSv4: Ensure correct locking when accessing the 'lock_states' list by Trond Myklebust · 13 years ago
  73. 111d489 NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits. by Trond Myklebust · 13 years ago
  74. 4f38e4a NFSv4: Don't error if we handled it in nfs4_recovery_handle_error by Trond Myklebust · 13 years ago
  75. 042b60b NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN error by Trond Myklebust · 13 years ago
  76. 5f00bcb Merge branch 'master' into devel and apply fixup from Stephen Rothwell: by Stephen Rothwell · 13 years ago
  77. 643168c nfs4_closedata doesn't need to mess with struct path by Al Viro · 13 years ago
  78. 78fe0f4 NFS: use scope from exchange_id to skip reclaim by Weston Andros Adamson · 13 years ago
  79. 444f72f NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errors by Trond Myklebust · 13 years ago
  80. 1bd714f NFSv4: Ensure that clientid and session establishment can time out by Trond Myklebust · 13 years ago
  81. fd954ae NFSv4.1: Don't loop forever in nfs4_proc_create_session by Trond Myklebust · 13 years ago
  82. 47c2199 NFSv4.1: Ensure state manager thread dies on last umount by Trond Myklebust · 13 years ago
  83. 0444d76 fs: don't use igrab() while holding i_lock by Dave Chinner · 13 years ago
  84. cbdabc7f NFSv4.1: filelayout async error handler by Andy Adamson · 13 years ago
  85. d6fb79d NFSv4.1: new flag for lease time check by Andy Adamson · 13 years ago
  86. f9feab1 NFSv4: nfs4_state_mark_reclaim_nograce() should be static by Trond Myklebust · 13 years ago
  87. 0400a6b NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses by Trond Myklebust · 13 years ago
  88. 778be23 NFS do not find client in NFSv4 pg_authenticate by Andy Adamson · 13 years ago
  89. 24d292b NFS: Move cl_state_owners and related fields to the nfs_server struct by Chuck Lever · 14 years ago
  90. f7e8917 pnfs: layout roc code by Fred Isaman · 14 years ago
  91. 42acd02 NFS add session back channel draining by Andy Adamson · 14 years ago
  92. 2c2618c NFS associate sessionid with callback connection by Andy Adamson · 14 years ago
  93. 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
  94. 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
  95. 974cec8 NFS: client needs to maintain list of inodes with active layouts by Andy Adamson · 14 years ago
  96. 8c7597f nfs: include ratelimit.h, fix nfs4state build error by Randy Dunlap · 14 years ago
  97. 168667c NFSv4: The state manager must ignore EKEYEXPIRED. by Trond Myklebust · 14 years ago
  98. 6eaa614 NFSv4: Don't call nfs4_reclaim_complete() on receiving NFS4ERR_STALE_CLIENTID by Trond Myklebust · 14 years ago
  99. b89f432 fs/locks.c: prepare for BKL removal by Arnd Bergmann · 14 years ago
  100. 77041ed NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pid by Trond Myklebust · 14 years ago