1. 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 ago
  2. 175398a Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years ago
  3. 5dfbfe7 Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years ago
  4. 074b07d nfsd: fix crash on COPY_NOTIFY with special stateid by J. Bruce Fields · 3 years ago
  5. fcb5e3f NFSD: Move fill_pre_wcc() and fill_post_wcc() by Chuck Lever · 3 years ago
  6. 58f258f Revert "nfsd: skip some unnecessary stats in the v4 case" by Chuck Lever · 3 years ago
  7. 75acacb NFSD: Trace boot verifier resets by Chuck Lever · 3 years ago
  8. 3988a57 NFSD: Rename boot verifier functions by Chuck Lever · 3 years ago
  9. 91d2e9b NFSD: Clean up the nfsd_net::nfssvc_boot field by Chuck Lever · 3 years ago
  10. cdc55660 NFSD: Write verifier might go backwards by Chuck Lever · 3 years ago
  11. a2f4c3f nfsd: Add a tracepoint for errors in nfsd4_clone_file_range() by Trond Myklebust · 3 years ago
  12. 2c445a0 NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id) by Chuck Lever · 3 years ago
  13. fb7622c NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id) by Chuck Lever · 3 years ago
  14. 33388b3 NFSD: Clean up nfsd_vfs_write() by Chuck Lever · 3 years ago
  15. 555dbf1 nfsd: Replace use of rwsem with errseq_t by Trond Myklebust · 3 years ago
  16. f11ad7a NFSD: Fix verifier returned in stable WRITEs by Chuck Lever · 3 years ago
  17. 12bcbd4 nfsd: Retry once in nfsd_open on an -EOPENSTALE return by Jeff Layton · 3 years ago
  18. a2694e5 nfsd: Add errno mapping for EREMOTEIO by Jeff Layton · 3 years ago
  19. b3d0db7 nfsd: map EBADF by Peng Tao · 3 years ago
  20. 6a2f774 NFSD: Fix zero-length NFSv3 WRITEs by Chuck Lever · 3 years ago
  21. 47446d7 nfsd4: add refcount for nfsd4_blocked_lock by Vasily Averin · 3 years ago
  22. 40595cd nfs: block notification on fs with its own ->lock by J. Bruce Fields · 3 years ago
  23. cd2e999 NFSD: De-duplicate nfsd4_decode_bitmap4() by Chuck Lever · 3 years ago
  24. 3dcd1d8 nfsd: improve stateid access bitmask documentation by J. Bruce Fields · 3 years, 1 month ago
  25. 70e94d7 NFSD: Combine XDR error tracepoints by Chuck Lever · 3 years, 2 months ago
  26. 53b1119 NFSD: Fix READDIR buffer overflow by Chuck Lever · 3 years ago
  27. 1463b38 NFSD: simplify per-net file cache management by NeilBrown · 3 years, 1 month ago
  28. 1e37d0e NFSD: Fix inconsistent indenting by Jiapeng Chong · 3 years, 1 month ago
  29. 7578b2f NFSD: Remove be32_to_cpu() from DRC hash function by Chuck Lever · 3 years, 3 months ago
  30. d057cfe NFSD: simplify locking for network notifier. by NeilBrown · 3 years, 1 month ago
  31. 3ebdbe5 SUNRPC: discard svo_setup and rename svc_set_num_threads_sync() by NeilBrown · 3 years, 1 month ago
  32. 3409e4f NFSD: Make it possible to use svc_set_num_threads_sync by NeilBrown · 3 years, 1 month ago
  33. 9d3792a NFSD: narrow nfsd_mutex protection in nfsd thread by NeilBrown · 3 years, 1 month ago
  34. 2a36395 SUNRPC: use sv_lock to protect updates to sv_nrthreads. by NeilBrown · 3 years, 1 month ago
  35. 9b6c8c9 nfsd: make nfsd_stats.th_cnt atomic_t by NeilBrown · 3 years, 1 month ago
  36. ec52361 SUNRPC: stop using ->sv_nrthreads as a refcount by NeilBrown · 3 years, 1 month ago
  37. 8c62d12 SUNRPC/NFSD: clean up get/put functions. by NeilBrown · 3 years, 1 month ago
  38. 89b2433 NFSD: handle errors better in write_ports_addfd() by NeilBrown · 3 years, 1 month ago
  39. c2f1c4b NFSD: Fix sparse warning by Chuck Lever · 3 years, 2 months ago
  40. ca3574b exit: Rename module_put_and_exit to module_put_and_kthread_exit by Eric W. Biederman · 3 years, 1 month ago
  41. 548ec08 nfsd: fix use-after-free due to delegation race by J. Bruce Fields · 3 years, 1 month ago
  42. b10252c nfsd: Fix nsfd startup race (again) by Alexander Sverdlin · 3 years, 1 month ago
  43. bb49e9e fs: add is_idmapped_mnt() helper by Christian Brauner · 3 years, 1 month ago
  44. ef1d8dd Merge tag 'nfsd-5.16-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 1 month ago
  45. c0019b7 NFSD: Fix exposure in nfsd4_decode_bitmap() by Chuck Lever · 3 years, 1 month ago
  46. 38764c7 Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 2 months ago
  47. 2ec20f4 Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 2 months ago
  48. 2acda75 Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 2 months ago
  49. 8791545 NFS: Move NFS protocol display macros to global header by Chuck Lever · 3 years, 2 months ago
  50. 80479eb nfsd4: remove obselete comment by J. Bruce Fields · 3 years, 2 months ago
  51. 24dca90 fsnotify: Protect fsnotify_handle_inode_event from no-inode events by Gabriel Krisman Bertazi · 3 years, 2 months ago
  52. 8c6aabd nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commands by Christoph Hellwig · 3 years, 2 months ago
  53. 291cd65 NFSD:fix boolreturn.cocci warning by Changcheng Deng · 3 years, 2 months ago
  54. 2336d69 nfsd: update create verifier comment by J. Bruce Fields · 3 years, 2 months ago
  55. 130e205 SUNRPC: Change return value type of .pc_encode by Chuck Lever · 3 years, 3 months ago
  56. fda4944 SUNRPC: Replace the "__be32 *p" parameter to .pc_encode by Chuck Lever · 3 years, 3 months ago
  57. 3b0ebb2 NFSD: Save location of NFSv4 COMPOUND status by Chuck Lever · 3 years, 3 months ago
  58. c44b31c SUNRPC: Change return value type of .pc_decode by Chuck Lever · 3 years, 3 months ago
  59. 16c6636 SUNRPC: Replace the "__be32 *p" parameter to .pc_decode by Chuck Lever · 3 years, 3 months ago
  60. 1da3854 Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 3 months ago
  61. c201069 NFSD: Keep existing listeners on portlist error by Benjamin Coddington · 3 years, 3 months ago
  62. dae9a6c NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() by Chuck Lever · 3 years, 3 months ago
  63. 8e70bf2 NFSD: Initialize pointer ni with NULL and not plain integer 0 by Colin Ian King · 3 years, 3 months ago
  64. d8b2607 NFSD: simplify struct nfsfh by NeilBrown · 3 years, 4 months ago
  65. c645a88 NFSD: drop support for ancient filehandles by NeilBrown · 3 years, 4 months ago
  66. ef5825e NFSD: move filehandle format declarations out of "uapi". by NeilBrown · 3 years, 4 months ago
  67. 1959814 nfsd: Fix a warning for nfsd_file_close_inode by Trond Myklebust · 3 years, 3 months ago
  68. f2e717d nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zero by Trond Myklebust · 3 years, 3 months ago
  69. 1d62505 nfsd: fix error handling of register_pernet_subsys() in init_nfsd() by Patrick Ho · 3 years, 4 months ago
  70. cf1d2c3 Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 3 months ago
  71. 8847ecc NFSD: Optimize DRC bucket pruning by Chuck Lever · 3 years, 3 months ago
  72. 02579b2 nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWN by Dai Ngo · 3 years, 3 months ago
  73. a9c9a6f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 4 months ago
  74. 8bda955 Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 4 months ago
  75. 0bcc7ca nfsd: fix crash on LOCKT on reexported NFSv3 by J. Bruce Fields · 3 years, 4 months ago
  76. bb0a55b nfs: don't allow reexport reclaims by J. Bruce Fields · 3 years, 4 months ago
  77. f657f8e nfs: don't atempt blocking locks on nfs reexports by J. Bruce Fields · 3 years, 4 months ago
  78. 7f024fc Keep read and write fds with each nlm_file by J. Bruce Fields · 3 years, 4 months ago
  79. f7e33bd fs: remove mandatory file locking support by Jeff Layton · 3 years, 4 months ago
  80. f7104cc nfsd4: Fix forced-expiry locking by J. Bruce Fields · 3 years, 5 months ago
  81. ea49dc7 NFSD: remove vanity comments by NeilBrown · 3 years, 5 months ago
  82. d27b74a NFSD: Use new __string_len C macros for nfsd_clid_class by Chuck Lever · 3 years, 8 months ago
  83. 408c0de NFSD: Use new __string_len C macros for the nfs_dirent tracepoint by Chuck Lever · 3 years, 8 months ago
  84. 496d83cf NFSD: Batch release pages during splice read by Chuck Lever · 3 years, 6 months ago
  85. c7e0b78 NFSD: Clean up splice actor by Chuck Lever · 3 years, 6 months ago
  86. 33ff4ce scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON by Christoph Hellwig · 3 years, 5 months ago
  87. a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  88. 0cc2ea8 Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 6 months ago
  89. ab1016d nfsd: fix NULL dereference in nfs3svc_encode_getaclres by J. Bruce Fields · 3 years, 6 months ago
  90. 7b08cf6 NFSD: Prevent a possible oops in the nfs_dirent() tracepoint by Chuck Lever · 3 years, 6 months ago
  91. e34c0ce nfsd: remove redundant assignment to pointer 'this' by Colin Ian King · 3 years, 8 months ago
  92. 474bc33 nfsd: Reduce contention for the nfsd_file nf_rwsem by Trond Myklebust · 3 years, 6 months ago
  93. 05570a2 nfsd: rpc_peeraddr2str needs rcu lock by J. Bruce Fields · 3 years, 7 months ago
  94. 5418526 NFSD: Fix error return code in nfsd4_interssc_connect() by Wei Yongjun · 3 years, 7 months ago
  95. f47dc2d nfsd: fix kernel test robot warning in SSC code by Dai Ngo · 3 years, 7 months ago
  96. 3518c86 nfsd4: Expose the callback address and state of each NFS4 client by Dave Wysochanski · 3 years, 7 months ago
  97. 934bd07 nfsd: move fsnotify on client creation outside spinlock by J. Bruce Fields · 3 years, 7 months ago
  98. c054639 nfsd: avoid non-flexible API in seq_quote_mem() by Andy Shevchenko · 3 years, 6 months ago
  99. da6269d block: remove REQ_OP_SCSI_{IN,OUT} by Christoph Hellwig · 3 years, 6 months ago
  100. f4e44b3 NFSD: delay unmount source's export after inter-server copy completed. by Dai Ngo · 3 years, 7 months ago