summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-05-30block: Drop bioset_create()Kent Overstreet1-48/+13
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet4-31/+34
2018-05-30blk-throttle: return proper bool type to caller instead of 0/1Chengguang Xu1-5/+5
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig1-1/+1
2018-05-30blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatchLiu Bo1-1/+2
2018-05-30block: kyber: make kyber more friendly with mergingJianchao Wang1-32/+158
2018-05-30blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe1-10/+24
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig2-38/+7
2018-05-29block: don't print a message when the device went awayChristoph Hellwig1-2/+2
2018-05-29blk-mq: simplify blk_mq_rq_timed_outChristoph Hellwig1-14/+8
2018-05-29block: remove BLK_EH_HANDLEDChristoph Hellwig2-7/+0
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2-2/+2
2018-05-29blk-mq: Remove generation seqeunceKeith Busch5-231/+77
2018-05-29blk-mq: Fix timeout and state orderKeith Busch1-1/+1
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches8-80/+73
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesMing Lei1-0/+12
2018-05-22blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche1-2/+6
2018-05-22blk-mq: remove wrong 'unlikely' checkhuhai1-1/+1
2018-05-18blk-mq: clear hctx->dispatch_from when mappings changehuhai1-0/+1
2018-05-16blk-mq: remove redundant insert case in blk_mq_make_request()huhai1-15/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-26/+2
2018-05-14block: Add sysfs entry for fua supportKent Overstreet1-0/+11
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