1. 6e73e92 nfsd4: fix up replay_matches_cache() by Scott Mayhew · 5 years ago
  2. c4b77ed nfsd: "\%s" should be "%s" by J. Bruce Fields · 5 years ago
  3. 2030ca5 nfsd: degraded slot-count more gracefully as allocation nears exhaustion. by NeilBrown · 5 years ago
  4. 7f49fd5d nfsd: handle drc over-allocation gracefully. by NeilBrown · 5 years ago
  5. 6ee95d1 nfsd: add support for upcall version 2 by Scott Mayhew · 5 years ago
  6. 6b556ca nfsd: have nfsd_test_lock use the nfsd_file cache by Jeff Layton · 5 years ago
  7. 5c4583b nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache by Jeff Layton · 5 years ago
  8. eb82dd3 nfsd: convert fi_deleg_file and ls_file fields to nfsd_file by Jeff Layton · 5 years ago
  9. fd4f83f nfsd: convert nfs4_file->fi_fds array to use nfsd_files by Jeff Layton · 5 years ago
  10. 297e57a nfsd: Make two functions static by YueHaibing · 6 years ago
  11. 7912344 nfsd: decode implementation id by J. Bruce Fields · 6 years ago
  12. 6f4859b nfsd: create xdr_netobj_dup helper by J. Bruce Fields · 6 years ago
  13. 89c905b nfsd: allow forced expiration of NFSv4 clients by J. Bruce Fields · 6 years ago
  14. a204f25 nfsd: create get_nfsdfs_clp helper by J. Bruce Fields · 6 years ago
  15. 0c4b62b nfsd4: show layout stateids by J. Bruce Fields · 6 years ago
  16. 16d36e0 nfsd: show lock and deleg stateids by J. Bruce Fields · 6 years ago
  17. 78599c4 nfsd4: add file to display list of client's opens by J. Bruce Fields · 6 years ago
  18. 169319f nfsd: add more information to client info file by J. Bruce Fields · 6 years ago
  19. 3bade24 nfsd: copy client's address including port number to cl_addr by J. Bruce Fields · 6 years ago
  20. 97ad403 nfsd4: add a client info file by J. Bruce Fields · 6 years ago
  21. bf5ed3e nfsd: make client/ directory names small ints by J. Bruce Fields · 6 years ago
  22. e8a79fb nfsd: add nfsd/clients directory by J. Bruce Fields · 6 years ago
  23. 59f8e91 nfsd4: use reference count to free client by J. Bruce Fields · 6 years ago
  24. 14ed14c nfsd: rename cl_refcount by J. Bruce Fields · 6 years ago
  25. 3b2d4dc nfsd: Fix overflow causing non-working mounts on 1 TB machines by Paul Menzel · 6 years ago
  26. 700a800 Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  27. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  28. 1c73b9d nfsd: update callback done processing by Scott Mayhew · 6 years ago
  29. 362063a nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcld by Scott Mayhew · 6 years ago
  30. 6b18910 nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char array by Scott Mayhew · 6 years ago
  31. f456458 nfsd: wake blocked file lock waiters before sending callback by Jeff Layton · 6 years ago
  32. 6aaafc4 nfsd: wake waiters blocked on file_lock before deleting it by Jeff Layton · 6 years ago
  33. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  34. c54f24e nfsd: fix performance-limiting session calculation by J. Bruce Fields · 6 years ago
  35. e45428a Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  36. cb03f94 fs/locks: merge posix_unblock_lock() and locks_delete_block() by NeilBrown · 6 years ago
  37. f50c9d7 nfsd: clean up indentation, increase indentation in switch statement by Colin Ian King · 6 years ago
  38. d8836f7 nfsd4: remove unused nfs4_check_olstateid parameter by J. Bruce Fields · 6 years ago
  39. bd8d725 nfsd: correctly decrement odstate refcount in error path by Andrew Elble · 6 years ago
  40. e0639dc NFSD introduce async copy feature by Olga Kornievskaia · 6 years ago
  41. a26dd64 nfsd: Remove callback_cred by Chuck Lever · 6 years ago
  42. 9abdda5 sunrpc: Extract target name into svc_cred by Chuck Lever · 6 years ago
  43. 64bed6c nfsd: fix leaked file lock with nfs exported overlayfs by Amir Goldstein · 6 years ago
  44. 4a269efb nfsd: update obselete comment referencing the BKL by J. Bruce Fields · 7 years ago
  45. ca0552f nfsd4: cleanup sessionid in nfsd4_destroy_session by J. Bruce Fields · 7 years ago
  46. 665d507 nfsd4: less confusing nfsd4_compound_in_session by J. Bruce Fields · 7 years ago
  47. 03f318c nfsd4: extend reclaim period for reclaiming clients by J. Bruce Fields · 7 years ago
  48. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  49. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  50. 692ad28 nfsd: fix error handling in nfs4_set_delegation() by Andrew Elble · 7 years ago
  51. 51d87bc nfsd: fix boolreturn.cocci warnings by Fengguang Wu · 7 years ago
  52. 353601e nfsd: create a separate lease for each delegation by J. Bruce Fields · 7 years ago
  53. 86d29b1 nfsd: move sc_file assignment into alloc_init_deleg by J. Bruce Fields · 7 years ago
  54. 0af6e69 nfsd: factor out common delegation-destruction code by J. Bruce Fields · 7 years ago
  55. 68b18f5 nfsd: make nfs4_get_existing_delegation less confusing by J. Bruce Fields · 7 years ago
  56. 0c911f5 nfsd4: dp->dl_stid.sc_file doesn't need locking by J. Bruce Fields · 7 years ago
  57. 653e514 nfsd4: set fl_owner to delegation, not file pointer by J. Bruce Fields · 7 years ago
  58. cba7b3d nfsd: simplify nfs4_put_deleg_lease calls by J. Bruce Fields · 7 years ago
  59. b8232d3 nfsd: simplify put of fi_deleg_file by J. Bruce Fields · 7 years ago
  60. 9258a2d nfsd: move nfs4_client allocation to dedicated slabcache by Jeff Layton · 7 years ago
  61. bd2deca nfsd4: send the special close_stateid in v4.0 replies as well by Jeff Layton · 7 years ago
  62. 68ef3bc nfsd: remove blocked locks on client teardown by Jeff Layton · 7 years ago
  63. 2502072 nfsd4: don't set lock stateid's sc_type to CLOSED by J. Bruce Fields · 7 years ago
  64. 4f17641 nfsd: Detect unhashed stids in nfsd4_verify_open_stid() by Trond Myklebust · 7 years ago
  65. 81833de lockd: fix "list_add double add" caused by legacy signal interface by Vasily Averin · 7 years ago
  66. ae254dac nfsd: check for use of the closed special stateid by Andrew Elble · 7 years ago
  67. 64ebe124 nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat by Naofumi Honda · 7 years ago
  68. 4f34bd0 nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex class by Andrew Elble · 7 years ago
  69. 03da316 nfsd: Fix races with check_stateid_generation() by Trond Myklebust · 7 years ago
  70. 9271d7e nfsd: Ensure we check stateid validity in the seqid operation checks by Trond Myklebust · 7 years ago
  71. beeca19 nfsd: Fix race in lock stateid creation by Trond Myklebust · 7 years ago
  72. fd1fd68 nfsd4: move find_lock_stateid by Trond Myklebust · 7 years ago
  73. 659aefb nfsd: Ensure we don't recognise lock stateids after freeing them by Trond Myklebust · 7 years ago
  74. fb500a7 nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0) by Trond Myklebust · 7 years ago
  75. d8a1a00 nfsd: Fix another OPEN stateid race by Trond Myklebust · 7 years ago
  76. 15ca08d nfsd: Fix stateid races between OPEN and CLOSE by Trond Myklebust · 7 years ago
  77. 95da1b3a nfsd: deal with revoked delegations appropriately by Andrew Elble · 7 years ago
  78. 7e981a8 nfsd: use nfs->ns.inum as net ID by Vasily Averin · 7 years ago
  79. 818a34e fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  80. cff7cb2 fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  81. a15dfcd fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  82. 53da6a5 nfsd4: catch some false session retries by J. Bruce Fields · 7 years ago
  83. 085def3 nfsd4: fix cached replies to solo SEQUENCE compounds by J. Bruce Fields · 7 years ago
  84. de766e5 nfsd: give out fewer session slots as limit approaches by J. Bruce Fields · 7 years ago
  85. eb69853 nfsd4: properly type op_func callbacks by Christoph Hellwig · 8 years ago
  86. 57832e7 nfsd4: properly type op_get_currentstateid callbacks by Christoph Hellwig · 8 years ago
  87. b60e985 nfsd4: properly type op_set_currentstateid callbacks by Christoph Hellwig · 8 years ago
  88. 2f10fdc nfsd4: remove pointless strdup_if_nonnull by NeilBrown · 8 years ago
  89. 4ab495b nfsd: remove superfluous KERN_INFO by Rasmus Villemoes · 8 years ago
  90. f7d1ddb nfsd/callback: Cleanup callback cred on shutdown by Kinglong Mee · 8 years ago
  91. d19fb70 NFSD: Fix a null reference case in find_or_create_lock_stateid() by Kinglong Mee · 8 years ago
  92. f46c445 nfsd: Fix general protection fault in release_lock_stateid() by Chuck Lever · 8 years ago
  93. 0cc11a6 nfsd: move blocked lock handling under a dedicated spinlock by Jeff Layton · 8 years ago
  94. 2778556 Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  95. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  96. 7d22fc1 nfsd4: setclientid_confirm with unmatched verifier should fail by J. Bruce Fields · 8 years ago
  97. 19e4c34 nfsd: set the MAY_NOTIFY_LOCK flag in OPEN replies by Jeff Layton · 8 years ago
  98. 7919d0a nfsd: add a LRU list for blocked locks by Jeff Layton · 8 years ago
  99. 76d348f nfsd: have nfsd4_lock use blocking locks for v4.1+ locks by Jeff Layton · 8 years ago
  100. dd25793 nfsd: don't return an unhashed lock stateid after taking mutex by Jeff Layton · 8 years ago