1. ab451ea nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client. by Dai Ngo · 3 years ago
  2. d19a7af lockd: fix failure to cleanup client locks by J. Bruce Fields · 3 years ago
  3. 6e7f90d1 lockd: fix server crash on reboot of client holding lock by J. Bruce Fields · 3 years ago
  4. 1672086 SUNRPC: Fix sockaddr handling in svcsock_accept_class trace points by Chuck Lever · 3 years ago
  5. dc6c6fb SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point by Chuck Lever · 3 years ago
  6. 0ea9fc1 fs/locks: fix fcntl_getlk64/fcntl_setlk64 stub prototypes by Arnd Bergmann · 3 years, 1 month ago
  7. 074b07d nfsd: fix crash on COPY_NOTIFY with special stateid by J. Bruce Fields · 3 years ago
  8. 7f4f5d7 MAINTAINERS: remove bfields by J. Bruce Fields · 3 years ago
  9. fcb5e3f NFSD: Move fill_pre_wcc() and fill_post_wcc() by Chuck Lever · 3 years ago
  10. 58f258f Revert "nfsd: skip some unnecessary stats in the v4 case" by Chuck Lever · 3 years ago
  11. 75acacb NFSD: Trace boot verifier resets by Chuck Lever · 3 years ago
  12. 3988a57 NFSD: Rename boot verifier functions by Chuck Lever · 3 years ago
  13. 91d2e9b NFSD: Clean up the nfsd_net::nfssvc_boot field by Chuck Lever · 3 years ago
  14. cdc55660 NFSD: Write verifier might go backwards by Chuck Lever · 3 years ago
  15. a2f4c3f nfsd: Add a tracepoint for errors in nfsd4_clone_file_range() by Trond Myklebust · 3 years ago
  16. 2c445a0 NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id) by Chuck Lever · 3 years ago
  17. fb7622c NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id) by Chuck Lever · 3 years ago
  18. 33388b3 NFSD: Clean up nfsd_vfs_write() by Chuck Lever · 3 years ago
  19. 555dbf1 nfsd: Replace use of rwsem with errseq_t by Trond Myklebust · 3 years ago
  20. f11ad7a NFSD: Fix verifier returned in stable WRITEs by Chuck Lever · 3 years ago
  21. 12bcbd4 nfsd: Retry once in nfsd_open on an -EOPENSTALE return by Jeff Layton · 3 years ago
  22. a2694e5 nfsd: Add errno mapping for EREMOTEIO by Jeff Layton · 3 years ago
  23. b3d0db7 nfsd: map EBADF by Peng Tao · 3 years ago
  24. 6a2f774 NFSD: Fix zero-length NFSv3 WRITEs by Chuck Lever · 3 years ago
  25. 47446d7 nfsd4: add refcount for nfsd4_blocked_lock by Vasily Averin · 3 years ago
  26. 40595cd nfs: block notification on fs with its own ->lock by J. Bruce Fields · 3 years ago
  27. cd2e999 NFSD: De-duplicate nfsd4_decode_bitmap4() by Chuck Lever · 3 years ago
  28. 3dcd1d8 nfsd: improve stateid access bitmask documentation by J. Bruce Fields · 3 years, 1 month ago
  29. 70e94d7 NFSD: Combine XDR error tracepoints by Chuck Lever · 3 years, 2 months ago
  30. 5089f3d SUNRPC: Remove low signal-to-noise tracepoints by Chuck Lever · 3 years, 2 months ago
  31. 1463b38 NFSD: simplify per-net file cache management by NeilBrown · 3 years, 1 month ago
  32. 1e37d0e NFSD: Fix inconsistent indenting by Jiapeng Chong · 3 years, 1 month ago
  33. 7578b2f NFSD: Remove be32_to_cpu() from DRC hash function by Chuck Lever · 3 years, 3 months ago
  34. 23a1a57 NFS: switch the callback service back to non-pooled. by NeilBrown · 3 years, 1 month ago
  35. 6b044fb lockd: use svc_set_num_threads() for thread start and stop by NeilBrown · 3 years, 1 month ago
  36. 93aa619 SUNRPC: always treat sv_nrpools==1 as "not pooled" by NeilBrown · 3 years, 1 month ago
  37. cf0e124e SUNRPC: move the pool_map definitions (back) into svc.c by NeilBrown · 3 years, 1 month ago
  38. ecd3ad6 lockd: rename lockd_create_svc() to lockd_get() by NeilBrown · 3 years, 1 month ago
  39. 865b674 lockd: introduce lockd_put() by NeilBrown · 3 years, 1 month ago
  40. 6a4e252 lockd: move svc_exit_thread() into the thread by NeilBrown · 3 years, 1 month ago
  41. b73a297 lockd: move lockd_start_svc() call into lockd_create_svc() by NeilBrown · 3 years, 1 month ago
  42. 5a8a7ff lockd: simplify management of network status notifiers by NeilBrown · 3 years, 1 month ago
  43. 2840fe8 lockd: introduce nlmsvc_serv by NeilBrown · 3 years, 1 month ago
  44. d057cfe NFSD: simplify locking for network notifier. by NeilBrown · 3 years, 1 month ago
  45. 3ebdbe5 SUNRPC: discard svo_setup and rename svc_set_num_threads_sync() by NeilBrown · 3 years, 1 month ago
  46. 3409e4f NFSD: Make it possible to use svc_set_num_threads_sync by NeilBrown · 3 years, 1 month ago
  47. 9d3792a NFSD: narrow nfsd_mutex protection in nfsd thread by NeilBrown · 3 years, 1 month ago
  48. 2a36395 SUNRPC: use sv_lock to protect updates to sv_nrthreads. by NeilBrown · 3 years, 1 month ago
  49. 9b6c8c9 nfsd: make nfsd_stats.th_cnt atomic_t by NeilBrown · 3 years, 1 month ago
  50. ec52361 SUNRPC: stop using ->sv_nrthreads as a refcount by NeilBrown · 3 years, 1 month ago
  51. 8c62d12 SUNRPC/NFSD: clean up get/put functions. by NeilBrown · 3 years, 1 month ago
  52. df5e49c SUNRPC: change svc_get() to return the svc. by NeilBrown · 3 years, 1 month ago
  53. 89b2433 NFSD: handle errors better in write_ports_addfd() by NeilBrown · 3 years, 1 month ago
  54. c2f1c4b NFSD: Fix sparse warning by Chuck Lever · 3 years, 3 months ago
  55. 2585cf9 Linux 5.16-rc5 by Linus Torvalds · 3 years, 1 month ago
  56. 90d9fbc Merge tag 'usb-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 1 month ago
  57. 8d7ed10 Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 1 month ago
  58. c7fc512 Merge tag 'timers-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  59. 82d2ef4 Merge tag 'irq-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  60. 7736022 Merge tag 'sched-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  61. 0f3d41e Merge tag 'csky-for-linus-5.16-rc5' of git://github.com/c-sky/csky-linux by Linus Torvalds · 3 years, 1 month ago
  62. ca57373 usb: core: config: using bit mask instead of individual bits by Pavel Hofman · 3 years, 1 month ago
  63. 1a3910c usb: core: config: fix validation of wMaxPacketValue entries by Pavel Hofman · 3 years, 1 month ago
  64. 86ebbc1 USB: gadget: zero allocate endpoint 0 buffers by Greg Kroah-Hartman · 3 years, 1 month ago
  65. 153a2d7 USB: gadget: detect too-big endpoint 0 requests by Greg Kroah-Hartman · 3 years, 1 month ago
  66. a763d5a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 1 month ago
  67. e034d9c Merge tag 'xfs-5.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 1 month ago
  68. 8f97a35 Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 1 month ago
  69. bbdff6d Merge tag 'perf-tools-fixes-for-v5.16-2021-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 1 month ago
  70. eccea80 Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 1 month ago
  71. f152165 Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 1 month ago
  72. bd66be5 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years, 1 month ago
  73. 2acdaf5 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years, 1 month ago
  74. a84e0b3 Merge tag 'devicetree-fixes-for-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 1 month ago
  75. df442a4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 1 month ago
  76. aa073d8 Merge tag 'timers-v5.16-rc4' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent by Thomas Gleixner · 3 years, 1 month ago
  77. 9937e8d perf python: Fix NULL vs IS_ERR_OR_NULL() checking by Miaoqian Lin · 3 years, 1 month ago
  78. 6665b8e perf intel-pt: Fix error timestamp setting on the decoder error path by Adrian Hunter · 3 years, 1 month ago
  79. a882cc9 perf intel-pt: Fix missing 'instruction' events with 'q' option by Adrian Hunter · 3 years, 1 month ago
  80. a32e6c5 perf intel-pt: Fix next 'err' value, walking trace by Adrian Hunter · 3 years, 1 month ago
  81. c79ee2b perf intel-pt: Fix state setting when receiving overflow (OVF) packet by Adrian Hunter · 3 years, 1 month ago
  82. 4c761d8 perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type by Adrian Hunter · 3 years, 1 month ago
  83. ad106a2 perf intel-pt: Fix sync state when a PSB (synchronization) packet is found by Adrian Hunter · 3 years, 1 month ago
  84. 057ae59 perf intel-pt: Fix some PGE (packet generation enable/control flow packets) usage by Adrian Hunter · 3 years, 1 month ago
  85. c897899 perf tools: Prevent out-of-bounds access to registers by German Gomez · 3 years, 1 month ago
  86. b7fd35a Merge tag 'irqchip-fixes-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 3 years, 1 month ago
  87. 6f51352 Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 1 month ago
  88. e1b9681 Merge tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 1 month ago
  89. e80bdc5 Merge tag 'nfsd-5.16-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 1 month ago
  90. 3c376df mm: bdi: initialize bdi_min_ratio when bdi is unregistered by Manjong Lee · 3 years, 1 month ago
  91. 4178158 hugetlbfs: fix issue of preallocation of gigantic pages can't work by Zhenguo Yao · 3 years, 1 month ago
  92. a7ebf56 mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock() by Waiman Long · 3 years, 1 month ago
  93. 005a79e mm/slub: fix endianness bug for alloc/free_traces attributes by Gerald Schaefer · 3 years, 1 month ago
  94. 9ab3b0c selftests/damon: split test cases by SeongJae Park · 3 years, 1 month ago
  95. b4a0028 selftests/damon: test debugfs file reads/writes with huge count by SeongJae Park · 3 years, 1 month ago
  96. d85570c selftests/damon: test wrong DAMOS condition ranges input by SeongJae Park · 3 years, 1 month ago
  97. c6980e3 selftests/damon: test DAMON enabling with empty target_ids case by SeongJae Park · 3 years, 1 month ago
  98. 964e170 selftests/damon: skip test if DAMON is running by SeongJae Park · 3 years, 1 month ago
  99. 9f86d62 mm/damon/vaddr-test: remove unnecessary variables by SeongJae Park · 3 years, 1 month ago
  100. 044cd97 mm/damon/vaddr-test: split a test function having >1024 bytes frame size by SeongJae Park · 3 years, 1 month ago