1. 14a571a nfsd: add some comments to the nfsd4 object definitions by Jeff Layton · 10 years ago
  2. b687f68 nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers by Jeff Layton · 10 years ago
  3. 74cf76d nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net by Jeff Layton · 10 years ago
  4. dab6ef2 nfsd: remove nfs4_lock_state: nfs4_laundromat by Jeff Layton · 10 years ago
  5. 05149dd nfsd: Remove nfs4_lock_state(): reclaim_complete() by Trond Myklebust · 10 years ago
  6. cb86fb1 nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew by Trond Myklebust · 10 years ago
  7. 3974552 nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session() by Trond Myklebust · 10 years ago
  8. 3234975 nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm by Trond Myklebust · 10 years ago
  9. 084d4d4 nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn() by Trond Myklebust · 10 years ago
  10. 36626a2 nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close by Trond Myklebust · 10 years ago
  11. 2dd7f2a nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt() by Trond Myklebust · 10 years ago
  12. 51f5e78 nfsd: Remove nfs4_lock_state(): nfsd4_release_lockowner by Trond Myklebust · 10 years ago
  13. e7d5dc1 nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid by Trond Myklebust · 10 years ago
  14. c2d1d6a nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op() by Trond Myklebust · 10 years ago
  15. 285abde nfsd: remove old fault injection infrastructure by Jeff Layton · 10 years ago
  16. 98d5c7c nfsd: add more granular locking to *_delegations fault injectors by Jeff Layton · 10 years ago
  17. 82e05ef nfsd: add more granular locking to forget_openowners fault injector by Jeff Layton · 10 years ago
  18. 016200c nfsd: add more granular locking to forget_locks fault injector by Jeff Layton · 10 years ago
  19. 3738d50 nfsd: add a list_head arg to nfsd_foreach_client_lock by Jeff Layton · 10 years ago
  20. 69fc9ed nfsd: add nfsd_inject_forget_clients by Jeff Layton · 10 years ago
  21. a0926d1 nfsd: add a forget_client set_clnt routine by Jeff Layton · 10 years ago
  22. 7ec0e36 nfsd: add a forget_clients "get" routine with proper locking by Jeff Layton · 10 years ago
  23. c96223d nfsd: abstract out the get and set routines into the fault injection ops by Jeff Layton · 10 years ago
  24. 294ac32 nfsd: protect clid and verifier generation with client_lock by Jeff Layton · 10 years ago
  25. fd699b8 nfsd: don't destroy clients that are busy by Jeff Layton · 10 years ago
  26. fb94d76 NFSD: Put the reference of nfs4_file when freeing stid by Kinglong Mee · 10 years ago
  27. 7abea1e nfsd: don't destroy client if mark_client_expired_locked fails by Jeff Layton · 10 years ago
  28. 97403d9 nfsd: move unhash_client_locked call into mark_client_expired_locked by Jeff Layton · 10 years ago
  29. 217526e nfsd: protect the close_lru list and oo_last_closed_stid with client_lock by Jeff Layton · 10 years ago
  30. 0a880a2 nfsd: Add lockdep assertions to document the nfs4_client/session locking by Trond Myklebust · 10 years ago
  31. 3e339f9 nfsd: Ensure lookup_clientid() takes client_lock by Trond Myklebust · 10 years ago
  32. 6b10ad1 nfsd: Protect nfsd4_destroy_clientid using client_lock by Trond Myklebust · 10 years ago
  33. d20c11d nfsd: Protect session creation and client confirm using client_lock by Jeff Layton · 10 years ago
  34. 3dbacee nfsd: Protect unconfirmed client creation using client_lock by Trond Myklebust · 10 years ago
  35. 5cc40fd nfsd: Move create_client() call outside the lock by Trond Myklebust · 10 years ago
  36. 425510f nfsd: Don't require client_lock in free_client by Trond Myklebust · 10 years ago
  37. 4864af9 nfsd: Ensure that the laundromat unhashes the client before releasing locks by Trond Myklebust · 10 years ago
  38. 4beb345 nfsd: Ensure struct nfs4_client is unhashed before we try to destroy it by Trond Myklebust · 10 years ago
  39. 83e452f nfsd4: fix out of date comment by J. Bruce Fields · 10 years ago
  40. d9499a9 NFSD: Decrease nfsd_users in nfsd_startup_generic fail by Kinglong Mee · 10 years ago
  41. 4ae098d nfsd: rename unhash_generic_stateid to unhash_ol_stateid by Jeff Layton · 10 years ago
  42. d83017f nfsd: don't thrash the cl_lock while freeing an open stateid by Jeff Layton · 10 years ago
  43. 2c41beb nfsd: reduce cl_lock thrashing in release_openowner by Jeff Layton · 10 years ago
  44. fc5a96c nfsd: close potential race in nfsd4_free_stateid by Jeff Layton · 10 years ago
  45. 3c1c995 nfsd: optimize destroy_lockowner cl_lock thrashing by Jeff Layton · 10 years ago
  46. a819ecc nfsd: add locking to stateowner release by Jeff Layton · 10 years ago
  47. 882e9d2 nfsd: clean up and reorganize release_lockowner by Jeff Layton · 10 years ago
  48. d4f0489 nfsd: Move the open owner hash table into struct nfs4_client by Trond Myklebust · 10 years ago
  49. c58c661 nfsd: Protect adding/removing lock owners using client_lock by Trond Myklebust · 10 years ago
  50. 7ffb588 nfsd: Protect adding/removing open state owners using client_lock by Trond Myklebust · 10 years ago
  51. b401be22 nfsd: don't allow CLOSE to proceed until refcount on stateid drops by Jeff Layton · 10 years ago
  52. d3134b1 nfsd: make openstateids hold references to their openowners by Jeff Layton · 10 years ago
  53. 5adfd88 nfsd: clean up refcounting for lockowners by Jeff Layton · 10 years ago
  54. e4f1dd7 nfsd: Make lock stateid take a reference to the lockowner by Trond Myklebust · 10 years ago
  55. 8f4b54c nfsd: add an operation for unhashing a stateowner by Jeff Layton · 10 years ago
  56. 5db1c03 nfsd: clean up lockowner refcounting when finding them by Jeff Layton · 10 years ago
  57. 58fb12e nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache by Jeff Layton · 10 years ago
  58. 6b180f0 nfsd: Add reference counting to state owners by Jeff Layton · 10 years ago
  59. 2d3f966 nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type() by Trond Myklebust · 10 years ago
  60. fd91101 nfsd: Migrate the stateid reference into nfs4_lookup_stateid() by Trond Myklebust · 10 years ago
  61. 4cbfc9f nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op by Trond Myklebust · 10 years ago
  62. 0667b1e nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op by Trond Myklebust · 10 years ago
  63. 2585fc7 nfsd: nfsd4_open_confirm() must reference the open stateid by Trond Myklebust · 10 years ago
  64. 8a0b589 nfsd: Prepare nfsd4_close() for open stateid referencing by Trond Myklebust · 10 years ago
  65. d6f2bc5 nfsd: nfsd4_process_open2() must reference the open stateid by Trond Myklebust · 10 years ago
  66. dcd94cc nfsd: nfsd4_process_open2() must reference the delegation stateid by Trond Myklebust · 10 years ago
  67. 67cb127 nfsd: Ensure that nfs4_open_delegation() references the delegation stateid by Trond Myklebust · 10 years ago
  68. 858cc57 nfsd: nfsd4_locku() must reference the lock stateid by Trond Myklebust · 10 years ago
  69. 3d0fabd nfsd: Add reference counting to lock stateids by Trond Myklebust · 10 years ago
  70. 1af71cc nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid by Jeff Layton · 10 years ago
  71. 356a95e nfsd: clean up races in lock stateid searching and creation by Jeff Layton · 10 years ago
  72. 1c755dc nfsd: Add locking to protect the state owner lists by Jeff Layton · 10 years ago
  73. b49e084 nfsd: do filp_close in sc_free callback for lock stateids by Jeff Layton · 10 years ago
  74. 4770d72 nfsd4: use cl_lock to synchronize all stateid idr calls by Jeff Layton · 10 years ago
  75. 11b9164 nfsd: Add a struct nfs4_file field to struct nfs4_stid by Trond Myklebust · 10 years ago
  76. 6011695 nfsd: Add reference counting to the lock and open stateids by Trond Myklebust · 10 years ago
  77. b3fbfe0 nfsd: print status when nfsd4_open fails to open file it just created by Jeff Layton · 10 years ago
  78. 5187768 SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed by Trond Myklebust · 10 years ago
  79. c7fb3f0 SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely by Trond Myklebust · 10 years ago
  80. 0971374 SUNRPC: Reduce contention in svc_xprt_enqueue() by Trond Myklebust · 10 years ago
  81. 650ecc8f nfsd: remove dl_fh field from struct nfs4_delegation by Jeff Layton · 10 years ago
  82. f54fe96 nfsd: give block_delegation and delegation_blocked its own spinlock by Jeff Layton · 10 years ago
  83. 0b26693 nfsd: clean up nfs4_set_delegation by Jeff Layton · 10 years ago
  84. 4cf5922 nfsd: clean up arguments to nfs4_open_delegation by Jeff Layton · 10 years ago
  85. f9416e2 nfsd: drop unused stp arg to alloc_init_deleg by Jeff Layton · 10 years ago
  86. 02a3508 nfsd: Convert delegation counter to an atomic_long_t type by Trond Myklebust · 10 years ago
  87. 2d4a532 nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock by Jeff Layton · 10 years ago
  88. 4269067 nfsd: fully unhash delegations when revoking them by Jeff Layton · 10 years ago
  89. f833883 nfsd: simplify stateid allocation and file handling by Trond Myklebust · 10 years ago
  90. f9c00c3 nfsd: Do not let nfs4_file pin the struct inode by Jeff Layton · 10 years ago
  91. b07c54a nfsd: nfs4_check_fh - make it actually check the filehandle by Trond Myklebust · 10 years ago
  92. ca94321 nfsd: Use the filehandle to look up the struct nfs4_file instead of inode by Trond Myklebust · 10 years ago
  93. e2cf80d nfsd: Store the filehandle with the struct nfs4_file by Trond Myklebust · 10 years ago
  94. fc8e5a6 nfsd4: convert comma to semicolon by Himangi Saraogi · 10 years ago
  95. d9bb5a4 svcrdma: Double the default credit limit by Chuck Lever · 10 years ago
  96. 2f6ce8e nfsd: ensure that st_access_bmap and st_deny_bmap are initialized to 0 by Jeff Layton · 10 years ago
  97. e560e3b svcrdma: Add zero padding if the client doesn't send it by Chuck Lever · 10 years ago
  98. d55a166 nfsd: bump dl_time when unhashing delegation by Jeff Layton · 10 years ago
  99. 72c0b0f nfsd: Move the delegation reference counter into the struct nfs4_stid by Trond Myklebust · 10 years ago
  100. 417c662 nfsd: fix race that grants unrecallable delegation by Jeff Layton · 10 years ago