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