1. 30de3bc block: bio-integrity: Advance seed correctly for larger interval sizes by Martin K. Petersen · 2 years, 11 months ago
  2. b63e120 block: Fix wrong offset in bio_truncate() by OGAWA Hirofumi · 3 years ago
  3. 2bcab47 block: Fix fsync always failed if once failed by Ye Bin · 3 years, 1 month ago
  4. d781f4c scsi: block: pm: Always set request queue runtime active in blk_post_runtime_resume() by Alan Stern · 3 years ago
  5. a7c8067 iocost: Fix divide-by-zero on donation from low hweight cgroup by Tejun Heo · 3 years ago
  6. 5dfe611 block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2) by Davidlohr Bueso · 3 years, 1 month ago
  7. cc73242 block: Check ADMIN before NICE for IOPRIO_CLASS_RT by Alistair Delva · 3 years, 1 month ago
  8. 1d61255 blkcg: Remove extra blkcg_bio_issue_init by Laibin Qiu · 3 years, 2 months ago
  9. 49cc377 block: remove inaccurate requeue check by Jens Axboe · 3 years, 2 months ago
  10. b34ea3c block: bump max plugged deferred size from 16 to 32 by Jens Axboe · 3 years, 3 months ago
  11. c827043 block: schedule queue restart after BLK_STS_ZONE_RESOURCE by Naohiro Aota · 3 years, 2 months ago
  12. a6285b1 block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output by Johannes Thumshirn · 3 years, 3 months ago
  13. 0306a2c Revert "block, bfq: honor already-setup queue merges" by Jens Axboe · 3 years, 3 months ago
  14. f58d305 blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd by Li Jinlin · 3 years, 4 months ago
  15. 1ef68b8 block: flush the integrity workqueue in blk_integrity_unregister by Lihong Kou · 3 years, 4 months ago
  16. 1963bdb block: check if a profile is actually registered in blk_integrity_unregister by Christoph Hellwig · 3 years, 4 months ago
  17. cc3dd11 blk-mq: avoid to iterate over stale request by Ming Lei · 3 years, 4 months ago
  18. 55e6f8b treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 9 months ago
  19. 9a14014 blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queues by Song Liu · 3 years, 4 months ago
  20. 23dfb95 blk-throttle: fix UAF by deleteing timer in blk_throtl_exit() by Li Jinlin · 3 years, 4 months ago
  21. 9ae759a block, bfq: honor already-setup queue merges by Paolo Valente · 3 years, 5 months ago
  22. f1eccc4 scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMAND by Christoph Hellwig · 3 years, 5 months ago
  23. 0d54bba block: bfq: fix bfq_set_next_ioprio_data() by Damien Le Moal · 3 years, 5 months ago
  24. d15554f blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMIN by Niklas Cassel · 3 years, 5 months ago
  25. a58f082 blk-zoned: allow zone management send operations without CAP_SYS_ADMIN by Niklas Cassel · 3 years, 5 months ago
  26. 4d0e6d6 bio: fix page leak bio_add_hw_page failure by Pavel Begunkov · 3 years, 5 months ago
  27. 80b1a70 blk-crypto: fix check for too-large dun_bytes by Eric Biggers · 3 years, 4 months ago
  28. 87aa69a block: return ELEVATOR_DISCARD_MERGE if possible by Ming Lei · 3 years, 5 months ago
  29. 591f69d blk-throtl: optimize IOPS throttle for large IO scenarios by Chunguang Xu · 3 years, 5 months ago
  30. 798679a blk-mq: clearing flush request reference in tags->rqs[] by Ming Lei · 3 years, 8 months ago
  31. cad6239 blk-mq: fix is_flush_rq by Ming Lei · 3 years, 4 months ago
  32. ceffaa6 blk-mq: fix kernel panic during iterating over flush request by Ming Lei · 3 years, 5 months ago
  33. 26ee94b blk-mq: don't grab rq's refcount in blk_mq_check_expired() by Ming Lei · 3 years, 5 months ago
  34. c94d509 blk-iocost: fix lockdep warning on blkcg->lock by Ming Lei · 3 years, 5 months ago
  35. 821e6a6 blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit() by Yu Kuai · 3 years, 5 months ago
  36. ea04a3b blk-iocost: fix operation ordering in iocg_wake_fn() by Tejun Heo · 3 years, 5 months ago
  37. 5f69841 partitions: msdos: fix one-byte get_unaligned() by Arnd Bergmann · 3 years, 8 months ago
  38. 8cc58a6 rq-qos: fix missed wake-ups in rq_qos_throttle try two by Jan Kara · 3 years, 7 months ago
  39. 512106a blk-mq: update hctx->dispatch_busy in case of real scheduler by Ming Lei · 3 years, 6 months ago
  40. d3dd2fe blk-wbt: make sure throttle is enabled properly by Zhang Yi · 3 years, 6 months ago
  41. 1c2f21a blk-wbt: introduce a new disable state to prevent false positive by rwb_enabled() by Zhang Yi · 3 years, 6 months ago
  42. 3ffe41f block: avoid double io accounting for flush request by Ming Lei · 3 years, 8 months ago
  43. 1208f10 block: fix discard request merge by Ming Lei · 3 years, 6 months ago
  44. 1da08a4 block: fix race between adding/removing rq qos and normal IO by Ming Lei · 3 years, 7 months ago
  45. 747b654 blk-mq: clear stale request in tags->rq[] before freeing one request pool by Ming Lei · 3 years, 8 months ago
  46. a3362ff blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter by Ming Lei · 3 years, 8 months ago
  47. 3a96437 blk-mq: Swap two calls in blk_mq_exit_queue() by Bart Van Assche · 3 years, 8 months ago
  48. c9c1ed0 blk-mq: plug request for shared sbitmap by Ming Lei · 3 years, 8 months ago
  49. 54dbe2d kyber: fix out of bounds access when preempted by Omar Sandoval · 3 years, 8 months ago
  50. 70748bb blk-iocost: fix weight updates of inner active iocgs by Tejun Heo · 3 years, 8 months ago
  51. fc2454c block: return -EBUSY when there are open partitions in blkdev_reread_part by Christoph Hellwig · 3 years, 8 months ago
  52. 1d2310d block: only update parent bi_status when bio fail by Yufen Yu · 3 years, 9 months ago
  53. fc062d2 block: recalculate segment count for multi-segment discards correctly by David Jeffery · 3 years, 11 months ago
  54. 07feac8 block: Suppress uevent for hidden device when removed by Daniel Wagner · 3 years, 10 months ago
  55. d27b096 block: Fix REQ_OP_ZONE_RESET_ALL handling by Damien Le Moal · 3 years, 10 months ago
  56. 71b996c blk-cgroup: Fix the recursive blkg rwstat by Xunlei Pang · 3 years, 10 months ago
  57. a534778 block: Discard page cache of zone reset target range by Shin'ichiro Kawasaki · 3 years, 10 months ago
  58. 556c513 blk-settings: align max_sectors on "logical_block_size" boundary by Mikulas Patocka · 3 years, 10 months ago
  59. cc88a81 block: reopen the device in blkdev_reread_part by Christoph Hellwig · 3 years, 10 months ago
  60. 1c7b7d4 bsg: free the request before return error code by Pan Bian · 4 years ago
  61. 89e3d1a bfq: Avoid false bfq queue merging by Jan Kara · 4 years, 7 months ago
  62. d93178d bfq-iosched: Revert "bfq: Fix computation of shallow depth" by Lin Feng · 3 years, 11 months ago
  63. fb8f9b2 blk-cgroup: Use cond_resched() when destroy blkgs by Baolin Wang · 4 years ago
  64. 20786fd blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue by Ming Lei · 4 years ago
  65. 847c765 blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHARED by John Garry · 4 years ago
  66. 7fdaca8 bfq: Fix computation of shallow depth by Jan Kara · 4 years, 1 month ago
  67. 481097d block: fix use-after-free in disk_part_iter_next by Ming Lei · 4 years ago
  68. cafc6e7 blk-iocost: fix NULL iocg deref from racing against initialization by Tejun Heo · 4 years ago
  69. d55d15a scsi: block: Do not accept any requests while suspended by Alan Stern · 4 years, 1 month ago
  70. 782c9ef scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT by Bart Van Assche · 4 years, 1 month ago
  71. 8ed46b3 scsi: block: Introduce BLK_MQ_REQ_PM by Bart Van Assche · 4 years, 1 month ago
  72. bfb39e6 block: add debugfs stanza for QUEUE_FLAG_NOWAIT by Andres Freund · 4 years ago
  73. 092898b scsi: block: Fix a race in the runtime power management code by Bart Van Assche · 4 years, 1 month ago
  74. be1515b Merge tag 'block-5.10-2020-12-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  75. b329850 Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 1 month ago
  76. 3ee16db dm: fix IO splitting by Mike Snitzer · 4 years, 1 month ago
  77. 7e7986f block: use gcd() to fix chunk_sectors limit stacking by Mike Snitzer · 4 years, 1 month ago
  78. 47a84653 block/keyslot-manager: prevent crash when num_slots=1 by Eric Biggers · 4 years, 2 months ago
  79. b7131ee blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats by Christoph Hellwig · 4 years, 1 month ago
  80. 9f16a66 block: mark flush request as IDLE when it is really finished by Ming Lei · 4 years, 1 month ago
  81. 7e890c3 block: add a return value to set_capacity_revalidate_and_notify by Christoph Hellwig · 4 years, 2 months ago
  82. 65ff5cd blk-mq: mark flush request as IDLE in flush_end_io() by Ming Lei · 4 years, 2 months ago
  83. 4977d12 block: advance iov_iter on bio_add_hw_page failure by Naohiro Aota · 4 years, 2 months ago
  84. f255c19 blk-cgroup: Pre-allocate tree node on blkg_conf_prep by Gabriel Krisman Bertazi · 4 years, 2 months ago
  85. 52abfcb blk-cgroup: Fix memleak on error path by Gabriel Krisman Bertazi · 4 years, 2 months ago
  86. d769139 Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  87. 24f7bb8 block: blk-mq: fix a kernel-doc markup by Mauro Carvalho Chehab · 4 years, 2 months ago
  88. 576e85c blk-mq: remove the calling of local_memory_node() by Xianting Tian · 4 years, 2 months ago
  89. 5cd3ddc docs: bio: fix a kerneldoc markup by Mauro Carvalho Chehab · 4 years, 4 months ago
  90. 5b874af block: bio: fix a warning at the kernel-doc markups by Mauro Carvalho Chehab · 4 years, 4 months ago
  91. 4815519 Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 2 months ago
  92. 3b481d9 block: add zone specific block statuses by Keith Busch · 4 years, 3 months ago
  93. 7cd4ecd Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  94. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  95. 85ed13e Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  96. 47ce030 blk-mq: move cancel of hctx->run_work to the front of blk_exit_queue by Yang Yang · 4 years, 3 months ago
  97. c728152 blk-mq: get rid of the dead flush handle code path by Yufen Yu · 4 years, 3 months ago
  98. 0546858 block: get rid of unnecessary local variable by Yufen Yu · 4 years, 3 months ago
  99. f0c6ae0 block: fix comment and add lockdep assert by Yufen Yu · 4 years, 3 months ago
  100. 0841031 blk-mq: use helper function to test hw stopped by Yufen Yu · 4 years, 3 months ago