1. 649d496 block: fix kerneldoc comment for blk_attempt_plug_merge() by Jonathan Corbet · 6 years ago
  2. 4040585 block: clarify documentation for blk_{start|finish}_plug by Jeff Moyer · 6 years ago
  3. 77d0b19 Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  4. 769e470 Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  5. 938edb8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  6. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  7. 2e5b2d7 bsg: deprecate BIDI support in bsg by Christoph Hellwig · 6 years ago
  8. 6b45053 blkcg: remove unused __blkg_release_rcu() by Dennis Zhou · 6 years ago
  9. 6ab2187 blkcg: clean up blkg_tryget_closest() by Dennis Zhou · 6 years ago
  10. 8636a1f treewide: surround Kconfig file paths with double quotes by Masahiro Yamada · 6 years ago
  11. 00203ba kyber: use sbitmap add_wait_queue/list_del wait helpers by Jens Axboe · 6 years ago
  12. 3a762de block: save irq state in blkg_lookup_create() by Ming Lei · 6 years ago
  13. 3841746 scsi: block: remove the cluster flag by Christoph Hellwig · 6 years ago
  14. 7b7ab78 block: make request_to_qc_t public by Sagi Grimberg · 6 years ago
  15. cd19181 blk-mq: enable IO poll if .nr_queues of type poll > 0 by Ming Lei · 6 years ago
  16. 3c94d83 blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight() by Jens Axboe · 6 years ago
  17. e5edd5f blk-mq: skip zero-queue maps in blk_mq_map_swqueue by Ming Lei · 6 years ago
  18. 1336981 block: fix blk-iolatency accounting underflow by Dennis Zhou · 6 years ago
  19. c16d6b5 blk-mq: fix dispatch from sw queue by Ming Lei · 6 years ago
  20. 7211aef8 block: mq-deadline: Fix write completion handling by Damien Le Moal · 6 years ago
  21. 5aceaeb blk-mq: only dispatch to non-defauly queue maps if they have queues by Christoph Hellwig · 6 years ago
  22. 346fc10 blk-mq: export hctx->type in debugfs instead of sysfs by Ming Lei · 6 years ago
  23. 07b35eb blk-mq: fix allocation for queue mapping table by Ming Lei · 6 years ago
  24. d19afeb blk-wbt: export internal state via debugfs by Ming Lei · 6 years ago
  25. cc56694 blk-mq-debugfs: support rq_qos by Ming Lei · 6 years ago
  26. d04c406 block: clear REQ_HIPRI if polling is not supported by Christoph Hellwig · 6 years ago
  27. d6a51a9 blk-mq: replace and kill blk_mq_request_issue_directly by Jianchao Wang · 6 years ago
  28. 5b7a6f1 blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests by Jianchao Wang · 6 years ago
  29. 7f556a4 blk-mq: refactor the code of issue request directly by Jianchao Wang · 6 years ago
  30. 4c9770c block: remove the bio_integrity_advance export by Christoph Hellwig · 6 years ago
  31. 7403065 block: remove the bioset_integrity_free export by Christoph Hellwig · 6 years ago
  32. a45eb57 block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exports by Christoph Hellwig · 6 years ago
  33. 0374e11 block: remove the unused bio_iov_iter_get_pages export by Christoph Hellwig · 6 years ago
  34. 637b60a block: remove the blk_recount_segments export by Christoph Hellwig · 6 years ago
  35. 6c210aa block: remove the bio_phys_segments export by Christoph Hellwig · 6 years ago
  36. e42b386 blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues by Sagi Grimberg · 6 years ago
  37. 0273ac3 blkcg: handle dying request_queue when associating a blkg by Dennis Zhou · 6 years ago
  38. 544fbd1 block: deactivate blk_stat timer in wbt_disable_default() by Ming Lei · 6 years ago
  39. 927b6b2 block: Fix null_blk_zoned creation failure with small number of zones by Shin'ichiro Kawasaki · 6 years ago
  40. f55adad block/bio: Do not zero user pages by Keith Busch · 6 years ago
  41. e016b78 block: return just one value from part_in_flight by Mikulas Patocka · 6 years ago
  42. 1226b8d block: switch to per-cpu in-flight counters by Mikulas Patocka · 6 years ago
  43. 5b18b5a block: delete part_round_stats and switch to less precise counting by Mikulas Patocka · 6 years ago
  44. 112f158 block: stop passing 'cpu' to all percpu stats methods by Mike Snitzer · 6 years ago
  45. 96f7741 Merge tag 'v4.20-rc6' into for-4.21/block by Jens Axboe · 6 years ago
  46. 5938870 blk-mq: re-build queue map in case of kdump kernel by Ming Lei · 6 years ago
  47. d3fcdff block: convert io-latency to use rq_qos_wait by Josef Bacik · 6 years ago
  48. b6c7b58 block: convert wbt_wait() to use rq_qos_wait() by Josef Bacik · 6 years ago
  49. 84f6032 block: add rq_qos_wait to rq_qos by Josef Bacik · 6 years ago
  50. 7754f66 blkcg: rename blkg_try_get() to blkg_tryget() by Dennis Zhou · 6 years ago
  51. 7fcf2b0 blkcg: change blkg reference counting to use percpu_ref by Dennis Zhou · 6 years ago
  52. 6f70fb6 blkcg: remove bio_disassociate_task() by Dennis Zhou · 6 years ago
  53. fc5a828 blkcg: remove additional reference to the css by Dennis Zhou · 6 years ago
  54. db6638d blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou · 6 years ago
  55. fd42df3 blkcg: associate writeback bios with a blkg by Dennis Zhou · 6 years ago
  56. 6a7f6d8 blkcg: associate a blkg for pages being evicted by swap by Dennis Zhou · 6 years ago
  57. e439bed blkcg: consolidate bio_issue_init() to be a part of core by Dennis Zhou · 6 years ago
  58. 5cdf2e3 blkcg: associate blkg when associating a device by Dennis Zhou · 6 years ago
  59. 892ad71 dm: set the static flush bio device on demand by Dennis Zhou · 6 years ago
  60. 2268c0f blkcg: introduce common blkg association logic by Dennis Zhou · 6 years ago
  61. beea9da blkcg: convert blkg_lookup_create() to find closest blkg by Dennis Zhou · 6 years ago
  62. b978962 blkcg: update blkg_lookup_create() to do locking by Dennis Zhou · 6 years ago
  63. 0fe061b blkcg: fix ref count issue with bio_blkcg() using task_css by Dennis Zhou · 6 years ago
  64. c616cbe blk-mq: punt failed direct issue to dispatch list by Jens Axboe · 6 years ago
  65. ba7aeae block, bfq: fix decrement of num_active_groups by Paolo Valente · 6 years ago
  66. ffe81d4 blk-mq: fix corruption with direct issue by Jens Axboe · 6 years ago
  67. 6544d22 block: enable polling by default if a poll map is initalized by Christoph Hellwig · 6 years ago
  68. 376f7ef block: only allow polling if a poll queue_map exists by Christoph Hellwig · 6 years ago
  69. 529262d block: remove ->poll_fn by Christoph Hellwig · 6 years ago
  70. e20ba6e block: move queues types to the block layer by Christoph Hellwig · 6 years ago
  71. 89d04ec Merge tag 'v4.20-rc5' into for-4.21/block by Jens Axboe · 6 years ago
  72. fe1f452 blk-mq: don't call ktime_get_ns() if we don't need it by Jens Axboe · 6 years ago
  73. 2149da0 block: add cmd_flags to print_req_error by Balbir Singh · 6 years ago
  74. 5d2ee71 sbitmap: optimize wakeup check by Jens Axboe · 6 years ago
  75. 2a5cf35 block: fix single range discard merge by Ming Lei · 6 years ago
  76. b2c5d16 blk-mq: use plug for devices that implement ->commits_rqs() by Jens Axboe · 6 years ago
  77. be94f05 blk-mq: use bd->last == true for list inserts by Jens Axboe · 6 years ago
  78. d666ba9 blk-mq: add mq_ops->commit_rqs() by Jens Axboe · 6 years ago
  79. ce5b009 block: improve logic around when to sort a plug list by Jens Axboe · 6 years ago
  80. 4e6db0f blk-mq: Add a NULL check in blk_mq_free_map_and_requests() by Dan Carpenter · 6 years ago
  81. 65cd1d1 block: add io timeout to sysfs by Weiping Zhang · 6 years ago
  82. 94a2c3a block: use rcu_work instead of call_rcu to avoid sleep in softirq by Yufen Yu · 6 years ago
  83. 4711b57 blk-mq: fix failure to decrement plug count on single rq removal by Jens Axboe · 6 years ago
  84. 5f0ed77 block: sum requests in the plug structure by Jens Axboe · 6 years ago
  85. af78ff7 blk-mq: Simplify request completion state by Keith Busch · 6 years ago
  86. 16c15eb blk-mq: Return true if request was completed by Keith Busch · 6 years ago
  87. 4ab32bf blk-mq: never redirect polled IO completions by Jens Axboe · 6 years ago
  88. aa61bec blk-mq: ensure mq_ops ->poll() is entered at least once by Jens Axboe · 6 years ago
  89. 0a1b8b8 block: make blk_poll() take a parameter on whether to spin or not by Jens Axboe · 6 years ago
  90. 9743139 blk-mq: remove 'tag' parameter from mq_ops->poll() by Jens Axboe · 6 years ago
  91. 1052b8a blk-mq: when polling for IO, look for any completion by Jens Axboe · 6 years ago
  92. 1db4909 blk-mq: not embed .mq_kobj and ctx->kobj into queue instance by Ming Lei · 6 years ago
  93. 0c62bff block: fix attempt to assign NULL io_context by Jens Axboe · 6 years ago
  94. 20578bd block: Initialize BIO I/O priority early by Damien Le Moal · 6 years ago
  95. 668ffc0 block: prevent merging of requests with different priorities by Damien Le Moal · 6 years ago
  96. 64845a1 block: Introduce get_current_ioprio() by Damien Le Moal · 6 years ago
  97. e2b3fa5 block: Remove bio->bi_ioc by Damien Le Moal · 6 years ago
  98. 85f4d4b block: have ->poll_fn() return number of entries polled by Jens Axboe · 6 years ago
  99. 849a370 block: avoid ordered task state change for polled IO by Jens Axboe · 6 years ago
  100. a78b03b Merge tag 'v4.20-rc3' into for-4.21/block by Jens Axboe · 6 years ago