1. 4a0954e NFSv4: Don't try to reclaim unused state owners by Trond Myklebust · 9 years ago
  2. a41cbe8 Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x mount by Olga Kornievskaia · 9 years ago
  3. 3f10a6a NFS: Remove nfs41_server_notify_{target|highest}_slotid_update() by Anna Schumaker · 9 years ago
  4. b135290 NFSv4.1: Handle SEQ4_STATUS_BACKCHANNEL_FAULT correctly by Trond Myklebust · 9 years ago
  5. 4099287 NFSv4.1: Handle SEQ4_STATUS_RECALLABLE_STATE_REVOKED status bit correctly by Trond Myklebust · 9 years ago
  6. 8b895ce NFSv4.1: Handle SEQ4_STATUS_EXPIRED_SOME_STATE_REVOKED status bit correctly. by Trond Myklebust · 9 years ago
  7. 5cae02f NFSv4: Always drain the slot table before re-establishing the lease by Trond Myklebust · 9 years ago
  8. e8d975e fixing infinite OPEN loop in 4.0 stateid recovery by Olga Kornievskaia · 9 years ago
  9. 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  10. 40c64c2 NFS: Move nfs_idmap.h into fs/nfs/ by Anna Schumaker · 9 years ago
  11. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  12. e11259f NFSv4.1: Clear the old state by our client id before establishing a new lease by Trond Myklebust · 9 years ago
  13. 48d66b9 NFSv4: Fix a race in NFSv4.1 server trunking discovery by Trond Myklebust · 9 years ago
  14. 6f83e5b Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  15. a679641 NFSv4: Check for NULL argument in nfs_*_seqid() functions by Trond Myklebust · 9 years ago
  16. badc76d NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation fails by Trond Myklebust · 9 years ago
  17. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 9 years ago
  18. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 9 years ago
  19. 5263e31 locks: move flock locks to file_lock_context by Jeff Layton · 9 years ago
  20. 72c23f0 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 10 years ago
  21. df817ba3 NFSv4: fix open/lock state recovery error handling by Trond Myklebust · 10 years ago
  22. a4339b7 NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM fails by Trond Myklebust · 10 years ago
  23. 8faaa6d Fixing lease renewal by Olga Kornievskaia · 10 years ago
  24. 0c0e0d3 nfs: revert "nfs4: queue free_lock_state job submission to nfsiod" by Jeff Layton · 10 years ago
  25. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  26. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  27. 49a4bda nfs4: queue free_lock_state job submission to nfsiod by Jeff Layton · 10 years ago
  28. 8003d3c nfs4: treat lock owners as opaque values by Jeff Layton · 10 years ago
  29. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  30. abbec2da NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_state by Trond Myklebust · 10 years ago
  31. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  32. 150e726 NFSv4: Ensure we respect soft mount timeouts during trunking discovery by Trond Myklebust · 10 years ago
  33. bd0f725 Merge branch 'devel' into linux-next by Trond Myklebust · 10 years ago
  34. 927864c NFSv4: Fix the return value of nfs4_select_rw_stateid by Trond Myklebust · 10 years ago
  35. 4f14c19 NFSv4: Clear the open state flags if the new stateid does not match by Trond Myklebust · 10 years ago
  36. 146d70c NFS fix error return in nfs4_select_rw_stateid by Andy Adamson · 10 years ago
  37. 16a6ddc point to the right include file in a comment (left over from a9004abc3) by Toralf Förster · 11 years ago
  38. 673fdfe Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  39. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  40. 6d769f1 nfs: don't retry detect_trunking with RPC_AUTH_UNIX more than once by Jeff Layton · 11 years ago
  41. 1acd1c3 nfs: fix inverted test for delegation in nfs4_reclaim_open_state by Jeff Layton · 11 years ago
  42. 0625c2d NFS: Fix possible endless state recovery wait by Chuck Lever · 11 years ago
  43. d1c2331 NFS: Handle SEQ4_STATUS_LEASE_MOVED by Chuck Lever · 11 years ago
  44. b7f7a66 NFS: Support NFS4ERR_LEASE_MOVED recovery in state manager by Chuck Lever · 11 years ago
  45. c9fdeb2 NFS: Add basic migration support to state manager thread by Chuck Lever · 11 years ago
  46. 3660cd4 NFSv4 Remove zeroing state kern warnings by Andy Adamson · 11 years ago
  47. ef1820f NFSv4: Don't try to recover NFSv4 locks when they are lost. by NeilBrown · 11 years ago
  48. b6a8525 NFS: Fix warning introduced by NFSv4.0 transport blocking patches by Chuck Lever · 11 years ago
  49. 2cf8bca NFS: Update session draining barriers for NFSv4.0 transport blocking by Chuck Lever · 11 years ago
  50. 9d33059 NFS: Enable slot table helpers for NFSv4.0 by Chuck Lever · 11 years ago
  51. 6686390 NFS: remove incorrect "Lock reclaim failed!" warning. by NeilBrown · 11 years ago
  52. 73d8bde NFS: Never use user credentials for lease renewal by Chuck Lever · 11 years ago
  53. d688f7b NFS: Use root's credential for lease management when keytab is missing by Chuck Lever · 11 years ago
  54. b14b797 NFS: Fix return type of nfs4_end_drain_session() stub by Chuck Lever · 11 years ago
  55. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  56. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  57. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  58. 62f288a NFSv4.1 end back channel session draining by Andy Adamson · 11 years ago
  59. 965e9c2 NFSv4.1: Ensure that reclaim_complete uses the right credential by Trond Myklebust · 11 years ago
  60. 774d5f1 NFSv4.1 Fix a pNFS session draining deadlock by Andy Adamson · 11 years ago
  61. c8b2d0b NFSv4.1: Ensure that we free the lock stateid on the server by Trond Myklebust · 11 years ago
  62. b0212b8 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 11 years ago
  63. bd1d421 Merge branch 'rpcsec_gss-from_cel' into linux-next by Trond Myklebust · 11 years ago
  64. 79d852b NFS: Retry SETCLIENTID with AUTH_SYS instead of AUTH_NONE by Chuck Lever · 11 years ago
  65. 92b40e9 NFSv4: Use the open stateid if the delegation has the wrong mode by Trond Myklebust · 11 years ago
  66. bc7a05c NFSv4: Handle timeouts correctly when probing for lease validity by Trond Myklebust · 11 years ago
  67. b193d59 NFSv4: Fix a memory leak in nfs4_discover_server_trunking by Trond Myklebust · 11 years ago
  68. 845cbce NFSv4: Don't clear the machine cred when client establish returns EACCES by Trond Myklebust · 11 years ago
  69. ea33e6c NFSv4: Fix issues in nfs4_discover_server_trunking by Trond Myklebust · 11 years ago
  70. 4edaa30 NFS: Use "krb5i" to establish NFSv4 state whenever possible by Chuck Lever · 11 years ago
  71. 91876b1 NFSv4: Fix another reboot recovery race by Trond Myklebust · 11 years ago
  72. 3b66486 NFSv4.1: Select the "most recent locking state" for read/write/setattr stateids by Trond Myklebust · 11 years ago
  73. 5521abf NFSv4: Resend the READ/WRITE RPC call if a stateid change causes an error by Trond Myklebust · 11 years ago
  74. c58c844 NFS: Don't accept more reads/writes if the open context recovery failed by Trond Myklebust · 11 years ago
  75. 5d42230 NFSv4: Fail I/O if the state recovery fails irrevocably by Trond Myklebust · 11 years ago
  76. 65b62a2 NFSv4: Ensure delegation recall and byte range lock removal don't conflict by Trond Myklebust · 11 years ago
  77. c137afa NFSv4: Allow the state manager to mark an open_owner as being recovered by Trond Myklebust · 11 years ago
  78. c489ee2 NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 session by Trond Myklebust · 11 years ago
  79. 202c312 NFSv4: Fix NFSv4 trunking discovery by Trond Myklebust · 11 years ago
  80. 48d7a57 nfs: Remove unused list nfs4_clientid_list by Yanchuan Nian · 12 years ago
  81. eb96d5c SUNRPC handle EKEYEXPIRED in call_refreshresult by Andy Adamson · 12 years ago
  82. b75ad4c NFSv4.1: Ensure smooth handover of slots from one task to the next waiting by Trond Myklebust · 12 years ago
  83. 275e7e2 NFSv4.1: Remove the 'FIFO' behaviour for nfs41_setup_sequence by Trond Myklebust · 12 years ago
  84. c10e449 NFSv4.1: Ping server when our session table limits are too high by Trond Myklebust · 12 years ago
  85. 76e697b NFSv4.1: Move slot table and session struct definitions to nfs4session.h by Trond Myklebust · 12 years ago
  86. 3302127 NFSv4: Move nfs4_wait_clnt_recover and nfs4_client_recover_expired_lease by Trond Myklebust · 12 years ago
  87. 5d63360 NFSv4.1: Clean up session draining by Trond Myklebust · 12 years ago
  88. ac07483 NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targets by Trond Myklebust · 12 years ago
  89. afa2961 NFSv4.1: Remove the state manager code to resize the slot table by Trond Myklebust · 12 years ago
  90. 87dda67 NFSv4.1: Allow SEQUENCE to resize the slot table on the fly by Trond Myklebust · 12 years ago
  91. 97e548a NFSv4.1: Support dynamic resizing of the session slot table by Trond Myklebust · 12 years ago
  92. 464ee9f NFSv4.1: Ensure that the client tracks the server target_highest_slotid by Trond Myklebust · 12 years ago
  93. e3725ec NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer by Trond Myklebust · 12 years ago
  94. 9216106 NFSv4.1: clean up nfs4_recall_slot to use nfs4_alloc_slots by Trond Myklebust · 12 years ago
  95. 5df904a NFSv4.1: Handle session reset and bind_conn_to_session before lease check by Trond Myklebust · 12 years ago
  96. 4ea8fed NFSv4: Get rid of unnecessary BUG_ON()s by Trond Myklebust · 12 years ago
  97. fd48357 NFSv4.1: don't do two EXCHANGE_IDs on mount by Weston Andros Adamson · 12 years ago
  98. 47b803c NFSv4.0 reclaim reboot state when re-establishing clientid by Andy Adamson · 12 years ago
  99. 9f62387 NFSv4: Fix up a merge conflict between migration and container changes by Trond Myklebust · 12 years ago
  100. 05f4c35 NFS: Discover NFSv4 server trunking when mounting by Chuck Lever · 12 years ago