1. 5f60d5f move asm/unaligned.h to linux/unaligned.h by Al Viro · 5 months ago
  2. 3391fc9 sunrpc: allow svc threads to fail initialisation cleanly by NeilBrown · 6 months ago
  3. 4ed9ef3 lockd: discard nlmsvc_timeout by NeilBrown · 8 months ago
  4. e5d85ec lockd: Use *-y instead of *-objs in Makefile by Andy Shevchenko · 10 months ago
  5. 03b0036 lockd: host: Remove unnecessary statements'host = NULL;' by Li kunyu · 11 months ago
  6. a01c9fe Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 12 months ago
  7. a2214ed nfsd: stop setting ->pg_stats for unused stats by Josef Bacik · 1 year, 1 month ago
  8. eb8ed7c lockd: adapt to breakup of struct file_lock by Jeff Layton · 1 year, 1 month ago
  9. a69ce85 filelock: split common fields into struct file_lock_core by Jeff Layton · 1 year, 1 month ago
  10. 872584f lockd: convert to using new filelock helpers by Jeff Layton · 1 year, 1 month ago
  11. a05aea9 Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 2 months ago
  12. 1e3577a SUNRPC: discard sv_refcnt, and svc_get/svc_put by NeilBrown · 1 year, 3 months ago
  13. 9d5b947 fs: Remove the now superfluous sentinel elements from ctl_table array by Joel Granados · 1 year, 4 months ago
  14. fa34156 SUNRPC: change how svc threads are asked to exit. by NeilBrown · 1 year, 6 months ago
  15. f4578ba lockd: hold a reference to nlmsvc_serv while stopping the thread. by NeilBrown · 1 year, 5 months ago
  16. afb1330 lockd: fix race in async lock request handling by Alexander Aring · 1 year, 6 months ago
  17. b743612 lockd: don't call vfs_lock_file() for pending requests by Alexander Aring · 1 year, 6 months ago
  18. 2dd10de8 lockd: introduce safe async lock op by Alexander Aring · 1 year, 6 months ago
  19. 78c542f SUNRPC: Add enum svc_auth_status by Chuck Lever · 1 year, 7 months ago
  20. c743b42 SUNRPC: remove timeout arg from svc_recv() by NeilBrown · 1 year, 8 months ago
  21. 7b719e2 SUNRPC: change svc_recv() to return void. by NeilBrown · 1 year, 8 months ago
  22. f78116d SUNRPC: call svc_process() from svc_recv(). by NeilBrown · 1 year, 8 months ago
  23. 8db14cad lockd: remove SIGKILL handling by NeilBrown · 1 year, 8 months ago
  24. de8d38c fs: lockd: avoid possible wrong NULL parameter by Su Hui · 1 year, 7 months ago
  25. be2be5f lockd: nlm_blocked list race fixes by Alexander Aring · 1 year, 8 months ago
  26. dfab92f Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 1 year, 8 months ago
  27. d97c058 NFS: add a sysfs link to the lockd rpc_client by Benjamin Coddington · 1 year, 9 months ago
  28. 665e89a lockd: drop inappropriate svc_get() from locked_get() by NeilBrown · 1 year, 9 months ago
  29. 1b66c11 Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 1 year, 10 months ago
  30. fc412a6 lockd: define nlm_port_min,max with CONFIG_SYSCTL by Tom Rix · 1 year, 10 months ago
  31. 4e1c80a Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 1 year, 10 months ago
  32. 2f90e18 lockd: add some client-side tracepoints by Jeff Layton · 2 years ago
  33. 244cc19 lockd: server should unlock lock if client rejects the grant by Jeff Layton · 2 years ago
  34. 2005f5b lockd: fix races in client GRANTED_MSG wait logic by Jeff Layton · 2 years ago
  35. f0aa485 lockd: move struct nlm_wait to lockd.h by Jeff Layton · 2 years ago
  36. bfca7a6 lockd: purge resources held on behalf of nlm clients when shutting down by Jeff Layton · 2 years ago
  37. 37b768c lockd: simplify two-level sysctl registration for nlm_sysctls by Luis Chamberlain · 2 years ago
  38. 7ff8491 lockd: set file_lock start and end when decoding nlm4 testargs by Jeff Layton · 2 years ago
  39. fcc77d7 Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 2 years ago
  40. 9fc2f99 Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 2 years ago
  41. f1aa2eb sysctl: fix proc_dobool() usability by Ondrej Mosnacek · 2 years, 1 month ago
  42. 65ba3d2 SUNRPC: Use per-CPU counters to tally server RPC counts by Chuck Lever · 2 years, 2 months ago
  43. cee4db1 SUNRPC: Refactor RPC server dispatch method by Chuck Lever · 2 years, 2 months ago
  44. 8dd41d7 SUNRPC: Push svcxdr_init_encode() into svc_process_common() by Chuck Lever · 2 years, 2 months ago
  45. dba5eaa SUNRPC: Push svcxdr_init_decode() into svc_process_common() by Chuck Lever · 2 years, 2 months ago
  46. c65454a fs: remove locks_inode by Jeff Layton · 2 years, 3 months ago
  47. 5970e15 filelock: move file locking definitions to separate header file by Jeff Layton · 2 years, 4 months ago
  48. 7648229 Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 2 years, 3 months ago
  49. 9f27783 lockd: fix file selection in nlmsvc_cancel_blocked by Jeff Layton · 2 years, 4 months ago
  50. 69efce0 lockd: ensure we use the correct file descriptor when unlocking by Jeff Layton · 2 years, 4 months ago
  51. 75c7940 lockd: set missing fl_flags field when retrieving args by Jeff Layton · 2 years, 4 months ago
  52. 18ebd35 lockd: set other missing fields when unlocking files by Trond Myklebust · 2 years, 4 months ago
  53. 98b41ff lockd: use locks_inode_context helper by Jeff Layton · 2 years, 4 months ago
  54. 103cc1f SUNRPC: Parametrize how much of argsize should be zeroed by Chuck Lever · 2 years, 6 months ago
  55. 97f8e625 lockd: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 7 months ago
  56. 6930bcb lockd: detect and reject lock arguments that overflow by Jeff Layton · 2 years, 7 months ago
  57. 184cefb NLM: Defend against file_lock changes after vfs_test_lock() by Benjamin Coddington · 2 years, 9 months ago
  58. 1197eb5 lockd: fix nlm_close_files by Jeff Layton · 2 years, 8 months ago
  59. aec1582 lockd: set fl_owner when unlocking files by Jeff Layton · 2 years, 8 months ago
  60. 37902c6 NFSD: Move svc_serv_ops::svo_function into struct svc_serv by Chuck Lever · 3 years, 1 month ago
  61. f49169c NFSD: Remove svc_serv_ops::svo_module by Chuck Lever · 3 years, 1 month ago
  62. c7d7ec8 SUNRPC: Remove svc_shutdown_net() by Chuck Lever · 3 years, 1 month ago
  63. 352ad31 SUNRPC: Rename svc_create_xprt() by Chuck Lever · 3 years, 1 month ago
  64. 87cdd86 SUNRPC: Remove svo_shutdown method by Chuck Lever · 3 years, 1 month ago
  65. a9ff2e9 SUNRPC: Remove the .svo_enqueue_xprt method by Chuck Lever · 3 years, 1 month ago
  66. 88808fb Merge tag 'nfsd-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 1 month ago
  67. d19a7af lockd: fix failure to cleanup client locks by J. Bruce Fields · 3 years, 2 months ago
  68. 6e7f90d1 lockd: fix server crash on reboot of client holding lock by J. Bruce Fields · 3 years, 2 months ago
  69. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
  70. 40595cd nfs: block notification on fs with its own ->lock by J. Bruce Fields · 3 years, 3 months ago
  71. 6b044fb lockd: use svc_set_num_threads() for thread start and stop by NeilBrown · 3 years, 3 months ago
  72. ecd3ad6 lockd: rename lockd_create_svc() to lockd_get() by NeilBrown · 3 years, 3 months ago
  73. 865b674 lockd: introduce lockd_put() by NeilBrown · 3 years, 3 months ago
  74. 6a4e252 lockd: move svc_exit_thread() into the thread by NeilBrown · 3 years, 3 months ago
  75. b73a297 lockd: move lockd_start_svc() call into lockd_create_svc() by NeilBrown · 3 years, 3 months ago
  76. 5a8a7ff lockd: simplify management of network status notifiers by NeilBrown · 3 years, 3 months ago
  77. 2840fe8 lockd: introduce nlmsvc_serv by NeilBrown · 3 years, 3 months ago
  78. ec52361 SUNRPC: stop using ->sv_nrthreads as a refcount by NeilBrown · 3 years, 3 months ago
  79. 8c62d12 SUNRPC/NFSD: clean up get/put functions. by NeilBrown · 3 years, 3 months ago
  80. df5e49c SUNRPC: change svc_get() to return the svc. by NeilBrown · 3 years, 3 months ago
  81. 38764c7 Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 4 months ago
  82. b40887e SUNRPC: Trace calls to .rpc_call_done by Chuck Lever · 3 years, 5 months ago
  83. 130e205 SUNRPC: Change return value type of .pc_encode by Chuck Lever · 3 years, 5 months ago
  84. fda4944 SUNRPC: Replace the "__be32 *p" parameter to .pc_encode by Chuck Lever · 3 years, 5 months ago
  85. c44b31c SUNRPC: Change return value type of .pc_decode by Chuck Lever · 3 years, 5 months ago
  86. 16c6636 SUNRPC: Replace the "__be32 *p" parameter to .pc_decode by Chuck Lever · 3 years, 5 months ago
  87. cf1d2c3 Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 6 months ago
  88. 89c485c NLM: Fix svcxdr_encode_owner() by Chuck Lever · 3 years, 6 months ago
  89. 0961f0c Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 6 months ago
  90. b840be2 lockd: don't attempt blocking locks on nfs reexports by J. Bruce Fields · 3 years, 7 months ago
  91. 7f024fc Keep read and write fds with each nlm_file by J. Bruce Fields · 3 years, 7 months ago
  92. b661601 lockd: update nlm_lookup_file reexport comment by J. Bruce Fields · 3 years, 7 months ago
  93. a81041b nlm: minor refactoring by J. Bruce Fields · 3 years, 7 months ago
  94. 2dc6f19 nlm: minor nlm_lookup_file argument change by J. Bruce Fields · 3 years, 7 months ago
  95. 7de875b lockd: lockd server-side shouldn't set fl_ops by J. Bruce Fields · 3 years, 7 months ago
  96. d02a3a2 lockd: change the proc_handler for nsm_use_hostnames by Jia He · 3 years, 7 months ago
  97. cd2d644 lockd: Fix invalid lockowner cast after vfs_test_lock by Benjamin Coddington · 3 years, 8 months ago
  98. 5c2465d SUNRPC: Set rq_auth_stat in the pg_authenticate() callout by Chuck Lever · 3 years, 8 months ago
  99. 0ff5b50 lockd: Update the NLMv4 SHARE results encoder to use struct xdr_stream by Chuck Lever · 3 years, 9 months ago
  100. 447c14d lockd: Update the NLMv4 nlm_res results encoder to use struct xdr_stream by Chuck Lever · 3 years, 9 months ago