1. c125311 blk-wbt: don't maintain inflight counts if disabled by Jens Axboe · 6 years ago
  2. c45e6a0 blk-wbt: fix has-sleeper queueing check by Jens Axboe · 6 years ago
  3. b788209 blk-wbt: use wq_has_sleeper() for wq active check by Jens Axboe · 6 years ago
  4. ffa358d blk-wbt: move disable check into get_limit() by Jens Axboe · 6 years ago
  5. 5bed49a Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  6. f5bbbbe blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iter by Jianchao Wang · 6 years ago
  7. d48ece2 blk-mq: init hctx sched after update ctx and hctx mapping by Jianchao Wang · 6 years ago
  8. fcedba4 block: remove duplicate initialization by Chaitanya Kulkarni · 6 years ago
  9. 599d067 block: change return type to bool by Chengguang Xu · 6 years ago
  10. fc8ebd0 block, bfq: return nbytes and not zero from struct cftype .write() method by Maciej S. Szmigiero · 6 years ago
  11. f812164 block, bfq: improve code of bfq_bfqq_charge_time by Paolo Valente · 6 years ago
  12. d580108 block, bfq: reduce write overcharge by Paolo Valente · 6 years ago
  13. e02a0aa2 block, bfq: always update the budget of an entity when needed by Paolo Valente · 6 years ago
  14. 8a511ba block, bfq: readd missing reset of parent-entity service by Paolo Valente · 6 years ago
  15. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  16. df60f6e blk-wbt: fix IO hang in wbt_wait() by Ming Lei · 6 years ago
  17. b089cfd block: don't warn for flush on read-only device by Jens Axboe · 6 years ago
  18. b86d865 blkcg: Make blkg_root_lookup() work for queues in bypass mode by Bart Van Assche · 6 years ago
  19. 991f61f Blk-throttle: reduce tail io latency when iops limit is enforced by Liu Bo · 6 years ago
  20. 24ecc35 block: Ensure that a request queue is dissociated from the cgroup controller by Bart Van Assche · 6 years ago
  21. 4cf6324 block: Introduce blk_exit_queue() by Bart Van Assche · 6 years ago
  22. d263ed9 blk-mq: count the hctx as active before allocating tag by Jianchao Wang · 6 years ago
  23. d6c02a9 block: bvec_nr_vecs() returns value for wrong slab by Greg Edwards · 6 years ago
  24. f7ecb1b cfq: Suppress compiler warnings about comparisons by Bart Van Assche · 6 years ago
  25. 9b4f434 cfq: Annotate fall-through in a switch statement by Bart Van Assche · 6 years ago
  26. 2887e41 blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait by Anchal Agarwal · 6 years ago
  27. 05b9ba4 Merge tag 'v4.18-rc6' into for-4.19/block2 by Jens Axboe · 6 years ago
  28. a32e236 Partially revert "block: fail op_is_write() requests to read-only partitions" by Linus Torvalds · 6 years ago
  29. 71abe04 Merge tag 'for-linus-20180803' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  30. 2d5ba0e blk-mq: fix blk_mq_tagset_busy_iter by Ming Lei · 6 years ago
  31. 75d6e17 blk-mq: fix updating tags depth by Ming Lei · 6 years ago
  32. b233f12 block: really disable runtime-pm for blk-mq by Ming Lei · 6 years ago
  33. c480bcf block: make iolatency avg_lat exponentially decay by Dennis Zhou (Facebook) · 6 years ago
  34. cc7ecc2 blk-cgroup: hold the queue ref during throttling by Josef Bacik · 6 years ago
  35. 52a1199 blk-iolatency: fix blkg leak in timer_fn by Josef Bacik · 6 years ago
  36. 4725549 block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow path by zhong jiang · 6 years ago
  37. 54648cf block: blk_init_allocated_queue() set q->fq as NULL in the fail case by xiao jin · 6 years ago
  38. 10c41dd block: move dif_prepare/dif_complete functions to block layer by Max Gurtovoy · 6 years ago
  39. eb181a8 Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  40. d43fdae partitions/aix: append null character to print data from disk by Mauricio Faria de Oliveira · 6 years ago
  41. 14cb2c8 partitions/aix: fix usage of uninitialized lv_info and lvname structures by Mauricio Faria de Oliveira · 6 years ago
  42. 5151842 block: reset bi_iter.bi_done after splitting bio by Greg Edwards · 6 years ago
  43. 359f642 block: move bio_integrity_{intervals,bytes} into blkdev.h by Greg Edwards · 6 years ago
  44. 17d51b1 block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs by Martin Wilck · 6 years ago
  45. b403ea2 block: bio_iov_iter_get_pages: fix size of last iovec by Martin Wilck · 6 years ago
  46. 42c9cdf block: allow max_discard_segments to be stacked by Mike Snitzer · 6 years ago
  47. c55183c block: unexport bio_clone_bioset by Christoph Hellwig · 6 years ago
  48. 0fc09f9 blk-mq: export setting request completion state by Keith Busch · 6 years ago
  49. 3bb5098 block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vec by Christoph Hellwig · 6 years ago
  50. 24d5493 block: simplify bio_check_pages_dirty by Christoph Hellwig · 6 years ago
  51. 8824f62 blk-mq: fail the request in case issue failure by Ming Lei · 6 years ago
  52. 22f1795 blk-rq-qos: make depth comparisons unsigned by Josef Bacik · 6 years ago
  53. 636620b blkcg: Track DISCARD statistics and output them in cgroup io.stat by Tejun Heo · 6 years ago
  54. bdca3c8 block: Track DISCARD statistics and output them in stat and diskstat by Michael Callahan · 6 years ago
  55. ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 6 years ago
  56. dbae2c5 block: Define and use STAT_READ and STAT_WRITE by Michael Callahan · 6 years ago
  57. 6ce3dd6 blk-mq: issue directly if hw queue isn't busy in case of 'none' by Ming Lei · 6 years ago
  58. 71e9690 blk-iolatency: truncate our current time by Josef Bacik · 6 years ago
  59. d607eef blk-iolatency: don't change the latency window by Josef Bacik · 6 years ago
  60. 2da8c42 Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  61. 28519c8 bsg: remove read/write support by Christoph Hellwig · 6 years ago
  62. 70dbcc2 bsg: fix bogus EINVAL on non-data commands by Tony Battersby · 6 years ago
  63. a284390 blk-iolatency: fix max_depth comparisons by Josef Bacik · 6 years ago
  64. 88b7210 block: iolatency: avoid 64-bit division by Arnd Bergmann · 6 years ago
  65. e9a8385 block: Add default switch case to blk_pm_allow_request() to kill warning by Geert Uytterhoeven · 6 years ago
  66. b88aef3 block: fix infinite loop if the device loses discard capability by Mikulas Patocka · 6 years ago
  67. c137969 block, mm: remove unnecessary __GFP_HIGH flag by Shakeel Butt · 6 years ago
  68. d706751 block: introduce blk-iolatency io controller by Josef Bacik · 6 years ago
  69. 67b42d0 rq-qos: introduce dio_bio callback by Josef Bacik · 6 years ago
  70. c1c8038 block: remove external dependency on wbt_flags by Josef Bacik · 6 years ago
  71. a790504 blk-rq-qos: refactor out common elements of blk-wbt by Josef Bacik · 6 years ago
  72. 2ecbf45 blk-stat: export helpers for modifying blk_rq_stat by Josef Bacik · 6 years ago
  73. d09d8df blkcg: add generic throttling mechanism by Josef Bacik · 6 years ago
  74. 0d3bd88 swap,blkcg: issue swap io with the appropriate context by Tejun Heo · 6 years ago
  75. 903d23f blk-cgroup: allow controllers to output their own stats by Josef Bacik · 6 years ago
  76. 08e18ea block: add bi_blkg to the bio for cgroups by Josef Bacik · 6 years ago
  77. 6e768717 blk-mq: dequeue request one by one from sw queue if hctx is busy by Ming Lei · 6 years ago
  78. b04f50a blk-mq: only attempt to merge bio if there is rq in sw queue by Ming Lei · 6 years ago
  79. 3f0cedc blk-mq: use list_splice_tail_init() to insert requests by Ming Lei · 6 years ago
  80. c018c84 blk-mq: fix typo in a function comment by Minwoo Im · 6 years ago
  81. 0da73d0 blk-mq: code clean-up by adding an API to clear set->mq_map by Minwoo Im · 6 years ago
  82. e84422c partitions/ldm: remove redundant pointer dgrp by Colin Ian King · 6 years ago
  83. 43ada78 Block: blk-throttle: set low_valid immediately once one cgroup has io.low configured by Liu Bo · 6 years ago
  84. 1954e9a block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requests by Bart Van Assche · 6 years ago
  85. 1311326 blk-mq: avoid to synchronize rcu inside blk_cleanup_queue() by Ming Lei · 6 years ago
  86. 97889f9 blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set() by Ming Lei · 6 years ago
  87. 5815839 blk-mq: introduce new lock for protecting hctx->dispatch_wait by Ming Lei · 6 years ago
  88. 2278d69 blk-mq: don't pass **hctx to blk_mq_mark_tag_wait() by Ming Lei · 6 years ago
  89. 8ab6bb9e blk-mq: cleanup blk_mq_get_driver_tag() by Ming Lei · 6 years ago
  90. 277a4a9 block, bfq: give a better name to bfq_bfqq_may_idle by Paolo Valente · 6 years ago
  91. 9fae8dd block, bfq: fix service being wrongly set to zero in case of preemption by Paolo Valente · 6 years ago
  92. 4420b09 block, bfq: do not expire a queue that will deserve dispatch plugging by Paolo Valente · 6 years ago
  93. 0471559 block, bfq: add/remove entity weights correctly by Paolo Valente · 6 years ago
  94. 6a5ac98 block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=n by Bart Van Assche · 6 years ago
  95. 7c8542b block: Inline blk_queue_nr_zones() by Bart Van Assche · 6 years ago
  96. f441108 block: Remove a superfluous cast from blkdev_report_zones() by Bart Van Assche · 6 years ago
  97. e6e5bec Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  98. 1f57f8d blk-mq: don't queue more if we get a busy return by Jens Axboe · 6 years ago
  99. 297ba57 block: Fix cloning of requests with a special payload by Bart Van Assche · 6 years ago
  100. 77072ca Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago