1. 3c1c995 nfsd: optimize destroy_lockowner cl_lock thrashing by Jeff Layton · 10 years ago
  2. a819ecc nfsd: add locking to stateowner release by Jeff Layton · 10 years ago
  3. 882e9d2 nfsd: clean up and reorganize release_lockowner by Jeff Layton · 10 years ago
  4. d4f0489 nfsd: Move the open owner hash table into struct nfs4_client by Trond Myklebust · 10 years ago
  5. c58c661 nfsd: Protect adding/removing lock owners using client_lock by Trond Myklebust · 10 years ago
  6. 7ffb588 nfsd: Protect adding/removing open state owners using client_lock by Trond Myklebust · 10 years ago
  7. b401be22 nfsd: don't allow CLOSE to proceed until refcount on stateid drops by Jeff Layton · 10 years ago
  8. d3134b1 nfsd: make openstateids hold references to their openowners by Jeff Layton · 10 years ago
  9. 5adfd88 nfsd: clean up refcounting for lockowners by Jeff Layton · 10 years ago
  10. e4f1dd7 nfsd: Make lock stateid take a reference to the lockowner by Trond Myklebust · 10 years ago
  11. 8f4b54c nfsd: add an operation for unhashing a stateowner by Jeff Layton · 10 years ago
  12. 5db1c03 nfsd: clean up lockowner refcounting when finding them by Jeff Layton · 10 years ago
  13. 58fb12e nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache by Jeff Layton · 10 years ago
  14. 6b180f0 nfsd: Add reference counting to state owners by Jeff Layton · 10 years ago
  15. 2d3f966 nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type() by Trond Myklebust · 10 years ago
  16. fd91101 nfsd: Migrate the stateid reference into nfs4_lookup_stateid() by Trond Myklebust · 10 years ago
  17. 4cbfc9f nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op by Trond Myklebust · 10 years ago
  18. 0667b1e nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op by Trond Myklebust · 10 years ago
  19. 2585fc7 nfsd: nfsd4_open_confirm() must reference the open stateid by Trond Myklebust · 10 years ago
  20. 8a0b589 nfsd: Prepare nfsd4_close() for open stateid referencing by Trond Myklebust · 10 years ago
  21. d6f2bc5 nfsd: nfsd4_process_open2() must reference the open stateid by Trond Myklebust · 10 years ago
  22. dcd94cc nfsd: nfsd4_process_open2() must reference the delegation stateid by Trond Myklebust · 10 years ago
  23. 67cb127 nfsd: Ensure that nfs4_open_delegation() references the delegation stateid by Trond Myklebust · 10 years ago
  24. 858cc57 nfsd: nfsd4_locku() must reference the lock stateid by Trond Myklebust · 10 years ago
  25. 3d0fabd nfsd: Add reference counting to lock stateids by Trond Myklebust · 10 years ago
  26. 1af71cc nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid by Jeff Layton · 10 years ago
  27. 356a95e nfsd: clean up races in lock stateid searching and creation by Jeff Layton · 10 years ago
  28. 1c755dc nfsd: Add locking to protect the state owner lists by Jeff Layton · 10 years ago
  29. b49e084 nfsd: do filp_close in sc_free callback for lock stateids by Jeff Layton · 10 years ago
  30. 4770d72 nfsd4: use cl_lock to synchronize all stateid idr calls by Jeff Layton · 10 years ago
  31. 11b9164 nfsd: Add a struct nfs4_file field to struct nfs4_stid by Trond Myklebust · 10 years ago
  32. 6011695 nfsd: Add reference counting to the lock and open stateids by Trond Myklebust · 10 years ago
  33. 650ecc8f nfsd: remove dl_fh field from struct nfs4_delegation by Jeff Layton · 10 years ago
  34. f54fe96 nfsd: give block_delegation and delegation_blocked its own spinlock by Jeff Layton · 10 years ago
  35. 0b26693 nfsd: clean up nfs4_set_delegation by Jeff Layton · 10 years ago
  36. 4cf5922 nfsd: clean up arguments to nfs4_open_delegation by Jeff Layton · 10 years ago
  37. f9416e2 nfsd: drop unused stp arg to alloc_init_deleg by Jeff Layton · 10 years ago
  38. 02a3508 nfsd: Convert delegation counter to an atomic_long_t type by Trond Myklebust · 10 years ago
  39. 2d4a532 nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock by Jeff Layton · 10 years ago
  40. 4269067 nfsd: fully unhash delegations when revoking them by Jeff Layton · 10 years ago
  41. f833883 nfsd: simplify stateid allocation and file handling by Trond Myklebust · 10 years ago
  42. f9c00c3 nfsd: Do not let nfs4_file pin the struct inode by Jeff Layton · 10 years ago
  43. b07c54a nfsd: nfs4_check_fh - make it actually check the filehandle by Trond Myklebust · 10 years ago
  44. ca94321 nfsd: Use the filehandle to look up the struct nfs4_file instead of inode by Trond Myklebust · 10 years ago
  45. e2cf80d nfsd: Store the filehandle with the struct nfs4_file by Trond Myklebust · 10 years ago
  46. 2f6ce8e nfsd: ensure that st_access_bmap and st_deny_bmap are initialized to 0 by Jeff Layton · 10 years ago
  47. d55a166 nfsd: bump dl_time when unhashing delegation by Jeff Layton · 10 years ago
  48. 72c0b0f nfsd: Move the delegation reference counter into the struct nfs4_stid by Trond Myklebust · 10 years ago
  49. 417c662 nfsd: fix race that grants unrecallable delegation by Jeff Layton · 10 years ago
  50. 57a3714 nfsd4: CREATE_SESSION should update backchannel immediately by J. Bruce Fields · 10 years ago
  51. b0fc29d nfsd: Ensure stateids remain unique until they are freed by Trond Myklebust · 10 years ago
  52. d564fbe nfsd: nfs4_alloc_init_lease should take a nfs4_file arg by Jeff Layton · 10 years ago
  53. 02e1215 nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg by Jeff Layton · 10 years ago
  54. e8051c8 nfsd: eliminate nfsd4_init_callback by Jeff Layton · 10 years ago
  55. a46cb7f nfsd: cleanup and rename nfs4_check_open by Jeff Layton · 10 years ago
  56. baeb4ff nfsd: make deny mode enforcement more efficient and close races in it by Jeff Layton · 10 years ago
  57. 7214e86 nfsd: always hold the fi_lock when bumping fi_access refcounts by Jeff Layton · 10 years ago
  58. 3b84240 nfsd: clean up reset_union_bmap_deny by Jeff Layton · 10 years ago
  59. 6eb3a1d nfsd: set stateid access and deny bits in nfs4_get_vfs_file by Jeff Layton · 10 years ago
  60. c11c591 nfsd: shrink st_access_bmap and st_deny_bmap by Jeff Layton · 10 years ago
  61. 6d338b5 nfsd: remove nfs4_file_put_fd by Jeff Layton · 10 years ago
  62. 1265965 nfsd: refactor nfs4_file_get_access and nfs4_file_put_access by Jeff Layton · 10 years ago
  63. e20fcf1 nfsd: clean up helper __release_lock_stateid by Trond Myklebust · 10 years ago
  64. de18643 nfsd: Add locking to the nfs4_file->fi_fds[] array by Trond Myklebust · 10 years ago
  65. 1d31a25 nfsd: Add fine grained protection for the nfs4_file->fi_stateids list by Trond Myklebust · 10 years ago
  66. d6c249b nfsd: reduce some spinlocking in put_client_renew by Jeff Layton · 10 years ago
  67. dff1399 nfsd: close potential race between delegation break and laundromat by Jeff Layton · 10 years ago
  68. 0fe492d nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid() by Trond Myklebust · 10 years ago
  69. 2d91e89 nfsd: Always use lookup_clientid() in nfsd4_process_open1 by Trond Myklebust · 10 years ago
  70. 13d6f66 nfsd: Convert nfsd4_process_open1() to work with lookup_clientid() by Trond Myklebust · 10 years ago
  71. 4b24ca7 nfsd: Allow struct nfsd4_compound_state to cache the nfs4_client by Jeff Layton · 10 years ago
  72. 2dd6e45 nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument by Trond Myklebust · 10 years ago
  73. d4e19e70 nfsd: Don't get a session reference without a client reference by Trond Myklebust · 10 years ago
  74. fd44907 nfsd: clean up nfsd4_release_lockowner by Jeff Layton · 10 years ago
  75. b3c32bc nfsd: NFSv4 lock-owners are not associated to a specific file by Trond Myklebust · 10 years ago
  76. c53530d nfsd: Allow lockowners to hold several stateids by Jeff Layton · 10 years ago
  77. 3c87b9b nfsd: lock owners are not per open stateid by Trond Myklebust · 10 years ago
  78. acf9295 nfsd: clean up nfsd4_close_open_stateid by Trond Myklebust · 10 years ago
  79. db24b3b nfsd: declare v4.1+ openowners confirmed on creation by Jeff Layton · 10 years ago
  80. b607664 nfsd: Cleanup nfs4svc_encode_compoundres by Trond Myklebust · 10 years ago
  81. e17f99b nfsd: nfs4_preprocess_seqid_op should only set *stpp on success by Trond Myklebust · 10 years ago
  82. 950e011 nfsd: Protect addition to the file_hashtbl by Trond Myklebust · 10 years ago
  83. 7e6a72e nfsd: fix file access refcount leak when nfsd4_truncate fails by Christoph Hellwig · 10 years ago
  84. f419992 nfsd: add __force to opaque verifier field casts by Jeff Layton · 10 years ago
  85. 6282cd5 NFSD: Don't hand out delegations for 30 seconds after recalling them. by NeilBrown · 10 years ago
  86. 4838540 nfsd4: fix FREE_STATEID lockowner leak by J. Bruce Fields · 10 years ago
  87. 3fb87d1 nfsd4: hash deleg stateid only on successful nfs4_set_delegation by Benny Halevy · 10 years ago
  88. cdc9750 nfsd4: rename recall_lock to state_lock by Benny Halevy · 10 years ago
  89. 931ee56 nfsd4: use recall_lock for delegation hashing by Benny Halevy · 10 years ago
  90. a832e7a nfsd: fix laundromat next-run-time calculation by Jeff Layton · 10 years ago
  91. a5cddc8 nfsd4: better reservation of head space for krb5 by J. Bruce Fields · 10 years ago
  92. 32aaa62 nfsd4: use session limits to release send buffer reservation by J. Bruce Fields · 10 years ago
  93. 47ee529 nfsd4: adjust buflen to session channel limit by J. Bruce Fields · 10 years ago
  94. f523601 nfsd4: convert 4.1 replay encoding by J. Bruce Fields · 10 years ago
  95. dd97fdd nfsd4: no need for encode_compoundres to adjust lengths by J. Bruce Fields · 10 years ago
  96. 4aea24b nfsd4: embed xdr_stream in nfsd4_compoundres by J. Bruce Fields · 10 years ago
  97. abf1135 nfsd: remove nfsd4_free_slab by Christoph Hellwig · 10 years ago
  98. f35ea0d Merge 3.15 bugfixes for 3.16 by J. Bruce Fields · 10 years ago
  99. cbf7a75 nfsd4: fix delegation cleanup on error by J. Bruce Fields · 10 years ago
  100. 27b1142 nfsd4: warn on finding lockowner without stateid's by J. Bruce Fields · 10 years ago