aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-26/+2
2018-06-02blk-mq: update nr_requests when switching to 'none' schedulerGravatar Ming Lei 1-0/+1
2018-06-02block: don't use blocking queue entered for recursive bio submitsGravatar Jens Axboe 2-1/+13
2018-06-01block: split the blk-mq case from elevator_initGravatar Christoph Hellwig 3-32/+48
2018-06-01block: move sysfs_lock into elevator_initGravatar Christoph Hellwig 5-28/+8
2018-06-01block: remove the always unused name argument to elevator_initGravatar Christoph Hellwig 4-11/+5
2018-06-01block: unexport elevator_init/exitGravatar Christoph Hellwig 2-2/+2
2018-06-01block: move initialization of elevator-related fields to blk_alloc_queue_nodeGravatar Christoph Hellwig 2-5/+5
2018-05-31block, bfq: prevent soft_rt_next_start from being stuck at infinityGravatar Davide Sapienza 1-27/+2
2018-05-31block, bfq: increase weight-raising duration for interactive appsGravatar Davide Sapienza 1-11/+15
2018-05-31block, bfq: remove slow-system classGravatar Paolo Valente 2-105/+46
2018-05-31block, bfq: add description of weight-raising heuristicsGravatar Paolo Valente 1-24/+56
2018-05-31block, bfq: remove the removal of 'next' rq in bfq_requests_mergedGravatar Filippo Muzzini 1-7/+0
2018-05-31block, bfq: remove wrong check in bfq_requests_mergedGravatar Paolo Valente 1-6/+20
2018-05-31block, bfq: remove wrong lock in bfq_requests_mergedGravatar Filippo Muzzini 1-2/+0
2018-05-30block: fixup bioset_integrity_create() callGravatar Jens Axboe 1-1/+1
2018-05-30block: Drop bioset_create()Gravatar Kent Overstreet 1-48/+13
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Gravatar Kent Overstreet 4-31/+34
2018-05-30blk-throttle: return proper bool type to caller instead of 0/1Gravatar Chengguang Xu 1-5/+5
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterGravatar Christoph Hellwig 1-1/+1
2018-05-30blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatchGravatar Liu Bo 1-1/+2
2018-05-30block: kyber: make kyber more friendly with mergingGravatar Jianchao Wang 1-32/+158
2018-05-30blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperGravatar Jens Axboe 1-10/+24
2018-05-29block: remove parent device reference from struct bsg_class_deviceGravatar Christoph Hellwig 2-38/+7
2018-05-29block: don't print a message when the device went awayGravatar Christoph Hellwig 1-2/+2
2018-05-29blk-mq: simplify blk_mq_rq_timed_outGravatar Christoph Hellwig 1-14/+8
2018-05-29block: remove BLK_EH_HANDLEDGravatar Christoph Hellwig 2-7/+0
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEGravatar Christoph Hellwig 2-2/+2
2018-05-29blk-mq: Remove generation seqeunceGravatar Keith Busch 5-231/+77
2018-05-29blk-mq: Fix timeout and state orderGravatar Keith Busch 1-1/+1
2018-05-24block drivers/block: Use octal not symbolic permissionsGravatar Joe Perches 8-80/+73
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesGravatar Ming Lei 1-0/+12
2018-05-22blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersGravatar Bart Van Assche 1-2/+6
2018-05-22blk-mq: remove wrong 'unlikely' checkGravatar huhai 1-1/+1
2018-05-18blk-mq: clear hctx->dispatch_from when mappings changeGravatar huhai 1-0/+1
2018-05-16blk-mq: remove redundant insert case in blk_mq_make_request()Gravatar huhai 1-15/+1
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-26/+2
2018-05-14block: Add sysfs entry for fua supportGravatar Kent Overstreet 1-0/+11
2018-05-14block: Export bio check/set pages_dirtyGravatar Kent Overstreet 1-0/+2
2018-05-14block: Add warning for bi_next not NULL in bio_endio()Gravatar Kent Overstreet 2-1/+10
2018-05-14block: Add missing flush_dcache_page() callGravatar Kent Overstreet 1-0/+2
2018-05-14block: Split out bio_list_copy_data()Gravatar Kent Overstreet 1-32/+51
2018-05-14block: Add bio_copy_data_iter(), zero_fill_bio_iter()Gravatar Kent Overstreet 1-20/+24
2018-05-14block: Use bioset_init() for fs_bio_setGravatar Kent Overstreet 2-5/+4
2018-05-14block: Add bioset_init()/bioset_exit()Gravatar Kent Overstreet 1-28/+65
2018-05-14block: Convert bio_set to mempool_init()Gravatar Kent Overstreet 2-34/+31
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMGravatar Christoph Hellwig 1-1/+1
2018-05-14block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMGravatar Christoph Hellwig 1-3/+2
2018-05-14block: pass an explicit gfp_t to get_requestGravatar Christoph Hellwig 1-7/+7
2018-05-14block: sanitize blk_get_request calling conventionsGravatar Christoph Hellwig 3-19/+8