aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-10kyber-iosched: update shallow depth when setting up hardware queueJens Axboe1-0/+3
2018-05-10bfq-iosched: update shallow depth to smallest one usedJens Axboe1-3/+14
2018-05-10bfq-iosched: remove unused variableJens Axboe2-15/+7
2018-05-10bfq: calculate shallow depths at init timeJens Axboe1-47/+50
2018-05-10bfq-iosched: don't worry about reserved tags in limit_depthJens Axboe1-8/+1
2018-05-10blk-mq: don't call into depth limiting for reserved tagsJens Axboe1-2/+4
2018-05-10block, bfq: postpone rq preparation to insert or mergePaolo Valente1-29/+57
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval8-39/+27
2018-05-09block: move blk_stat_add() to __blk_mq_end_request()Omar Sandoval1-4/+5
2018-05-09block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval3-48/+51
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval8-65/+23
2018-05-09block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval1-11/+8
2018-05-09block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval4-46/+45
2018-05-09block: move some wbt helpers to blk-wbt.cOmar Sandoval2-25/+28
2018-05-08blk-wbt: throttle discards like background writesJens Axboe3-21/+32
2018-05-08blk-wbt: pass in enum wbt_flags to get_rq_wait()Jens Axboe2-11/+18
2018-05-08blk-wbt: account any writing command as a writeJens Axboe1-1/+1
2018-05-08block: break discard submissions into the user defined sizeJens Axboe1-3/+9
2018-05-07block: Shorten interrupt disabled regionsThomas Gleixner1-10/+2
2018-05-07block: Remove redundant WARN_ON()Anna-Maria Gleixner1-1/+0
2018-05-07block: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior1-3/+0
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval4-5/+40
2018-04-26blk-mq: count allocated but not started requests in iostats inflightOmar Sandoval1-12/+9
2018-04-25Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei1-3/+31
2018-04-25block: mq: Add some minor doc for core structsLinus Walleij1-0/+3
2018-04-19blkcg: init root blkcg_gq under lockJiang Biao1-6/+11
2018-04-19blkcg: small fix on comment in blkcg_init_queueJiang Biao1-5/+1
2018-04-18blkcg: don't hold blkcg lock when deactivating policyJiang Biao1-5/+0
2018-04-17bfq-iosched: ensure to clear bic/bfqq pointers when preparing requestJens Axboe1-1/+9
2018-04-16blk-mq: start request gstate with gen 1Jianchao Wang2-0/+11
2018-04-14block: do not use interruptible wait anywhereAlan Jenkins1-7/+4
2018-04-11blk-mq: Revert "blk-mq: reimplement blk_mq_hw_queue_mapped"Ming Lei1-1/+1
2018-04-10blk-mq: Avoid that submitting a bio concurrently with device removal triggers a crashBart Van Assche1-6/+29
2018-04-10blk-mq: remove code for dealing with remapping queueMing Lei1-31/+3
2018-04-10blk-mq: reimplement blk_mq_hw_queue_mappedMing Lei1-1/+1
2018-04-10blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue()Ming Lei1-3/+0
2018-04-10blk-mq: remove blk_mq_delay_queue()Ming Lei2-29/+2
2018-04-10blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpuMing Lei1-12/+11
2018-04-10blk-mq: avoid to write intermediate result to hctx->next_cpuMing Lei1-8/+9
2018-04-10blk-mq: don't keep offline CPUs mapped to hctx 0Ming Lei1-5/+0
2018-04-10blk-mq: make sure that correct hctx->next_cpu is setMing Lei1-0/+2
2018-04-10blk-mq: order getting budget and driver tagMing Lei1-11/+10
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds17-426/+695
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-8/+11
2018-04-02blk-mq: Directly schedule q->timeout_work when aborting a requestTejun Heo1-1/+1
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesKeith Busch1-2/+4
2018-03-26block, bfq: lower-bound the estimated peak rate to 1Paolo Valente2-2/+25
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-1/+1
2018-03-21Fix slab name "biovec-(1<<(21-12))"Mikulas Patocka1-2/+2
2018-03-19block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unlock}()Bart Van Assche1-2/+2