1. 20786fd blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue by Ming Lei · 4 years ago
  2. 847c765 blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHARED by John Garry · 4 years ago
  3. 7fdaca8 bfq: Fix computation of shallow depth by Jan Kara · 4 years, 1 month ago
  4. 481097d block: fix use-after-free in disk_part_iter_next by Ming Lei · 4 years, 1 month ago
  5. cafc6e7 blk-iocost: fix NULL iocg deref from racing against initialization by Tejun Heo · 4 years ago
  6. d55d15a scsi: block: Do not accept any requests while suspended by Alan Stern · 4 years, 1 month ago
  7. 782c9ef scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT by Bart Van Assche · 4 years, 1 month ago
  8. 8ed46b3 scsi: block: Introduce BLK_MQ_REQ_PM by Bart Van Assche · 4 years, 1 month ago
  9. bfb39e6 block: add debugfs stanza for QUEUE_FLAG_NOWAIT by Andres Freund · 4 years ago
  10. 092898b scsi: block: Fix a race in the runtime power management code by Bart Van Assche · 4 years, 1 month ago
  11. be1515b Merge tag 'block-5.10-2020-12-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  12. 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
  13. 3ee16db dm: fix IO splitting by Mike Snitzer · 4 years, 1 month ago
  14. 7e7986f block: use gcd() to fix chunk_sectors limit stacking by Mike Snitzer · 4 years, 1 month ago
  15. 47a84653 block/keyslot-manager: prevent crash when num_slots=1 by Eric Biggers · 4 years, 2 months ago
  16. b7131ee blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats by Christoph Hellwig · 4 years, 2 months ago
  17. 9f16a66 block: mark flush request as IDLE when it is really finished by Ming Lei · 4 years, 2 months ago
  18. 7e890c3 block: add a return value to set_capacity_revalidate_and_notify by Christoph Hellwig · 4 years, 2 months ago
  19. 65ff5cd blk-mq: mark flush request as IDLE in flush_end_io() by Ming Lei · 4 years, 2 months ago
  20. 4977d12 block: advance iov_iter on bio_add_hw_page failure by Naohiro Aota · 4 years, 2 months ago
  21. f255c19 blk-cgroup: Pre-allocate tree node on blkg_conf_prep by Gabriel Krisman Bertazi · 4 years, 3 months ago
  22. 52abfcb blk-cgroup: Fix memleak on error path by Gabriel Krisman Bertazi · 4 years, 3 months ago
  23. d769139 Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  24. 24f7bb8 block: blk-mq: fix a kernel-doc markup by Mauro Carvalho Chehab · 4 years, 3 months ago
  25. 576e85c blk-mq: remove the calling of local_memory_node() by Xianting Tian · 4 years, 3 months ago
  26. 5cd3ddc docs: bio: fix a kerneldoc markup by Mauro Carvalho Chehab · 4 years, 4 months ago
  27. 5b874af block: bio: fix a warning at the kernel-doc markups by Mauro Carvalho Chehab · 4 years, 4 months ago
  28. 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, 3 months ago
  29. 3b481d9 block: add zone specific block statuses by Keith Busch · 4 years, 3 months ago
  30. 7cd4ecd Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  31. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  32. 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
  33. 47ce030 blk-mq: move cancel of hctx->run_work to the front of blk_exit_queue by Yang Yang · 4 years, 3 months ago
  34. c728152 blk-mq: get rid of the dead flush handle code path by Yufen Yu · 4 years, 3 months ago
  35. 0546858 block: get rid of unnecessary local variable by Yufen Yu · 4 years, 3 months ago
  36. f0c6ae0 block: fix comment and add lockdep assert by Yufen Yu · 4 years, 3 months ago
  37. 0841031 blk-mq: use helper function to test hw stopped by Yufen Yu · 4 years, 3 months ago
  38. 75e6c00 block: use helper function to test queue register by Yufen Yu · 4 years, 3 months ago
  39. 6251b75 block: remove redundant mq check by Yufen Yu · 4 years, 3 months ago
  40. dd1c372 block: invoke blk_mq_exit_sched no matter whether have .exit_sched by Yufen Yu · 4 years, 3 months ago
  41. 583090b Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  42. f4ac712 block: ratelimit handle_bad_sector() message by Tetsuo Handa · 4 years, 3 months ago
  43. 1da30f9 blk-throttle: Re-use the throtl_set_slice_end() by Baolin Wang · 4 years, 3 months ago
  44. 2937967 blk-throttle: Open code __throtl_de/enqueue_tg() by Baolin Wang · 4 years, 3 months ago
  45. 2397611 blk-throttle: Move service tree validation out of the throtl_rb_first() by Baolin Wang · 4 years, 3 months ago
  46. b7b609d blk-throttle: Move the list operation after list validation by Baolin Wang · 4 years, 3 months ago
  47. 5b7048b blk-throttle: Fix IO hang for a corner case by Baolin Wang · 4 years, 3 months ago
  48. b185efa blk-throttle: Avoid tracking latency if low limit is invalid by Baolin Wang · 4 years, 3 months ago
  49. 7901601 blk-throttle: Avoid getting the current time if tg->last_finish_time is 0 by Baolin Wang · 4 years, 3 months ago
  50. 4247d9c8 blk-throttle: Remove a meaningless parameter for throtl_downgrade_state() by Baolin Wang · 4 years, 3 months ago
  51. fa1c3ea block: Remove redundant 'return' statement by Baolin Wang · 4 years, 3 months ago
  52. 681cc5e dm: fix request-based DM to not bounce through indirect dm_submit_bio by Mike Snitzer · 4 years, 3 months ago
  53. 7370997 partitions/ibm: fix non-DASD devices by Christoph Hellwig · 4 years, 3 months ago
  54. a926c7a block: Consider only dispatched requests for inflight statistic by Gabriel Krisman Bertazi · 4 years, 3 months ago
  55. eda5cc9 block: move blk_mq_sched_try_merge to blk-merge.c by Christoph Hellwig · 4 years, 3 months ago
  56. d59da41 block: remove the unused blk_integrity_merge_bio export by Christoph Hellwig · 4 years, 3 months ago
  57. 92cf2fd block: remove the unused blk_integrity_merge_rq export by Christoph Hellwig · 4 years, 3 months ago
  58. cf785af block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx() by Eric Biggers · 4 years, 4 months ago
  59. 93f221a block: make blk_crypto_rq_bio_prep() able to fail by Eric Biggers · 4 years, 4 months ago
  60. 0756015 block: make bio_crypt_clone() able to fail by Eric Biggers · 4 years, 4 months ago
  61. 10ed166 block: add a bdget_part helper by Christoph Hellwig · 4 years, 3 months ago
  62. 89cd35c iov_iter: transparently handle compat iovecs in import_iovec by Christoph Hellwig · 4 years, 3 months ago
  63. f5ace5e block: scsi_ioctl: Avoid the use of one-element arrays by Gustavo A. R. Silva · 4 years, 3 months ago
  64. f016a54 Merge tag 'block-5.9-2020-10-02' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  65. 6d53a9f block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg() by Peilin Ye · 4 years, 3 months ago
  66. 1471308 Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10 by Mike Snitzer · 4 years, 3 months ago
  67. 76cffcc block-mq: fix comments in blk_mq_queue_tag_busy_iter by yangerkun · 4 years, 4 months ago
  68. 632bfb6 blk-mq: call commit_rqs while list empty but error happen by yangerkun · 4 years, 4 months ago
  69. 8229cca blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps() by Xianting Tian · 4 years, 3 months ago
  70. a1bffa4 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 3 months ago
  71. bec02db iocost: consider iocgs with active delays for debt forgiveness by Tejun Heo · 4 years, 4 months ago
  72. c5a6561 iocost: add iocg_forgive_debt tracepoint by Tejun Heo · 4 years, 4 months ago
  73. c7af2a0 iocost: reimplement debt forgiveness using average usage by Tejun Heo · 4 years, 4 months ago
  74. d951784 iocost: recalculate delay after debt reduction by Tejun Heo · 4 years, 4 months ago
  75. 33a1fe6 iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level one by Tejun Heo · 4 years, 4 months ago
  76. ab8df82 iocost: factor out ioc_forgive_debts() by Tejun Heo · 4 years, 4 months ago
  77. 021a244 block: add QUEUE_FLAG_NOWAIT by Mike Snitzer · 4 years, 4 months ago
  78. 8a63a86 block: use bd_partno in bdevname by Christoph Hellwig · 4 years, 4 months ago
  79. fa01b1e block: add a bdev_is_partition helper by Christoph Hellwig · 4 years, 4 months ago
  80. ac8f7a0 Merge branch 'for-5.10/block' into for-5.10/drivers by Jens Axboe · 4 years, 3 months ago
  81. 1cb039f bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag by Christoph Hellwig · 4 years, 3 months ago
  82. ed7b6b4 bdi: remove BDI_CAP_CGROUP_WRITEBACK by Christoph Hellwig · 4 years, 3 months ago
  83. c2e4cd5 block: lift setting the readahead size into the block layer by Christoph Hellwig · 4 years, 3 months ago
  84. 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 3 months ago
  85. 4781628 block: cleanup blkdev_bszset by Christoph Hellwig · 4 years, 4 months ago
  86. 9301fe7 block: cleanup partition scanning in register_disk by Christoph Hellwig · 4 years, 4 months ago
  87. 38430f0 block: move the NEED_PART_SCAN flag to struct gendisk by Christoph Hellwig · 4 years, 4 months ago
  88. 07d098e block: allow 'chunk_sectors' to be non-power-of-2 by Mike Snitzer · 4 years, 4 months ago
  89. 22ada80 block: use lcm_not_zero() when stacking chunk_sectors by Mike Snitzer · 4 years, 4 months ago
  90. 0385971 block: fix bmd->is_null_mapped initialization by Christoph Hellwig · 4 years, 4 months ago
  91. f952eef block: drop double zeroing by Julia Lawall · 4 years, 4 months ago
  92. 27ba3e8 scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks by Damien Le Moal · 4 years, 4 months ago
  93. 87fbeb8 blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimited by Baolin Wang · 4 years, 4 months ago
  94. 4599ea4 blk-throttle: Avoid calculating bps/iops limitation repeatedly by Baolin Wang · 4 years, 4 months ago
  95. e675df2 blk-throttle: Define readable macros instead of static variables by Baolin Wang · 4 years, 4 months ago
  96. ff8b22c blk-throttle: Use readable READ/WRITE macros by Baolin Wang · 4 years, 4 months ago
  97. b53b072 blk-throttle: Fix some comments' typos by Baolin Wang · 4 years, 4 months ago
  98. aa67db2 iocost: fix infinite loop bug in adjust_inuse_and_calc_cost() by Tejun Heo · 4 years, 4 months ago
  99. 769b628 blk-iocost: fix divide-by-zero in transfer_surpluses() by Tejun Heo · 4 years, 4 months ago
  100. 7b26410 block: introduce part_[begin|end]_io_acct by Song Liu · 4 years, 4 months ago