aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14block: Export bio check/set pages_dirtyKent Overstreet1-0/+2
2018-05-14block: Add warning for bi_next not NULL in bio_endio()Kent Overstreet2-1/+10
2018-05-14block: Add missing flush_dcache_page() callKent Overstreet1-0/+2
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet1-32/+51
2018-05-14block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet1-20/+24
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet2-5/+4
2018-05-14block: Add bioset_init()/bioset_exit()Kent Overstreet1-28/+65
2018-05-14block: Convert bio_set to mempool_init()Kent Overstreet2-34/+31
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-1/+1
2018-05-14block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMChristoph Hellwig1-3/+2
2018-05-14block: pass an explicit gfp_t to get_requestChristoph Hellwig1-7/+7
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig3-19/+8
2018-05-14block: fix __get_request documentationChristoph Hellwig1-1/+1
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