1. fd954ae NFSv4.1: Don't loop forever in nfs4_proc_create_session by Trond Myklebust · 13 years ago
  2. 47c2199 NFSv4.1: Ensure state manager thread dies on last umount by Trond Myklebust · 13 years ago
  3. 0444d76 fs: don't use igrab() while holding i_lock by Dave Chinner · 13 years ago
  4. cbdabc7f NFSv4.1: filelayout async error handler by Andy Adamson · 13 years ago
  5. d6fb79d NFSv4.1: new flag for lease time check by Andy Adamson · 13 years ago
  6. f9feab1 NFSv4: nfs4_state_mark_reclaim_nograce() should be static by Trond Myklebust · 13 years ago
  7. 0400a6b NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses by Trond Myklebust · 13 years ago
  8. 778be23 NFS do not find client in NFSv4 pg_authenticate by Andy Adamson · 13 years ago
  9. 24d292b NFS: Move cl_state_owners and related fields to the nfs_server struct by Chuck Lever · 14 years ago
  10. f7e8917 pnfs: layout roc code by Fred Isaman · 13 years ago
  11. 42acd02 NFS add session back channel draining by Andy Adamson · 13 years ago
  12. 2c2618c NFS associate sessionid with callback connection by Andy Adamson · 13 years ago
  13. 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
  14. 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
  15. 974cec8 NFS: client needs to maintain list of inodes with active layouts by Andy Adamson · 14 years ago
  16. 8c7597f nfs: include ratelimit.h, fix nfs4state build error by Randy Dunlap · 14 years ago
  17. 168667c NFSv4: The state manager must ignore EKEYEXPIRED. by Trond Myklebust · 14 years ago
  18. 6eaa614 NFSv4: Don't call nfs4_reclaim_complete() on receiving NFS4ERR_STALE_CLIENTID by Trond Myklebust · 14 years ago
  19. b89f432 fs/locks.c: prepare for BKL removal by Arnd Bergmann · 14 years ago
  20. 77041ed NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pid by Trond Myklebust · 14 years ago
  21. d3c7b7c NFSv4: Add support for the RELEASE_LOCKOWNER operation by Trond Myklebust · 14 years ago
  22. 1f0e890 NFSv4: Clean up struct nfs4_state_owner by Trond Myklebust · 14 years ago
  23. c48f4f3 NFSv41: Convert the various reboot recovery ops etc to minor version ops by Trond Myklebust · 14 years ago
  24. a2118c3 NFSv41: Don't store session state in the nfs_client->cl_state by Trond Myklebust · 14 years ago
  25. 8535b2b NFSv4: Don't use GFP_KERNEL allocations in state recovery by Trond Myklebust · 14 years ago
  26. bb8b27e NFSv4: Clean up the NFSv4 setclientid operation by Trond Myklebust · 14 years ago
  27. 0f79fd6 NFSv4.1: Various fixes to the sequence flag error handling by Trond Myklebust · 14 years ago
  28. 41f54a5 nfs41: clear NFS4CLNT_RECALL_SLOT bit on session reset by Andy Adamson · 14 years ago
  29. b9efa1b nfs41: implement cb_recall_slot by Andy Adamson · 14 years ago
  30. 2c64348 nfs4: handle -EKEYEXPIRED errors from RPC layer by Jeff Layton · 14 years ago
  31. a2c0b9e NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctly by Trond Myklebust · 14 years ago
  32. 3804541 NFSv4: Fix a regression in the NFSv4 state manager by Trond Myklebust · 15 years ago
  33. 72211db NFSv4: Release the sequence id before restarting a CLOSE rpc call by Trond Myklebust · 15 years ago
  34. 5601a00 nfs: run state manager in privileged mode by Alexandros Batsakis · 15 years ago
  35. 689cf5c nfs: enforce FIFO ordering of operations trying to acquire slot by Alexandros Batsakis · 15 years ago
  36. 7cab89b nfs41: Invoke RECLAIM_COMPLETE on all new client ids by Ricardo Labiaga · 15 years ago
  37. f455848 nfs41: Mark stateids in need of reclaim if state manager gets stale clientid by Ricardo Labiaga · 15 years ago
  38. 9dfdf40 nfs41: Don't clear DRAINING flag on NFS4ERR_STALE_CLIENTID by Ricardo Labiaga · 15 years ago
  39. 9430fb6 nfs41: nfs41_setup_state_renewal by Ricardo Labiaga · 15 years ago
  40. 35dc1d7 NFSv41: Fix up some bugs in the NFS4CLNT_SESSION_DRAINING code by Trond Myklebust · 15 years ago
  41. f26468f NFSv41: Fix nfs4_proc_create_session by Trond Myklebust · 15 years ago
  42. da6ebfe nfs41: Invoke RECLAIM_COMPLETE by Ricardo Labiaga · 15 years ago
  43. fce5c83 nfs41: RECLAIM_COMPLETE functionality by Ricardo Labiaga · 15 years ago
  44. 0556d1a NFSv41: nfs4_reset_session must always set NFS4CLNT_SESSION_DRAINING by Trond Myklebust · 15 years ago
  45. 0629e37 nfs41: check SEQUENCE status flag by Alexandros Batsakis · 15 years ago
  46. 0b9e2d4 nfs41: only state manager sets NFS4CLNT_SESSION_SETUP by Andy Adamson · 15 years ago
  47. ea028ac nfs41: nfs41: fix state manager deadlock in session reset by Andy Adamson · 15 years ago
  48. 8ba9bf8 nfs41: fix switch in nfs4_recovery_handle_error by Andy Adamson · 15 years ago
  49. 6df0818 nfs41: rename cl_state session SETUP bit to RESET by Andy Adamson · 15 years ago
  50. 4d643d1 nfs41: add create session into establish_clid by Andy Adamson · 15 years ago
  51. 7285f2d Merge branch 'devel' into linux-next by Trond Myklebust · 15 years ago
  52. 9c4c761 NFSv4.1: Handle NFSv4.1 session errors in the lock recovery code by Trond Myklebust · 15 years ago
  53. b6d408b NFSv4: Fix up error handling in the state manager main loop. by Trond Myklebust · 15 years ago
  54. c8b7ae3d NFSv4: Ensure the state manager handles NFS4ERR_NO_GRACE correctly by Trond Myklebust · 15 years ago
  55. 4f7cdf1 NFSv4: The state manager shouldn't exit on errors that were handled by Trond Myklebust · 15 years ago
  56. e345e88 NFSv4: Fix up the callers of nfs4_state_end_reclaim_reboot by Trond Myklebust · 15 years ago
  57. 6aed628 const: make file_lock_operations const by Alexey Dobriyan · 15 years ago
  58. 7111dc7 NFSv4: Fix an infinite looping problem with the nfs4_state_manager by Trond Myklebust · 15 years ago
  59. b64aec8 NFSv4: Fix an Oops in nfs4_free_lock_state by Trond Myklebust · 15 years ago
  60. 1f84603 Merge branch 'devel-for-2.6.31' into for-2.6.31 by Trond Myklebust · 15 years ago
  61. 3f09df7 NFS: Ensure we always hold the BKL when dereferencing inode->i_flock by Trond Myklebust · 15 years ago
  62. 965b5d6 NFSv4: Handle more errors when recovering open file and locking state by Trond Myklebust · 15 years ago
  63. 34dc1ad nfs41: increment_{open,lock}_seqid by Benny Halevy · 15 years ago
  64. 78722e9 nfs41: only retry EXCHANGE_ID on recoverable errors by Andy Adamson · 15 years ago
  65. b4b8260 nfs41: get_clid_cred for EXCHANGE_ID by Andy Adamson · 15 years ago
  66. 90a1661 nfs41: add a get_clid_cred function to nfs4_state_recovery_ops by Andy Adamson · 15 years ago
  67. 591d71c nfs41: establish sessions-based clientid by Andy Adamson · 15 years ago
  68. a7b7210 nfs41: introduce get_state_renewal_cred by Andy Adamson · 15 years ago
  69. 8e69514f nfs41: support minorversion 1 for nfs4_check_lease by Benny Halevy · 15 years ago
  70. c3fad1b nfs41: add session reset to state manager by Andy Adamson · 15 years ago
  71. 76db6d9 nfs41: add session setup to the state manager by Andy Adamson · 15 years ago
  72. c2e713d nfs41: translate NFS4ERR_MINOR_VERS_MISMATCH to EPROTONOSUPPORT by Benny Halevy · 15 years ago
  73. f738f51 NFS: Start PF_INET6 callback listener only if IPv6 support is available by Chuck Lever · 15 years ago
  74. dc0b027 NFSv4: Convert the open and close ops to use fmode by Trond Myklebust · 16 years ago
  75. b0d3ded NFSv4: Clean up nfs_expire_all_delegations() by Trond Myklebust · 16 years ago
  76. 0d62f85 NFSv4: Fix a BAD_SEQUENCEID condition. by Trond Myklebust · 16 years ago
  77. f3c7649 NFSv4: Don't exit the state management if there are still tasks to do by Trond Myklebust · 16 years ago
  78. e005e80 NFSv4: Rename the state reclaimer thread by Trond Myklebust · 16 years ago
  79. 707fb4b NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management... by Trond Myklebust · 16 years ago
  80. 9e33bed NFSv4: Add recovery for individual stateids by Trond Myklebust · 16 years ago
  81. 95d35cb NFSv4: Remove nfs_client->cl_sem by Trond Myklebust · 16 years ago
  82. 19e03c5 NFSv4: Ensure that file unlock requests don't conflict with state recovery by Trond Myklebust · 16 years ago
  83. fe1d819 NFSv4: Ensure that nfs4_reclaim_open_state() doesn't depend on cl_sem by Trond Myklebust · 16 years ago
  84. 7eff03a NFSv4: Add a recovery marking scheme for state owners by Trond Myklebust · 16 years ago
  85. 0f605b5 NFSv4: Don't tell server we rebooted when not necessary by Trond Myklebust · 16 years ago
  86. e598d84 NFSv4: Remove redundant RENEW calls if we know the lease has expired by Trond Myklebust · 16 years ago
  87. b79a4a1 NFSv4: Fix state recovery when the client runs over the grace period by Trond Myklebust · 16 years ago
  88. 6dc9d57 NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lock by Trond Myklebust · 16 years ago
  89. 0286001 NFSv4: Clean up for the state loss reclaimer by Trond Myklebust · 16 years ago
  90. f839c4c NFSv4: Remove BKL from the nfsv4 state recovery by Trond Myklebust · 16 years ago
  91. 1d2e88e nfs: make nfs4_drop_state_owner() static by Adrian Bunk · 16 years ago
  92. 3110ff8 nfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  93. a2b2bb8 NFSv4: Attempt to use machine credentials in SETCLIENTID calls by Trond Myklebust · 16 years ago
  94. f6a1cc8 SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues by Trond Myklebust · 16 years ago
  95. 5d00837 SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs by Trond Myklebust · 16 years ago
  96. 90dc7d2 nfs: fix sparse warnings by Harvey Harrison · 16 years ago
  97. 497799e NFS: missing spaces in KERN_WARNING by Dan Muntz · 16 years ago
  98. 5d8515c NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr) by Chuck Lever · 17 years ago
  99. 2f74c0a NFSv4: Clean up the OPEN/CLOSE serialisation code by Trond Myklebust · 16 years ago
  100. d0dc370 NFSv4: Give the lock stateid its own sequence queue by Trond Myklebust · 16 years ago