1. ec59659 nfsd: cstate->session->se_client -> cstate->clp by J. Bruce Fields · 4 years ago
  2. 1722b04 nfsd: simplify nfsd4_check_open_reclaim by J. Bruce Fields · 4 years ago
  3. f71475b nfsd: remove unused set_client argument by J. Bruce Fields · 4 years ago
  4. 47fdb22 nfsd: find_cpntf_state cleanup by J. Bruce Fields · 4 years ago
  5. 7950b53 nfsd: refactor set_client by J. Bruce Fields · 4 years ago
  6. 460d270 nfsd: rename lookup_clientid->set_client by J. Bruce Fields · 4 years ago
  7. b4587eb nfsd: simplify nfsd_renew by J. Bruce Fields · 4 years ago
  8. a9d53a7 nfsd: simplify process_lock by J. Bruce Fields · 4 years ago
  9. 3331187 nfsd4: simplify process_lookup1 by J. Bruce Fields · 4 years ago
  10. ca9364d NFSD: Fix 5 seconds delay when doing inter server copy by Dai Ngo · 4 years, 1 month ago
  11. 523ec6e NFSD: Add a helper to decode state_protect4_a by Chuck Lever · 4 years, 2 months ago
  12. c148842 nfsd: remove unneeded break by Tom Rix · 4 years, 3 months ago
  13. 1395616 nfsd: rq_lease_breaker cleanup by J. Bruce Fields · 4 years, 3 months ago
  14. 50747dd nfsd4: remove check_conflicting_opens warning by J. Bruce Fields · 4 years, 3 months ago
  15. 3caf917 nfsd: rename delegation related tracepoints to make them less confusing by Hou Tao · 4 years, 4 months ago
  16. 12ed22f nfsd: give up callbacks on revoked delegations by J. Bruce Fields · 4 years, 5 months ago
  17. e56dc9e nfsd: remove fault injection code by J. Bruce Fields · 4 years, 5 months ago
  18. 2ac6981 Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 4 months ago
  19. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  20. 34b09af nfsd: fix oops on mixed NFSv4/NFSv3 client access by J. Bruce Fields · 4 years, 5 months ago
  21. 7a6b604 Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 5 months ago
  22. 9affa43 nfsd4: fix NULL dereference in nfsd/clients display code by J. Bruce Fields · 4 years, 6 months ago
  23. 94415b0 nfsd4: a client's own opens needn't prevent delegations by J. Bruce Fields · 4 years, 6 months ago
  24. 681370f nfsd4: fix nfsdfs reference count loop by J. Bruce Fields · 4 years, 6 months ago
  25. 6670ee2 Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-incoming by J. Bruce Fields · 4 years, 7 months ago
  26. 45f56da NFSD: Squash an annoying compiler warning by Chuck Lever · 4 years, 9 months ago
  27. 1eace0d NFSD: Add tracepoints for monitoring NFSD callbacks by Chuck Lever · 4 years, 9 months ago
  28. dd5e3fb NFSD: Add tracepoints to the NFSD state management code by Chuck Lever · 4 years, 9 months ago
  29. 28df3d1 nfsd: clients don't need to break their own delegations by J. Bruce Fields · 7 years ago
  30. c2d715a nfsd: handle repeated BIND_CONN_TO_SESSION by J. Bruce Fields · 4 years, 8 months ago
  31. 580da46 nfsd4: add filename to states output by Achilles Gaikwad · 4 years, 8 months ago
  32. ee590d2 nfsd4: stid display should preserve on-the-wire byte order by J. Bruce Fields · 4 years, 9 months ago
  33. ace7ade nfsd4: common stateid-printing code by J. Bruce Fields · 4 years, 9 months ago
  34. e1e8399 nfsd: memory corruption in nfsd4_lock() by Vasily Averin · 4 years, 9 months ago
  35. 663e36f nfsd4: kill warnings on testing stateids with mismatched clientids by J. Bruce Fields · 4 years, 10 months ago
  36. 6cbfad5 nfsd: remove read permission bit for ctl sysctl by Petr Vorel · 4 years, 10 months ago
  37. a451b12 nfsd: Don't add locks to closed or closing open stateids by Trond Myklebust · 4 years, 10 months ago
  38. 36a8049 fs: nfsd: nfs4state.c: Use built-in RCU list checking by Madhuparna Bhowmik · 4 years, 11 months ago
  39. 9104ae4 nfsd: use ktime_get_real_seconds() in nfs4_verifier by Arnd Bergmann · 5 years ago
  40. 20b7d86 nfsd: use boottime for lease expiry calculation by Arnd Bergmann · 5 years ago
  41. 9594497 nfsd: fix jiffies/time_t mixup in LRU list by Arnd Bergmann · 5 years ago
  42. 2a1aa48 nfsd: pass a 64-bit guardtime to nfsd_setattr() by Arnd Bergmann · 5 years ago
  43. 9cc7680 nfsd: make 'boot_time' 64-bit wide by Arnd Bergmann · 5 years ago
  44. e29f470 nfsd: print 64-bit timestamps in client_info_show by Arnd Bergmann · 5 years ago
  45. b3f255e nfsd: use ktime_get_seconds() for timestamps by Arnd Bergmann · 7 years ago
  46. fc5fc5d nfsd4: Remove unneeded semicolon by zhengbin · 5 years ago
  47. 5277a79 nfsd: unlock on error in manage_cpntf_state() by Dan Carpenter · 5 years ago
  48. ce0887a NFSD add nfs4 inter ssc to nfsd4_copy by Olga Kornievskaia · 5 years ago
  49. 51100d2 NFSD generalize nfsd4_compound_state flag names by Olga Kornievskaia · 6 years ago
  50. b734220 NFSD check stateids against copy stateids by Olga Kornievskaia · 5 years ago
  51. 624322f NFSD add COPY_NOTIFY operation by Olga Kornievskaia · 5 years ago
  52. 6e73e92 nfsd4: fix up replay_matches_cache() by Scott Mayhew · 5 years ago
  53. c4b77ed nfsd: "\%s" should be "%s" by J. Bruce Fields · 5 years ago
  54. 2030ca5 nfsd: degraded slot-count more gracefully as allocation nears exhaustion. by NeilBrown · 5 years ago
  55. 7f49fd5d nfsd: handle drc over-allocation gracefully. by NeilBrown · 5 years ago
  56. 6ee95d1 nfsd: add support for upcall version 2 by Scott Mayhew · 5 years ago
  57. 6b556ca nfsd: have nfsd_test_lock use the nfsd_file cache by Jeff Layton · 5 years ago
  58. 5c4583b nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache by Jeff Layton · 5 years ago
  59. eb82dd3 nfsd: convert fi_deleg_file and ls_file fields to nfsd_file by Jeff Layton · 5 years ago
  60. fd4f83f nfsd: convert nfs4_file->fi_fds array to use nfsd_files by Jeff Layton · 5 years ago
  61. 297e57a nfsd: Make two functions static by YueHaibing · 5 years ago
  62. 7912344 nfsd: decode implementation id by J. Bruce Fields · 6 years ago
  63. 6f4859b nfsd: create xdr_netobj_dup helper by J. Bruce Fields · 6 years ago
  64. 89c905b nfsd: allow forced expiration of NFSv4 clients by J. Bruce Fields · 6 years ago
  65. a204f25 nfsd: create get_nfsdfs_clp helper by J. Bruce Fields · 6 years ago
  66. 0c4b62b nfsd4: show layout stateids by J. Bruce Fields · 6 years ago
  67. 16d36e0 nfsd: show lock and deleg stateids by J. Bruce Fields · 6 years ago
  68. 78599c4 nfsd4: add file to display list of client's opens by J. Bruce Fields · 6 years ago
  69. 169319f nfsd: add more information to client info file by J. Bruce Fields · 6 years ago
  70. 3bade24 nfsd: copy client's address including port number to cl_addr by J. Bruce Fields · 6 years ago
  71. 97ad403 nfsd4: add a client info file by J. Bruce Fields · 6 years ago
  72. bf5ed3e nfsd: make client/ directory names small ints by J. Bruce Fields · 6 years ago
  73. e8a79fb nfsd: add nfsd/clients directory by J. Bruce Fields · 6 years ago
  74. 59f8e91 nfsd4: use reference count to free client by J. Bruce Fields · 6 years ago
  75. 14ed14c nfsd: rename cl_refcount by J. Bruce Fields · 6 years ago
  76. 3b2d4dc nfsd: Fix overflow causing non-working mounts on 1 TB machines by Paul Menzel · 5 years ago
  77. 700a800 Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  78. 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
  79. 1c73b9d nfsd: update callback done processing by Scott Mayhew · 6 years ago
  80. 362063a nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcld by Scott Mayhew · 6 years ago
  81. 6b18910 nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char array by Scott Mayhew · 6 years ago
  82. f456458 nfsd: wake blocked file lock waiters before sending callback by Jeff Layton · 6 years ago
  83. 6aaafc4 nfsd: wake waiters blocked on file_lock before deleting it by Jeff Layton · 6 years ago
  84. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  85. c54f24e nfsd: fix performance-limiting session calculation by J. Bruce Fields · 6 years ago
  86. e45428a Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  87. cb03f94 fs/locks: merge posix_unblock_lock() and locks_delete_block() by NeilBrown · 6 years ago
  88. f50c9d7 nfsd: clean up indentation, increase indentation in switch statement by Colin Ian King · 6 years ago
  89. d8836f7 nfsd4: remove unused nfs4_check_olstateid parameter by J. Bruce Fields · 6 years ago
  90. bd8d725 nfsd: correctly decrement odstate refcount in error path by Andrew Elble · 6 years ago
  91. e0639dc NFSD introduce async copy feature by Olga Kornievskaia · 6 years ago
  92. a26dd64 nfsd: Remove callback_cred by Chuck Lever · 6 years ago
  93. 9abdda5 sunrpc: Extract target name into svc_cred by Chuck Lever · 6 years ago
  94. 64bed6c nfsd: fix leaked file lock with nfs exported overlayfs by Amir Goldstein · 6 years ago
  95. 4a269efb nfsd: update obselete comment referencing the BKL by J. Bruce Fields · 7 years ago
  96. ca0552f nfsd4: cleanup sessionid in nfsd4_destroy_session by J. Bruce Fields · 7 years ago
  97. 665d507 nfsd4: less confusing nfsd4_compound_in_session by J. Bruce Fields · 7 years ago
  98. 03f318c nfsd4: extend reclaim period for reclaiming clients by J. Bruce Fields · 7 years ago
  99. 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
  100. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago