aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAge
* Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-05
|\
| * block: add a lower-level bio_add_page interfaceChristoph Hellwig2018-06-01
* | blk-mq: return when hctx is stopped in blk_mq_run_work_fnJianchao Wang2018-06-04
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\ \
| * | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-16
| |/
* | blk-mq: update nr_requests when switching to 'none' schedulerMing Lei2018-06-02
* | block: don't use blocking queue entered for recursive bio submitsJens Axboe2018-06-02
* | block: split the blk-mq case from elevator_initChristoph Hellwig2018-06-01
* | block: move sysfs_lock into elevator_initChristoph Hellwig2018-06-01
* | block: remove the always unused name argument to elevator_initChristoph Hellwig2018-06-01
* | block: unexport elevator_init/exitChristoph Hellwig2018-06-01
* | block: move initialization of elevator-related fields to blk_alloc_queue_nodeChristoph Hellwig2018-06-01
* | block, bfq: prevent soft_rt_next_start from being stuck at infinityDavide Sapienza2018-05-31
* | block, bfq: increase weight-raising duration for interactive appsDavide Sapienza2018-05-31
* | block, bfq: remove slow-system classPaolo Valente2018-05-31
* | block, bfq: add description of weight-raising heuristicsPaolo Valente2018-05-31
* | block, bfq: remove the removal of 'next' rq in bfq_requests_mergedFilippo Muzzini2018-05-31
* | block, bfq: remove wrong check in bfq_requests_mergedPaolo Valente2018-05-31
* | block, bfq: remove wrong lock in bfq_requests_mergedFilippo Muzzini2018-05-31
* | block: fixup bioset_integrity_create() callJens Axboe2018-05-30
* | block: Drop bioset_create()Kent Overstreet2018-05-30
* | block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-30
* | blk-throttle: return proper bool type to caller instead of 0/1Chengguang Xu2018-05-30
* | blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-30
* | blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatchLiu Bo2018-05-30
* | block: kyber: make kyber more friendly with mergingJianchao Wang2018-05-30
* | blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe2018-05-30
* | block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig2018-05-29
* | block: don't print a message when the device went awayChristoph Hellwig2018-05-29
* | blk-mq: simplify blk_mq_rq_timed_outChristoph Hellwig2018-05-29
* | block: remove BLK_EH_HANDLEDChristoph Hellwig2018-05-29
* | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-29
* | blk-mq: Remove generation seqeunceKeith Busch2018-05-29
* | blk-mq: Fix timeout and state orderKeith Busch2018-05-29
* | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-24
* | blk-mq: avoid starving tag allocation after allocating process migratesMing Lei2018-05-24
* | blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche2018-05-22
* | blk-mq: remove wrong 'unlikely' checkhuhai2018-05-22
* | blk-mq: clear hctx->dispatch_from when mappings changehuhai2018-05-18
* | blk-mq: remove redundant insert case in blk_mq_make_request()huhai2018-05-16
* | block: Add sysfs entry for fua supportKent Overstreet2018-05-14
* | block: Export bio check/set pages_dirtyKent Overstreet2018-05-14
* | block: Add warning for bi_next not NULL in bio_endio()Kent Overstreet2018-05-14
* | block: Add missing flush_dcache_page() callKent Overstreet2018-05-14
* | block: Split out bio_list_copy_data()Kent Overstreet2018-05-14
* | block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet2018-05-14
* | block: Use bioset_init() for fs_bio_setKent Overstreet2018-05-14
* | block: Add bioset_init()/bioset_exit()Kent Overstreet2018-05-14
* | block: Convert bio_set to mempool_init()Kent Overstreet2018-05-14
* | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-14