summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-141-2/+0
|\
| * bsg: fix bogus EINVAL on non-data commandsTony Battersby2018-07-111-2/+0
* | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-302-0/+16
|\|
| * blk-mq: don't queue more if we get a busy returnJens Axboe2018-06-291-0/+12
| * block: Fix cloning of requests with a special payloadBart Van Assche2018-06-281-0/+4
* | Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-247-14/+6
|\|
| * blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche2018-06-232-1/+1
| * block: sed-opal: Fix a couple off by one bugsDan Carpenter2018-06-201-2/+2
| * blk-mq-debugfs: Off by one in blk_mq_rq_state_name()Dan Carpenter2018-06-201-1/+1
| * Revert "block: Add warning for bi_next not NULL in bio_endio()"Bart Van Assche2018-06-192-10/+1
| * block: fix timeout changes for legacy request driversChristoph Hellwig2018-06-191-0/+1
* | Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-174-64/+17
|\|
| * bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev2018-06-151-11/+11
| * block: remov blk_queue_invalidate_tagsChristoph Hellwig2018-06-151-22/+0
| * Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-06-151-29/+0
| |\
| | * blk-mq: remove blk_mq_tagset_iterChristoph Hellwig2018-06-141-29/+0
| * | blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig2018-06-141-0/+5
| * | blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen2018-06-111-2/+1
* | | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* | | treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-121-2/+2
* | | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-8/+8
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-3/+4
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
|/ /
* | Merge tag 'for-linus-20180610' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-101-1/+3
|\|
| * block: fix use-after-free in block flush handlingJens Axboe2018-06-091-1/+3
* | 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