1. b542023 mm: refactor readahead defines in mm.h by Nikolay Borisov · 6 years ago
  2. 92fff53 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  3. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  4. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  5. aaeee62 block: fix updating bio's front segment size by Ming Lei · 6 years ago
  6. dfc76d1 block: Replace function name in string with __func__ by Keyur Patel · 6 years ago
  7. 4d7c1d3 block: fix NULL pointer dereference in register_disk by zhengbin · 6 years ago
  8. 7d76f85 blk-mq: use HCTX_TYPE_DEFAULT but not 0 to index blk_mq_tag_set->map by Dongli Zhang · 6 years ago
  9. 6d0c48a block: implement bio helper to add iter bvec pages to bio by Jens Axboe · 6 years ago
  10. bbcbbd5 block: optimize blk_bio_segment_split for single-page bvec by Ming Lei · 6 years ago
  11. 48d7727 block: optimize __blk_segment_map_sg() for single-page bvec by Ming Lei · 6 years ago
  12. 4d63306 block: introduce bvec_nth_page() by Ming Lei · 6 years ago
  13. 8f4e80d block: bounce: make sure that bvec table is updated by Ming Lei · 6 years ago
  14. 49b1f22 block: avoid to READ fields of null bio by Ming Lei · 6 years ago
  15. 24f0a48 Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  16. 6fb845f Merge tag 'v5.0-rc6' into for-5.1/block by Jens Axboe · 6 years ago
  17. 56d18f6 block: kill BLK_MQ_F_SG_MERGE by Ming Lei · 6 years ago
  18. 2705c93 block: kill QUEUE_FLAG_NO_SG_MERGE by Ming Lei · 6 years ago
  19. 07173c3 block: enable multipage bvecs by Ming Lei · 6 years ago
  20. 6dc4f10 block: allow bio_for_each_segment_all() to iterate over multi-page bvec by Ming Lei · 6 years ago
  21. 862e5a5 block: use bio_for_each_bvec() to map sg by Ming Lei · 6 years ago
  22. dcebd75 block: use bio_for_each_bvec() to compute multi-page bvec count by Ming Lei · 6 years ago
  23. 1a67356 block: don't use bio->bi_vcnt to figure out segment number by Ming Lei · 6 years ago
  24. aef1897 blk-mq: insert rq with DONTPREP to hctx dispatch list when requeue by Jianchao Wang · 6 years ago
  25. fbd7212 block: avoid setting none scheduler if it's already none by Aleksei Zakharov · 6 years ago
  26. b7143fe block: avoid setting wbt_lat_usec to current value by Aleksei Zakharov · 6 years ago
  27. 1e93642 blk-sysfs: Rework documention of __blk_release_queue by Marcos Paulo de Souza · 6 years ago
  28. 7585d50 blk-cgroup: Fix doc related to blkcg_exit_queue by Marcos Paulo de Souza · 6 years ago
  29. d11a399 block: kill QUEUE_FLAG_FLUSH_NQ by Jens Axboe · 6 years ago
  30. e5a8a11 Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  31. e5fa814 block: avoid setting nr_requests to current value by Aleksei Zakharov · 6 years ago
  32. 2698484 blk-mq: remove duplicated definition of blk_mq_freeze_queue by Liu Bo · 6 years ago
  33. 391f552 Blk-iolatency: warn on negative inflight IO counter by Liu Bo · 6 years ago
  34. 8c772a9 blk-iolatency: fix IO hang due to negative inflight counter by Liu Bo · 6 years ago
  35. 8c8e62c Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  36. 8b3238c scsi: block: remove bidi support by Christoph Hellwig · 6 years ago
  37. 69ed175 scsi: block: remove req->special by Christoph Hellwig · 6 years ago
  38. 972248e scsi: bsg-lib: handle bidi requests without block layer help by Christoph Hellwig · 6 years ago
  39. ccf3209 scsi: bsg: refactor bsg_ioctl by Christoph Hellwig · 6 years ago
  40. bb94aea blk-mq: save default hctx into ctx->hctxs for not-supported type by Jianchao Wang · 6 years ago
  41. 8ccdf4a blk-mq: save queue mapping result into ctx directly by Jianchao Wang · 6 years ago
  42. 058fdec block, bfq: fix in-service-queue check for queue merging by Paolo Valente · 6 years ago
  43. 02a6d78 block, bfq: do not overcharge writes in asymmetric scenarios by Paolo Valente · 6 years ago
  44. b3c3498 block, bfq: port commit "cfq-iosched: improve hw_tag detection" by Paolo Valente · 6 years ago
  45. a3c9256 block, bfq: reduce threshold for detecting command queueing by Paolo Valente · 6 years ago
  46. 9dee8b3 block, bfq: fix queue removal from weights tree by Paolo Valente · 6 years ago
  47. d87447d block, bfq: fix sequential rq detection in rate estimation by Paolo Valente · 6 years ago
  48. 530c4cb block, bfq: unconditionally plug I/O in asymmetric scenarios by Paolo Valente · 6 years ago
  49. ac8b0cb block, bfq: do not plug I/O of in-service queue when harmful by Paolo Valente · 6 years ago
  50. 05c2f5c block, bfq: split function bfq_better_to_idle by Paolo Valente · 6 years ago
  51. 73d5811 block, bfq: consider also ioprio classes in symmetry detection by Paolo Valente · 6 years ago
  52. 03e565e block, bfq: remove case of redirected bic from insert_request by Paolo Valente · 6 years ago
  53. f3218ad block, bfq: make sure queue budgets are not below service received by Paolo Valente · 6 years ago
  54. 218cb89 block, bfq: avoid selecting a queue w/o budget by Paolo Valente · 6 years ago
  55. 20cd324 block, bfq: do not consider interactive queues in srt filtering by Paolo Valente · 6 years ago
  56. 36991ca blk-mq: protect debugfs_create_files() from failures by Greg Kroah-Hartman · 6 years ago
  57. 85bd6e6 blk-mq: fix a hung issue when fsync by Jianchao Wang · 6 years ago
  58. 2e3c18d block: pass no-op callback to INIT_WORK(). by Tetsuo Handa · 6 years ago
  59. 947b7ac Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED" by Jens Axboe · 6 years ago
  60. c83f536 blk-wbt: Declare local functions static by Bart Van Assche · 6 years ago
  61. 1c26010 blk-mq: fix the cmd_flag_name array by Jianchao Wang · 6 years ago
  62. 698cef1 block: cover another queue enter recursion via BIO_QUEUE_ENTERED by Ming Lei · 6 years ago
  63. 38197ca block: Cleanup license notice by Thomas Gleixner · 6 years ago
  64. 7809167 block: don't lose track of REQ_INTEGRITY flag by Ming Lei · 6 years ago
  65. 5bf8590 block, bfq: fix comments on __bfq_deactivate_entity by Paolo Valente · 6 years ago
  66. 649d496 block: fix kerneldoc comment for blk_attempt_plug_merge() by Jonathan Corbet · 6 years ago
  67. 4040585 block: clarify documentation for blk_{start|finish}_plug by Jeff Moyer · 6 years ago
  68. 77d0b19 Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  69. 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
  70. 938edb8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  71. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  72. 2e5b2d7 bsg: deprecate BIDI support in bsg by Christoph Hellwig · 6 years ago
  73. 6b45053 blkcg: remove unused __blkg_release_rcu() by Dennis Zhou · 6 years ago
  74. 6ab2187 blkcg: clean up blkg_tryget_closest() by Dennis Zhou · 6 years ago
  75. 8636a1f treewide: surround Kconfig file paths with double quotes by Masahiro Yamada · 6 years ago
  76. 00203ba kyber: use sbitmap add_wait_queue/list_del wait helpers by Jens Axboe · 6 years ago
  77. 3a762de block: save irq state in blkg_lookup_create() by Ming Lei · 6 years ago
  78. 3841746 scsi: block: remove the cluster flag by Christoph Hellwig · 6 years ago
  79. 7b7ab78 block: make request_to_qc_t public by Sagi Grimberg · 6 years ago
  80. cd19181 blk-mq: enable IO poll if .nr_queues of type poll > 0 by Ming Lei · 6 years ago
  81. 3c94d83 blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight() by Jens Axboe · 6 years ago
  82. e5edd5f blk-mq: skip zero-queue maps in blk_mq_map_swqueue by Ming Lei · 6 years ago
  83. 1336981 block: fix blk-iolatency accounting underflow by Dennis Zhou · 6 years ago
  84. c16d6b5 blk-mq: fix dispatch from sw queue by Ming Lei · 6 years ago
  85. 7211aef8 block: mq-deadline: Fix write completion handling by Damien Le Moal · 6 years ago
  86. 5aceaeb blk-mq: only dispatch to non-defauly queue maps if they have queues by Christoph Hellwig · 6 years ago
  87. 346fc10 blk-mq: export hctx->type in debugfs instead of sysfs by Ming Lei · 6 years ago
  88. 07b35eb blk-mq: fix allocation for queue mapping table by Ming Lei · 6 years ago
  89. d19afeb blk-wbt: export internal state via debugfs by Ming Lei · 6 years ago
  90. cc56694 blk-mq-debugfs: support rq_qos by Ming Lei · 6 years ago
  91. d04c406 block: clear REQ_HIPRI if polling is not supported by Christoph Hellwig · 6 years ago
  92. d6a51a9 blk-mq: replace and kill blk_mq_request_issue_directly by Jianchao Wang · 6 years ago
  93. 5b7a6f1 blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests by Jianchao Wang · 6 years ago
  94. 7f556a4 blk-mq: refactor the code of issue request directly by Jianchao Wang · 6 years ago
  95. 4c9770c block: remove the bio_integrity_advance export by Christoph Hellwig · 6 years ago
  96. 7403065 block: remove the bioset_integrity_free export by Christoph Hellwig · 6 years ago
  97. a45eb57 block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exports by Christoph Hellwig · 6 years ago
  98. 0374e11 block: remove the unused bio_iov_iter_get_pages export by Christoph Hellwig · 6 years ago
  99. 637b60a block: remove the blk_recount_segments export by Christoph Hellwig · 6 years ago
  100. 6c210aa block: remove the bio_phys_segments export by Christoph Hellwig · 6 years ago