1. de75a3d io_uring: don't leak creds on SQO attach error by Pavel Begunkov · 3 years, 10 months ago
  2. ee53fb2 io_uring: use typesafe pointers in io_uring_task by Stefan Metzmacher · 3 years, 10 months ago
  3. 53e043b io_uring: remove structures from include/linux/io_uring.h by Stefan Metzmacher · 3 years, 10 months ago
  4. 76cd979 io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls by Stefan Metzmacher · 3 years, 10 months ago
  5. b7f5a0b io_uring: fix sqpoll cancellation via task_work by Pavel Begunkov · 3 years, 10 months ago
  6. 9b46571 io_uring: add generic callback_head helpers by Pavel Begunkov · 3 years, 10 months ago
  7. 9e138a4 io_uring: fix concurrent parking by Pavel Begunkov · 3 years, 10 months ago
  8. f6d5425 io_uring: halt SQO submission on ctx exit by Pavel Begunkov · 3 years, 10 months ago
  9. 09a6f4e io_uring: replace sqd rw_semaphore with mutex by Pavel Begunkov · 3 years, 10 months ago
  10. 180f829 io_uring: fix complete_post use ctx after free by Pavel Begunkov · 3 years, 10 months ago
  11. efe814a io_uring: fix ->flags races by linked timeouts by Pavel Begunkov · 3 years, 10 months ago
  12. 9e15c3a io_uring: convert io_buffer_idr to XArray by Jens Axboe · 3 years, 10 months ago
  13. 16efa4f io_uring: allow IO worker threads to be frozen by Jens Axboe · 3 years, 10 months ago
  14. 15b2219 kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing by Jens Axboe · 3 years, 10 months ago
  15. 58f9937 io_uring: fix OP_ASYNC_CANCEL across tasks by Pavel Begunkov · 3 years, 10 months ago
  16. 521d6a7 io_uring: cancel sqpoll via task_work by Pavel Begunkov · 3 years, 10 months ago
  17. 26984fb io_uring: prevent racy sqd->thread checks by Pavel Begunkov · 3 years, 10 months ago
  18. 0df8ea6 io_uring: remove useless ->startup completion by Pavel Begunkov · 3 years, 10 months ago
  19. e1915f7 io_uring: cancel deferred requests in try_cancel by Pavel Begunkov · 3 years, 10 months ago
  20. d052d1d io_uring: perform IOPOLL reaping if canceler is thread itself by Jens Axboe · 3 years, 10 months ago
  21. 5c2469e io_uring: force creation of separate context for ATTACH_WQ and non-threads by Jens Axboe · 3 years, 10 months ago
  22. 7d41e85 io_uring: remove indirect ctx into sqo injection by Pavel Begunkov · 3 years, 10 months ago
  23. 78d7f6b io_uring: fix invalid ctx->sq_thread_idle by Pavel Begunkov · 3 years, 10 months ago
  24. e22bc9b kernel: make IO threads unfreezable by default by Jens Axboe · 3 years, 10 months ago
  25. e8f98f24 io_uring: always wait for sqd exited when stopping SQPOLL thread by Jens Axboe · 3 years, 10 months ago
  26. 5199328 io_uring: remove unneeded variable 'ret' by Yang Li · 3 years, 10 months ago
  27. 93e68e0 io_uring: move all io_kiocb init early in io_init_req() by Jens Axboe · 3 years, 10 months ago
  28. 70e3512 io-wq: fix ref leak for req in case of exit cancelations by yangerkun · 3 years, 10 months ago
  29. 7a61235 io_uring: fix complete_post races for linked req by Pavel Begunkov · 3 years, 10 months ago
  30. 33cc89a io_uring: add io_disarm_next() helper by Pavel Begunkov · 3 years, 10 months ago
  31. 97a73a0 io_uring: fix io_sq_offload_create error handling by Pavel Begunkov · 3 years, 10 months ago
  32. cc20e3f io-wq: remove unused 'user' member of io_wq by Jens Axboe · 3 years, 10 months ago
  33. 61cf937 io_uring: Convert personality_idr to XArray by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  34. 0298ef9 io_uring: clean R_DISABLED startup mess by Pavel Begunkov · 3 years, 10 months ago
  35. f458dd84 io_uring: fix unrelated ctx reqs cancellation by Pavel Begunkov · 3 years, 10 months ago
  36. 05962f9 io_uring: SQPOLL parking fixes by Jens Axboe · 3 years, 10 months ago
  37. 0414748 io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is gone by Stefan Metzmacher · 3 years, 10 months ago
  38. 7c30f36a io_uring: run __io_sq_thread() with the initial creds from io_uring_setup() by Stefan Metzmacher · 3 years, 10 months ago
  39. 678eeba io-wq: warn on creating manager while exiting by Pavel Begunkov · 3 years, 11 months ago
  40. 1b00764 io_uring: cancel reqs of all iowq's on ring exit by Pavel Begunkov · 3 years, 11 months ago
  41. b5bb3a2 io_uring: warn when ring exit takes too long by Pavel Begunkov · 3 years, 11 months ago
  42. baf186c io_uring: index io_uring->xa by ctx not file by Pavel Begunkov · 3 years, 11 months ago
  43. eebd2e3 io_uring: don't take task ring-file notes by Pavel Begunkov · 3 years, 11 months ago
  44. d56d938 io_uring: do ctx initiated file note removal by Pavel Begunkov · 3 years, 11 months ago
  45. 13bf43f io_uring: introduce ctx to tctx back map by Pavel Begunkov · 3 years, 11 months ago
  46. 2941267 io_uring: make del_task_file more forgiving by Pavel Begunkov · 3 years, 11 months ago
  47. 003e8dc io-wq: always track creds for async issue by Jens Axboe · 3 years, 10 months ago
  48. 886d013 io-wq: fix race in freeing 'wq' and worker access by Jens Axboe · 3 years, 11 months ago
  49. a38fd87 Linux 5.12-rc2 by Linus Torvalds · 3 years, 11 months ago
  50. f3ed4de Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years, 11 months ago
  51. de5bd6c Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 11 months ago
  52. 8b24ef4 Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 11 months ago
  53. 63dcd69 Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 11 months ago
  54. 47454ca Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  55. f292e87 Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  56. 6d47254 Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 11 months ago
  57. ea6be46 Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 11 months ago
  58. fc2c8d0 Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years, 11 months ago
  59. f09b04c Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 11 months ago
  60. 6bf331d Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 11 months ago
  61. 54663cf Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 11 months ago
  62. 545c4ab RDMA/rxe: Fix errant WARN_ONCE in rxe_completer() by Bob Pearson · 3 years, 11 months ago
  63. 5e4a7cc RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt() by Bob Pearson · 3 years, 11 months ago
  64. 21e27ac RDMA/rxe: Fix missed IB reference counting in loopback by Bob Pearson · 3 years, 11 months ago
  65. e45cff5 io_uring: don't restrict issue_flags for io_openat by Pavel Begunkov · 3 years, 11 months ago
  66. a2b658e Merge tag 'nvme-5.12-2021-03-05' of git://git.infradead.org/nvme into block-5.12 by Jens Axboe · 3 years, 11 months ago
  67. 86e0d67 io_uring: make SQPOLL thread parking saner by Jens Axboe · 3 years, 11 months ago
  68. 09ca6c4 io-wq: kill hashed waitqueue before manager exits by Jens Axboe · 3 years, 11 months ago
  69. b5b0ecb io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return by Jens Axboe · 3 years, 11 months ago
  70. ca0a265 io_uring: don't keep looping for more events if we can't flush overflow by Jens Axboe · 3 years, 11 months ago
  71. 46fe18b io_uring: move to using create_io_thread() by Jens Axboe · 3 years, 11 months ago
  72. 7bff4c2 Merge branch 'powercap' by Rafael J. Wysocki · 3 years, 11 months ago
  73. d9f273b nvmet: model_number must be immutable once set by Max Gurtovoy · 4 years ago
  74. 32feb6d nvme-fabrics: fix kato initialization by Martin George · 4 years ago
  75. 78570f8 nvme-hwmon: Return error code when registration fails by Daniel Wagner · 4 years ago
  76. 6e6a682 nvme-pci: add quirks for Lexar 256GB SSD by Pascal Terjan · 3 years, 11 months ago
  77. dc22c1c nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state by Zoltán Böszörményi · 3 years, 11 months ago
  78. 5e112d3 nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST. by Julian Einwag · 4 years ago
  79. 280d542 Merge tag 'drm-fixes-2021-03-05' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 11 months ago
  80. 44195bd Merge tag 'mkp-scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi by Linus Torvalds · 3 years, 11 months ago
  81. a1f1054 Merge tag 'amd-drm-fixes-5.12-2021-03-03' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 3 years, 11 months ago
  82. a727df4 Merge branch '00.00-inst' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 3 years, 11 months ago
  83. f9dbdf97 scsi: iscsi: Verify lengths on passthrough PDUs by Chris Leech · 3 years, 11 months ago
  84. ec98ea7 scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE by Chris Leech · 3 years, 11 months ago
  85. 688e812 scsi: iscsi: Restrict sessions and handles to admin capabilities by Lee Duncan · 3 years, 11 months ago
  86. cc440e8 kernel: provide create_io_thread() helper by Jens Axboe · 3 years, 11 months ago
  87. dd59a3d io_uring: reliably cancel linked timeouts by Pavel Begunkov · 3 years, 11 months ago
  88. b05a1bc io_uring: cancel-match based on flags by Pavel Begunkov · 3 years, 11 months ago
  89. 3cb60ee Merge tag 'tpmdd-next-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 3 years, 11 months ago
  90. df7b59b dm verity: fix FEC for RS roots unaligned to block size by Milan Broz · 3 years, 11 months ago
  91. a14e5ec dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size by Mikulas Patocka · 3 years, 11 months ago
  92. cee407c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 11 months ago
  93. c5a58f8 Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 11 months ago
  94. 43df524 Merge tag 'sound-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years, 11 months ago
  95. badae9c btrfs: zoned: do not account freed region of read-only block group as zone_unusable by Naohiro Aota · 3 years, 11 months ago
  96. d734492 btrfs: zoned: use sector_t for zone sectors by Naohiro Aota · 3 years, 11 months ago
  97. f9f3444 tracing: Fix comment about the trace_event_call flags by Steven Rostedt (VMware) · 3 years, 11 months ago
  98. ee666a1 tracing: Skip selftests if tracing is disabled by Steven Rostedt (VMware) · 3 years, 11 months ago
  99. f40fc79 tracing: Fix memory leak in __create_synth_event() by Vamshi K Sthambamkadi · 3 years, 11 months ago
  100. 6549de1 ring-buffer: Add a little more information and a WARN when time stamp going backwards is detected by Steven Rostedt (VMware) · 3 years, 11 months ago