summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block, bfq: increase weight-raising duration for interactive appsDavide Sapienza2018-05-311-11/+15
* block, bfq: remove slow-system classPaolo Valente2018-05-312-105/+46
* block, bfq: add description of weight-raising heuristicsPaolo Valente2018-05-311-24/+56
* block, bfq: remove the removal of 'next' rq in bfq_requests_mergedFilippo Muzzini2018-05-311-7/+0
* block, bfq: remove wrong check in bfq_requests_mergedPaolo Valente2018-05-311-6/+20
* block, bfq: remove wrong lock in bfq_requests_mergedFilippo Muzzini2018-05-311-2/+0
* block: fixup bioset_integrity_create() callJens Axboe2018-05-301-1/+1
* block: Drop bioset_create()Kent Overstreet2018-05-301-48/+13
* 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/+7
* 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/+8
* block: remove BLK_EH_HANDLEDChristoph Hellwig2018-05-292-7/+0
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-292-2/+2
* blk-mq: Remove generation seqeunceKeith Busch2018-05-295-231/+77
* blk-mq: Fix timeout and state orderKeith Busch2018-05-291-1/+1
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-248-80/+73
* 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/+1
* 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/+4
* block: Add bioset_init()/bioset_exit()Kent Overstreet2018-05-141-28/+65
* block: Convert bio_set to mempool_init()Kent Overstreet2018-05-142-34/+31
* 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/+2
* 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/+8
* 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/+7
* 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/+1
* 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/+27
* block: move blk_stat_add() to __blk_mq_end_request()Omar Sandoval2018-05-091-4/+5