summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-084-4/+82
|\
| * block: add bioset_init_from_src() helperJens Axboe2018-06-081-0/+18
| * block: always set partition number to '0' in blk_partition_remap()Hannes Reinecke2018-06-071-1/+1
| * block: pass failfast and driver-specific flags to flush requestsHannes Reinecke2018-06-061-3/+6
| * block: add verifier for cmdline partitionWang YanQing2018-06-051-0/+57
* | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-081-6/+16
|\ \
| * | block: add ioprio_check_cap functionAdam Manzanares2018-05-311-6/+16
* | | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-051-33/+63
|\ \ \ | |_|/ |/| |
| * | block: add a lower-level bio_add_page interfaceChristoph Hellwig2018-06-011-33/+63
* | | blk-mq: return when hctx is stopped in blk_mq_run_work_fnJianchao Wang2018-06-041-1/+1
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-26/+2
|\ \ \
| * | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-26/+2
| |/ /
* | | blk-mq: update nr_requests when switching to 'none' schedulerMing Lei2018-06-021-0/+1
* | | block: don't use blocking queue entered for recursive bio submitsJens Axboe2018-06-022-1/+13
* | | block: split the blk-mq case from elevator_initChristoph Hellwig2018-06-013-32/+48
* | | block: move sysfs_lock into elevator_initChristoph Hellwig2018-06-015-28/+8
* | | block: remove the always unused name argument to elevator_initChristoph Hellwig2018-06-014-11/+5
* | | block: unexport elevator_init/exitChristoph Hellwig2018-06-012-2/+2
* | | block: move initialization of elevator-related fields to blk_alloc_queue_nodeChristoph Hellwig2018-06-012-5/+5
* | | block, bfq: prevent soft_rt_next_start from being stuck at infinityDavide Sapienza2018-05-311-27/+2
* | | 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
OpenPOWER on IntegriCloud