1. b1a83ee blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART by Ming Lei · 4 years, 3 months ago
  2. f09dbec block: fix get_max_io_size() by Keith Busch · 4 years, 3 months ago
  3. 05c608f blkcg: fix memleak for iolatency by Yufen Yu · 4 years, 3 months ago
  4. 872a2b3 blk-mq: insert request not through ->queue_rq into sw/scheduler queue by Ming Lei · 4 years, 3 months ago
  5. 1475314 bfq: fix blkio cgroup leakage v4 by Dmitry Monakhov · 4 years, 3 months ago
  6. 2295664 block: Fix page_is_mergeable() for compound pages by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  7. cc3a73f block: respect queue limit of max discard segment by Ming Lei · 4 years, 3 months ago
  8. 2f53a4b iocost: Fix check condition of iocg abs_vdebt by Chengming Zhou · 4 years, 4 months ago
  9. d2ccad3 block: fix get_max_segment_size() overflow on 32bit arch by Ming Lei · 4 years, 10 months ago
  10. 310d75f block: fix splitting segments on boundary masks by Ming Lei · 4 years, 11 months ago
  11. c3adbd3 blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags by Hou Tao · 4 years, 7 months ago
  12. 49a7ac2 blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight() by Ming Lei · 4 years, 4 months ago
  13. 074ae0c block: release bip in a right way in error path by Chengguang Xu · 4 years, 5 months ago
  14. 26b0956 block: update hctx map when use multiple maps by Weiping Zhang · 4 years, 5 months ago
  15. b90ca32 block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failed by yu kuai · 4 years, 6 months ago
  16. 894d9cd iocost: don't let vrate run wild while there's no saturation signal by Tejun Heo · 5 years ago
  17. e7aefab block: reset mapping if failed to update hardware queue count by Weiping Zhang · 4 years, 6 months ago
  18. 2012196 block: alloc map and request for new hardware queue by Ming Lei · 4 years, 6 months ago
  19. bba91cd Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT" by Jens Axboe · 4 years, 6 months ago
  20. 34ca080 iocost: protect iocg->abs_vdebt with iocg->waitq.lock by Tejun Heo · 4 years, 6 months ago
  21. c7b6c51 blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget by John Garry · 4 years, 7 months ago
  22. 9c5c94c blk-iocost: Fix error on iocost_ioc_vrate_adj by Waiman Long · 4 years, 7 months ago
  23. a362482 block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offline by Paolo Valente · 4 years, 8 months ago
  24. 839b7cd block, bfq: make reparent_leaf_entity actually work only on leaf entities by Paolo Valente · 4 years, 8 months ago
  25. ad749ca block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup by Paolo Valente · 4 years, 8 months ago
  26. b37de1b block, bfq: fix use-after-free in bfq_idle_slice_timer_body by Zhiqiang Liu · 4 years, 8 months ago
  27. 510b4e0 block: Fix use-after-free issue accessing struct io_cq by Sahitya Tummala · 4 years, 8 months ago
  28. fb80a18 block, bfq: move forward the getting of an extra ref in bfq_bfqq_move by Paolo Valente · 4 years, 8 months ago
  29. fd66df9 block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices by Konstantin Khlebnikov · 4 years, 9 months ago
  30. d408325 blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync by Bart Van Assche · 4 years, 8 months ago
  31. 4db2f87 block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group() by Carlo Nonato · 4 years, 8 months ago
  32. 235fb892 blk-mq: insert flush request to the front of dispatch queue by Ming Lei · 4 years, 8 months ago
  33. 74c77d6 blk-mq: insert passthrough request into hctx->dispatch directly by Ming Lei · 4 years, 9 months ago
  34. b7e54dd blk-iocost: fix incorrect vtime comparison in iocg_is_idle() by Tejun Heo · 4 years, 8 months ago
  35. e28c9b3 block, bfq: remove ifdefs from around gets/puts of bfq groups by Paolo Valente · 4 years, 10 months ago
  36. 92ed51e block, bfq: get a ref to a group when adding it to a service tree by Paolo Valente · 4 years, 10 months ago
  37. 63f4280 block, bfq: do not insert oom queue into position tree by Paolo Valente · 4 years, 10 months ago
  38. 594fca1 block, bfq: get extra ref to prevent a queue from being freed during a group move by Paolo Valente · 4 years, 10 months ago
  39. 39a7082 block, bfq: do not plug I/O for bfq_queues with no proc refs by Paolo Valente · 4 years, 10 months ago
  40. ccbc5d0 block: fix memleak of bio integrity data by Justin Tee · 5 years ago
  41. 7ecc610 block: Fix the type of 'sts' in bsg_queue_rq() by Bart Van Assche · 5 years ago
  42. 6eed26e block: fix an integer overflow in logical block size by Mikulas Patocka · 4 years, 10 months ago
  43. 3fe209c8 fs: move guard_bio_eod() after bio_set_op_attrs by Ming Lei · 4 years, 10 months ago
  44. 3a1cba8 block: fix memleak when __blk_rq_map_user_iov() is failed by Yang Yingliang · 5 years ago
  45. f7cc2f9 block: Fix a lockdep complaint triggered by request queue flushing by Bart Van Assche · 5 years ago
  46. 2ac9531 block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT by Roman Penyaev · 5 years ago
  47. 247aca0 compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES by Arnd Bergmann · 5 years ago
  48. 17d3c07 compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE by Arnd Bergmann · 5 years ago
  49. 755d02f compat_ioctl: block: handle Persistent Reservations by Arnd Bergmann · 5 years ago
  50. 943cd69 block: add bio_truncate to fix guard_bio_eod by Ming Lei · 4 years, 11 months ago
  51. 377a874 iocost: over-budget forced IOs should schedule async delay by Tejun Heo · 5 years ago
  52. 06ad673 block: fix "check bi_size overflow before merge" by Andreas Gruenbacher · 5 years ago
  53. e13c3c21 blk-mq: make sure that line break can be printed by Ming Lei · 5 years ago
  54. 285b073 blk-mq: avoid sysfs buffer overflow with too many CPU cores by Ming Lei · 5 years ago
  55. 8b37bc2 iocost: check active_list of all the ancestors in iocg_activate() by Jiufei Xue · 5 years ago
  56. 478de33 block, bfq: deschedule empty bfq_queues not referred by any process by Paolo Valente · 5 years ago
  57. e3a5d8e block: check bi_size overflow before merge by Junichi Nomura · 5 years ago
  58. b081436 blkcg: make blkcg_print_stat() print stats only for online blkgs by Tejun Heo · 5 years ago
  59. 41591a5 iocost: don't nest spin_lock_irq in ioc_weight_write() by Dan Carpenter · 5 years ago
  60. 307f406 blk-rq-qos: fix first node deletion of rq_qos_del() by Tejun Heo · 5 years ago
  61. 9d179b8 blkcg: Fix multiple bugs in blkcg_activate_policy() by Tejun Heo · 5 years ago
  62. 7a7c5e7 block: Fix elv_support_iosched() by Damien Le Moal · 5 years ago
  63. b84477d blk-wbt: fix performance regression in wbt scale_up/scale_down by Harshad Shirwadkar · 5 years ago
  64. a9eb49c block: sed-opal: fix sparse warning: convert __be64 data by Randy Dunlap · 5 years ago
  65. dc30102 block: sed-opal: fix sparse warning: obsolete array init. by Randy Dunlap · 5 years ago
  66. 3154df2 blk-mq: apply normal plugging for HDD by Ming Lei · 5 years ago
  67. a12de1d blk-mq: honor IO scheduler for multiqueue devices by Ming Lei · 5 years ago
  68. 8d69966 block: fix null pointer dereference in blk_mq_rq_timed_out() by Yufen Yu · 5 years ago
  69. 2af2783 rq-qos: get rid of redundant wbt_update_limits() by Yufen Yu · 5 years ago
  70. 7afccca iocost: bump up default latency targets for hard disks by Tejun Heo · 5 years ago
  71. 7cd806a iocost: improve nr_lagging handling by Tejun Heo · 5 years ago
  72. 25d41e4 iocost: better trace vrate changes by Tejun Heo · 5 years ago
  73. b89f625 block: don't release queue's sysfs lock during switching elevator by Ming Lei · 5 years ago
  74. 284b94b blk-mq: move lockdep_assert_held() into elevator_exit by Ming Lei · 5 years ago
  75. 2e959dd Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  76. d46fe2c block: drop device references in bsg_queue_rq() by Martin Wilck · 5 years ago
  77. be21683 block: t10-pi: fix -Wswitch warning by Max Gurtovoy · 5 years ago
  78. 671df18 Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  79. 58494c9 block, bfq: push up injection only after setting service time by Paolo Valente · 5 years ago
  80. 17c3d26 block, bfq: increase update frequency of inject limit by Paolo Valente · 5 years ago
  81. c1e0a18 block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1 by Paolo Valente · 5 years ago
  82. 23ed570 block, bfq: update inject limit only after injection occurred by Paolo Valente · 5 years ago
  83. 54d4e6a block: centralize PI remapping logic to the block layer by Max Gurtovoy · 5 years ago
  84. 5eaed68 block: use symbolic constants for t10_pi type by Max Gurtovoy · 5 years ago
  85. 7ad67ca Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  86. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  87. 9a91b05 block: also check RQF_STATS in blk_mq_need_time_stamp() by Hou Tao · 5 years ago
  88. 3d24430 block: make rq sector size accessible for block stats by Hou Tao · 5 years ago
  89. 89f3b6d bfq: Fix bfq linkage error by Pavel Begunkov · 5 years ago
  90. 0a67b5a block: fix race between switching elevator and removing queues by Ming Lei · 5 years ago
  91. 8a15b4d block: bypass blk_set_runtime_active for uninitialized q->dev by Stanley Chu · 5 years ago
  92. 7c1ee70 iocost_monitor: Report debt by Tejun Heo · 5 years ago
  93. e1518f6 blk-iocost: Don't let merges push vtime into the future by Tejun Heo · 5 years ago
  94. 36a5248 blk-iocost: Account force-charged overage in absolute vtime by Tejun Heo · 5 years ago
  95. e036c4c blk-iocost: Fix incorrect operation order during iocg free by Tejun Heo · 5 years ago
  96. 795fe54 bfq: Add per-device weight by Fam Zheng · 5 years ago
  97. 5ff047e bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacy by Fam Zheng · 5 years ago
  98. e9d3c86 bfq: Fix the missing barrier in __bfq_entity_update_weight_prio by Fam Zheng · 5 years ago
  99. a261425 block: fix elevator_get_by_features() by Jens Axboe · 5 years ago
  100. 737eb78 block: Delay default elevator initialization by Damien Le Moal · 5 years ago