summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* | | block: fixup bioset_integrity_create() callJens Axboe2018-05-311-1/+1
* | | block: Drop bioset_create()Kent Overstreet2018-05-301-48/+13Star
* | | block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-304-31/+34
* | | blk-throttle: return proper bool type to caller instead of 0/1Chengguang Xu2018-05-301-5/+5
* | | blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-301-1/+1
* | | blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatchLiu Bo2018-05-301-1/+2
* | | block: kyber: make kyber more friendly with mergingJianchao Wang2018-05-301-32/+158
* | | blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe2018-05-301-10/+24
* | | block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig2018-05-292-38/+7Star
* | | block: don't print a message when the device went awayChristoph Hellwig2018-05-291-2/+2
* | | blk-mq: simplify blk_mq_rq_timed_outChristoph Hellwig2018-05-291-14/+8Star
* | | block: remove BLK_EH_HANDLEDChristoph Hellwig2018-05-292-7/+0Star
* | | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-292-2/+2
* | | blk-mq: Remove generation seqeunceKeith Busch2018-05-295-231/+77Star
* | | blk-mq: Fix timeout and state orderKeith Busch2018-05-291-1/+1
* | | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-248-80/+73Star
* | | blk-mq: avoid starving tag allocation after allocating process migratesMing Lei2018-05-241-0/+12
* | | blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche2018-05-221-2/+6
* | | blk-mq: remove wrong 'unlikely' checkhuhai2018-05-221-1/+1
* | | blk-mq: clear hctx->dispatch_from when mappings changehuhai2018-05-181-0/+1
* | | blk-mq: remove redundant insert case in blk_mq_make_request()huhai2018-05-161-15/+1Star
* | | block: Add sysfs entry for fua supportKent Overstreet2018-05-141-0/+11
* | | block: Export bio check/set pages_dirtyKent Overstreet2018-05-141-0/+2
* | | block: Add warning for bi_next not NULL in bio_endio()Kent Overstreet2018-05-142-1/+10
* | | block: Add missing flush_dcache_page() callKent Overstreet2018-05-141-0/+2
* | | block: Split out bio_list_copy_data()Kent Overstreet2018-05-141-32/+51
* | | block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet2018-05-141-20/+24
* | | block: Use bioset_init() for fs_bio_setKent Overstreet2018-05-142-5/+4Star
* | | block: Add bioset_init()/bioset_exit()Kent Overstreet2018-05-141-28/+65
* | | block: Convert bio_set to mempool_init()Kent Overstreet2018-05-142-34/+31Star
* | | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-1/+1
* | | block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMChristoph Hellwig2018-05-141-3/+2Star
* | | block: pass an explicit gfp_t to get_requestChristoph Hellwig2018-05-141-7/+7
* | | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-143-19/+8Star
* | | block: fix __get_request documentationChristoph Hellwig2018-05-141-1/+1
* | | kyber-iosched: update shallow depth when setting up hardware queueJens Axboe2018-05-101-0/+3
* | | bfq-iosched: update shallow depth to smallest one usedJens Axboe2018-05-101-3/+14
* | | bfq-iosched: remove unused variableJens Axboe2018-05-102-15/+7Star
* | | bfq: calculate shallow depths at init timeJens Axboe2018-05-101-47/+50
* | | bfq-iosched: don't worry about reserved tags in limit_depthJens Axboe2018-05-101-8/+1Star
* | | blk-mq: don't call into depth limiting for reserved tagsJens Axboe2018-05-101-2/+4
* | | block, bfq: postpone rq preparation to insert or mergePaolo Valente2018-05-101-29/+57
* | | block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-098-39/+27Star
* | | block: move blk_stat_add() to __blk_mq_end_request()Omar Sandoval2018-05-091-4/+5
* | | block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval2018-05-093-48/+51
* | | block: get rid of struct blk_issue_statOmar Sandoval2018-05-098-65/+23Star
* | | block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval2018-05-091-11/+8Star
* | | block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval2018-05-094-46/+45Star
* | | block: move some wbt helpers to blk-wbt.cOmar Sandoval2018-05-092-25/+28
* | | blk-wbt: throttle discards like background writesJens Axboe2018-05-083-21/+32