- 2859323 block: fix blk_integrity_register to use template's interval_exp if not 0 by Mike Snitzer · 8 years ago
- 19b7ccf block: get rid of blk_integrity_revalidate() by Ilya Dryomov · 8 years ago
- abc25a6 blk-mq: Fix preempt count imbalance by Bart Van Assche · 8 years ago
- 99c749a blk-stat: kill blk_stat_rq_ddir() by Jens Axboe · 8 years ago
- 246665d blk-mq: Remove blk_mq_sched_move_to_dispatch() by Bart Van Assche · 8 years ago
- 5feeacd blk-mq: add might_sleep check to blk_mq_get_driver_tag() by Jens Axboe · 8 years ago
- 0206319 blk-mq: Fix poll_stat for new size-based bucketing. by Stephen Bates · 8 years ago
- b00c53e blk-mq: fix schedule-while-atomic with scheduler attached by Jens Axboe · 8 years ago
- 720b8cc blk-mq: Add a polling specific stats function by Stephen Bates · 8 years ago
- a37244e blk-stat: convert blk-stat bucket callback to signed by Stephen Bates · 8 years ago
- caf7df1 block: remove the errors field from struct request by Christoph Hellwig · 8 years ago
- 453f834 blk-mq: simplify __blk_mq_complete_request by Christoph Hellwig · 8 years ago
- 08e0029 blk-mq: remove the error argument to blk_mq_complete_request by Christoph Hellwig · 8 years ago
- 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 8 years ago
- b7819b9 block: remove the blk_execute_rq return value by Christoph Hellwig · 8 years ago
- 2bc19cd blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=n by Jens Axboe · 8 years ago
- 659b339 bfq: fix compile error if CONFIG_CGROUPS=n by Jens Axboe · 8 years ago
- 8c9ff1a block, bfq: don't dereference bic before null checking it by Colin Ian King · 8 years ago
- 9a87182 block: Optimize ioprio_best() by Bart Van Assche · 8 years ago
- 0be0dee block: Inline blk_rq_set_prio() by Bart Van Assche · 8 years ago
- da8d7f0 block: Export blk_init_request_from_bio() by Bart Van Assche · 8 years ago
- d0fac02 block: make __blk_end_bidi_request private by Christoph Hellwig · 8 years ago
- fa1a15c block: remove blk_end_request_cur by Christoph Hellwig · 8 years ago
- 314fe91 block: remove blk_end_request_err and __blk_end_request_err by Christoph Hellwig · 8 years ago
- 8330cdb block: Make writeback throttling defaults consistent for SQ devices by Jan Kara · 8 years ago
- ea25da4 block, bfq: split bfq-iosched.c into multiple source files by Paolo Valente · 8 years ago
- 6fa3e8d block, bfq: remove all get and put of I/O contexts by Paolo Valente · 8 years ago
- e1b2324 block, bfq: handle bursts of queue activations by Arianna Avanzini · 8 years ago
- e01eff0 block, bfq: boost the throughput with random I/O on NCQ-capable HDDs by Paolo Valente · 8 years ago
- bf2b79e block, bfq: boost the throughput on NCQ-capable flash-based devices by Paolo Valente · 8 years ago
- 1de0c4c block, bfq: reduce idling only in symmetric scenarios by Arianna Avanzini · 8 years ago
- 36eca89 block, bfq: add Early Queue Merge (EQM) by Arianna Avanzini · 8 years ago
- cfd6971 block, bfq: reduce latency during request-pool saturation by Paolo Valente · 8 years ago
- bcd5642 block, bfq: preserve a low latency also with NCQ-capable drives by Paolo Valente · 8 years ago
- 77b7dce block, bfq: reduce I/O latency for soft real-time applications by Paolo Valente · 8 years ago
- 44e44a1 block, bfq: improve responsiveness by Paolo Valente · 8 years ago
- c074170 block, bfq: add more fairness with writes and slow processes by Paolo Valente · 8 years ago
- ab0e43e block, bfq: modify the peak-rate estimator by Paolo Valente · 8 years ago
- 54b6045 block, bfq: improve throughput boosting by Paolo Valente · 8 years ago
- e21b7a0 block, bfq: add full hierarchical scheduling and cgroups support by Arianna Avanzini · 8 years ago
- aee69d7 block, bfq: introduce the BFQ-v0 I/O scheduler as an extra scheduler by Paolo Valente · 8 years ago
- 00e0439 blk-mq: introduce Kyber multiqueue I/O scheduler by Omar Sandoval · 8 years ago
- c05f852 blk-mq-sched: make completed_request() callback more useful by Omar Sandoval · 8 years ago
- 5b72727 blk-mq: export helpers by Omar Sandoval · 8 years ago
- 229a9287 blk-mq: add shallow depth option for blk_mq_get_tag() by Omar Sandoval · 8 years ago
- 3f19cd2 block: Fix list corruption of blk stats callback list by Jan Kara · 8 years ago
- f5c0b091 blk-mq: Show symbolic names for hctx state and flags by Bart Van Assche · 8 years ago
- 91d6890 blk-mq: Export queue state through /sys/kernel/debug/block/*/state by Bart Van Assche · 8 years ago
- 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
- 71027e9 block: stop using discards for zeroing by Christoph Hellwig · 8 years ago
- cb365b9 block: add a new BLKDEV_ZERO_NOFALLBACK flag by Christoph Hellwig · 8 years ago
- d928be9 block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
- ee472d8 block: add a flags argument to (__)blkdev_issue_zeroout by Christoph Hellwig · 8 years ago
- c20cfc2 block: stop using blkdev_issue_write_same for zeroing by Christoph Hellwig · 8 years ago
- 885fa13 block: implement splitting of REQ_OP_WRITE_ZEROES bios by Christoph Hellwig · 8 years ago
- 591c59d block: sed-opal: Tone down all the pr_* to debugs by Scott Bauer · 8 years ago
- 710c785 blk-mq: Clarify comments in blk_mq_dispatch_rq_list() by Bart Van Assche · 8 years ago
- 705cda9 blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_list by Bart Van Assche · 8 years ago
- d945a36 blk-mq: use true instead of 1 for blk_mq_queue_data.last by Omar Sandoval · 8 years ago
- 807b104 blk-mq: make driver tag failure path easier to follow by Omar Sandoval · 8 years ago
- ee056f9 blk-mq-sched: provide hooks for initializing hardware queue data by Omar Sandoval · 8 years ago
- 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
- 6d8c6c0 blk-mq: Restart a single queue if tag sets are shared by Bart Van Assche · 8 years ago
- 7587a5a blk-mq: Introduce blk_mq_delay_run_hw_queue() by Bart Van Assche · 8 years ago
- fbbaf70 block: trace completion of all bios. by NeilBrown · 8 years ago
- ebe8bdd blk-mq: remap queues when adding/removing hardware queues by Omar Sandoval · 8 years ago
- 54d5329 blk-mq-sched: fix crash in switch error path by Omar Sandoval · 8 years ago
- 9325263 blk-mq-sched: set up scheduler tags when bringing up new queues by Omar Sandoval · 8 years ago
- 6917ff0 blk-mq-sched: refactor scheduler initialization by Omar Sandoval · 8 years ago
- 81380ca blk-mq: use the right hctx when getting a driver tag fails by Omar Sandoval · 8 years ago
- 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
- f2fbc9d blk-mq: Remove blk_mq_queue_data.list by Bart Van Assche · 8 years ago
- 142bbdf cfq: Disable writeback throttling by default by Jan Kara · 8 years ago
- 85003a4 block: fix inheriting request priority from bio by Adam Manzanares · 8 years ago
- bf4907c blk-mq: fix schedule-under-preempt for blocking drivers by Jens Axboe · 8 years ago
- 47d7520 block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle" by Colin Ian King · 8 years ago
- ac77a0c block: do not put mq context in blk_mq_alloc_request_hctx by Minchan Kim · 8 years ago
- 3e06eb3 block: do not put mq context in blk_mq_alloc_request_hctx by Minchan Kim · 8 years ago
- 3e8a706 blk-mq: include errors in did_work calculation by Jens Axboe · 8 years ago
- b58e176 block-mq: don't re-queue if we get a queue error by Josef Bacik · 8 years ago
- 457e490f blkcg: allocate struct blkcg_gq outside request queue spinlock by Tahsin Erdogan · 8 years ago
- d708f0d Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock" by Jens Axboe · 8 years ago
- 48b99c9 blk-mq: fix a typo and a spelling mistake by Jens Axboe · 8 years ago
- 018c259 blk-mq-pci: Fix two spelling mistakes by Sagi Grimberg · 8 years ago
- 02ba889 block: fix leak of q->rq_wb by Omar Sandoval · 8 years ago
- 0c9539a blk-mq: fix leak of q->stats by Omar Sandoval · 8 years ago
- 334335d block: warn if sharing request queue across gendisks by Omar Sandoval · 8 years ago
- d3cfb2a block: block new I/O just after queue is set as dying by Ming Lei · 8 years ago
- 1671d52 block: rename blk_mq_freeze_queue_start() by Ming Lei · 8 years ago
- 5ed61d3 block: add a read barrier in blk_queue_enter() by Ming Lei · 8 years ago
- d9d149a blk-mq: comment on races related with timeout handler by Ming Lei · 8 years ago
- a4ef8e5 blk-mq: don't complete un-started request in timeout handler by Ming Lei · 8 years ago
- 7fc6b87 blkcg: allocate struct blkcg_gq outside request queue spinlock by Tahsin Erdogan · 8 years ago
- 53696b8 blk-throttle: add latency target support by Shaohua Li · 8 years ago
- b9147dd blk-throttle: add a mechanism to estimate IO latency by Shaohua Li · 8 years ago
- 88eeca4 block: track request size in blk_issue_stat by Shaohua Li · 8 years ago
- ec80991 blk-throttle: add interface for per-cgroup target latency by Shaohua Li · 8 years ago
- fa6fb5a blk-throttle: ignore idle cgroup limit by Shaohua Li · 8 years ago
- ada75b6 blk-throttle: add interface to configure idle time threshold by Shaohua Li · 8 years ago
- 9e234ee blk-throttle: add a simple idle detection by Shaohua Li · 8 years ago