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