1. 26b4cf2 bfq: Re-enable auto-loading when built as a module by Ben Hutchings · 7 years ago
  2. 5034435 block: Make blk_dequeue_request() static by Damien Le Moal · 7 years ago
  3. e9a823f block: fix warning when I/O elevator is changed as request_queue is being removed by David Jeffery · 7 years ago
  4. 235f8da block, scheduler: convert xxx_var_store to void by weiping zhang · 7 years ago
  5. 4c18c9e blkcg: avoid free blkcg_root when failed to alloc blkcg policy by weiping zhang · 7 years ago
  6. 3140c3c block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH rename by Omar Sandoval · 7 years ago
  7. 6a934bb compat_hdio_ioctl: Fix a declaration by Bart Van Assche · 7 years ago
  8. 4757084 block: remove blk_free_devt in add_partition by weiping zhang · 7 years ago
  9. 97e0546 bio-integrity: Fix regression if profile verify_fn is NULL by Milan Broz · 7 years ago
  10. 37dcd65 block, bfq: fix error handle in bfq_init by weiping zhang · 7 years ago
  11. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  12. 807d4af block: add a __disk_get_part helper by Christoph Hellwig · 7 years ago
  13. de65b01 block: reject attempts to allocate more than DISK_MAX_PARTS partitions by Christoph Hellwig · 7 years ago
  14. 130d733 block: Warn if blk_queue_rq_timed_out() is called for a blk-mq queue by Bart Van Assche · 7 years ago
  15. 4ddd56b block: Relax a check in blk_start_queue() by Bart Van Assche · 7 years ago
  16. 6d2cf6f genhd: Annotate all part and part_tbl pointer dereferences by Bart Van Assche · 7 years ago
  17. f846593 blk-mq-debugfs: Declare a local symbol static by Bart Van Assche · 7 years ago
  18. d352ae2 blk-mq: Make blk_mq_reinit_tagset() calls easier to read by Bart Van Assche · 7 years ago
  19. 37f02e5 block: Unexport blk_queue_end_tag() by Bart Van Assche · 7 years ago
  20. 4d60621 block: Fix two comments that refer to .queue_rq() return values by Bart Van Assche · 7 years ago
  21. b3193bc cfq: Give a chance for arming slice idle timer in case of group_idle by Ritesh Harjani · 7 years ago
  22. edaf942 block, bfq: boost throughput with flash-based non-queueing devices by Paolo Valente · 7 years ago
  23. d5be3fe block,bfq: refactor device-idling logic by Paolo Valente · 7 years ago
  24. e743eb1 block: remove unused syncfull/asyncfull queue flags by Jens Axboe · 7 years ago
  25. b8d62b3 blk-mq: enable checking two part inflight counts at the same time by Jens Axboe · 7 years ago
  26. f299b7c blk-mq: provide internal in-flight variant by Jens Axboe · 7 years ago
  27. 0609e0e block: make part_in_flight() take an array of two ints by Jens Axboe · 7 years ago
  28. d62e26b block: pass in queue to inflight accounting by Jens Axboe · 8 years ago
  29. 7f5562d blk-mq-tag: check for NULL rq when iterating tags by Jens Axboe · 7 years ago
  30. 9346beb bio-integrity: move the bio integrity profile check earlier in bio_integrity_prep by Christoph Hellwig · 7 years ago
  31. 3d289d6 block: Add comment to submit_bio_wait() by Jan Kara · 7 years ago
  32. b7a71e6 blk-mq: add warning to __blk_mq_run_hw_queue() for ints disabled by Jens Axboe · 7 years ago
  33. 18e9781 blk-mq: blk_mq_requeue_work() doesn't need to save IRQ flags by Jens Axboe · 7 years ago
  34. 35fe6d7 block: use standard blktrace API to output cgroup info for debug notes by Shaohua Li · 7 years ago
  35. 007cc56 block: always attach cgroup info into bio by Shaohua Li · 7 years ago
  36. 76451d7 blk-mq: map queues to all present CPUs by Christoph Hellwig · 7 years ago
  37. 765e40b block: disable runtime-pm for blk-mq by Christoph Hellwig · 7 years ago
  38. 3f7cb4f bfq: dispatch request to prevent queue stalling after the request completion by Hou Tao · 7 years ago
  39. 38c9140 bfq: fix typos in comments about B-WF2Q+ algorithm by Hou Tao · 7 years ago
  40. 130568d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  41. b222dd2 block: call bio_uninit in bio_endio by Shaohua Li · 7 years ago
  42. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  43. 615d22a block: Fix __blkdev_issue_zeroout loop by Damien Le Moal · 8 years ago
  44. ea4d12d bio-integrity: fix boolreturn.cocci warnings by kbuild test robot · 8 years ago
  45. 03ffbcd Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  46. 7c20f11 bio-integrity: stop abusing bi_end_io by Christoph Hellwig · 8 years ago
  47. 63573e3 bio-integrity: Restore original iterator on verify stage by Dmitry Monakhov · 8 years ago
  48. 128b6f9 t10-pi: Move opencoded contants to common header by Dmitry Monakhov · 8 years ago
  49. e23947b bio-integrity: fold bio_integrity_enabled to bio_integrity_prep by Dmitry Monakhov · 8 years ago
  50. fbd08e7 bio-integrity: fix interface for bio_integrity_trim by Dmitry Monakhov · 8 years ago
  51. 309a62f bio-integrity: bio_integrity_advance must update integrity seed by Dmitry Monakhov · 8 years ago
  52. 376a78a bio-integrity: bio_trim should truncate integrity vector accordingly by Dmitry Monakhov · 8 years ago
  53. 32825c4 blk-mq-sched: fix performance regression of mq-deadline by Ming Lei · 8 years ago
  54. 431b17f block, bfq: don't change ioprio class for a bfq_queue on a service tree by Paolo Valente · 8 years ago
  55. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  56. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  57. 81e3e04 Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 8 years ago
  58. 3013838 compat_hdio_ioctl: get rid of set_fs() by Al Viro · 8 years ago
  59. 229b53c take floppy compat ioctls to sodding floppy.c by Al Viro · 8 years ago
  60. fe63145 blk-mq: map all HWQ also in hyperthreaded system by Max Gurtovoy · 8 years ago
  61. 9ae3b3f5 block: provide bio_uninit() free freeing integrity/task associations by Jens Axboe · 8 years ago
  62. 4b855ad blk-mq: Create hctx for each present CPU by Christoph Hellwig · 8 years ago
  63. 5f042e7 blk-mq: Include all present CPUs in the default queue mapping by Christoph Hellwig · 8 years ago
  64. 13c931b block, bfq: update wr_busy_queues if needed on a queue split by Paolo Valente · 8 years ago
  65. 8fc4504 block: don't set bounce limit in blk_init_queue by Christoph Hellwig · 8 years ago
  66. 0bf6595e block: don't set bounce limit in blk_init_allocated_queue by Christoph Hellwig · 8 years ago
  67. 46685d1 blk-mq: don't bounce by default by Christoph Hellwig · 8 years ago
  68. 0b0bcac block: don't bother with bounce limits for make_request drivers by Christoph Hellwig · 8 years ago
  69. 1c4bc3a block: remove the queue_bounce_pfn helper by Christoph Hellwig · 8 years ago
  70. 3bce016 block: move bounce declarations to block/blk.h by Christoph Hellwig · 8 years ago
  71. caa4b024 blk-map: call blk_queue_bounce from blk_rq_append_bio by Christoph Hellwig · 8 years ago
  72. f793dfd blk-mq: expose write hints through debugfs by Jens Axboe · 8 years ago
  73. cb6934f block: add support for write hints in a bio by Jens Axboe · 8 years ago
  74. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  75. f95a0d6 Merge commit '8e8320c9315c' into for-4.13/block by Jens Axboe · 8 years ago
  76. a9590fe blk-mq: remove double set queue_num by weiping · 8 years ago
  77. 852ec80 blk-mq: Make it safe to quiesce and unquiesce from an interrupt handler by Bart Van Assche · 8 years ago
  78. 34bd9c1 block: Fix off-by-one errors in blk_status_to_errno() and print_req_error() by Bart Van Assche · 8 years ago
  79. e0fc443a block: Declare local symbols static by Bart Van Assche · 8 years ago
  80. e29387e block: Add fallthrough markers to switch statements by Bart Van Assche · 8 years ago
  81. 8e8320c blk-mq: fix performance regression with shared tags by Jens Axboe · 8 years ago
  82. 5435c02 blk-mq: Warn when attempting to run a hardware queue that is not mapped by Bart Van Assche · 8 years ago
  83. edf8ff5 block: Constify disk_type by Bart Van Assche · 8 years ago
  84. 7b60781 blk-mq: Document locking assumptions by Bart Van Assche · 8 years ago
  85. 332ebbf block: Document what queue type each function is intended for by Bart Van Assche · 8 years ago
  86. 2fff8a9 block: Check locking assumptions at runtime by Bart Van Assche · 8 years ago
  87. c3a148d blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init() by Bart Van Assche · 8 years ago
  88. c8d9cf2 block: Change argument type of scsi_req_init() by Bart Van Assche · 8 years ago
  89. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 8 years ago
  90. d280bab block: Introduce request_queue.initialize_rq_fn() by Bart Van Assche · 8 years ago
  91. cd6ce14 block: Make request operation type argument declarations consistent by Bart Van Assche · 8 years ago
  92. 0731967 blk-mq: Reduce blk_mq_hw_ctx size by Bart Van Assche · 8 years ago
  93. 03a07c9 block: return on congested block device by Goldwyn Rodrigues · 8 years ago
  94. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 8 years ago
  95. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  96. 641a9ed Revert "blk-mq: don't use sync workqueue flushing from drivers" by Ming Lei · 8 years ago
  97. 39a70c7 blk-mq: clarify dispatch may not be drained/blocked by stopping queue by Ming Lei · 8 years ago
  98. 1d9e9bc blk-mq: don't stop queue for quiescing by Ming Lei · 8 years ago
  99. 69e07c4 blk-mq: update comments on blk_mq_quiesce_queue() by Ming Lei · 8 years ago
  100. f4560ff blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue by Ming Lei · 8 years ago