aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-06-17Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-64/+17
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-15bsg: fix race of bsg_open and bsg_unregisterGravatar Anatoliy Glagolev 1-11/+11
2018-06-15block: remov blk_queue_invalidate_tagsGravatar Christoph Hellwig 1-22/+0
2018-06-15Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusGravatar Jens Axboe 1-29/+0
2018-06-14blk-mq: remove blk_mq_tagset_iterGravatar Christoph Hellwig 1-29/+0
2018-06-14blk-mq: don't time out requests again that are in the timeout handlerGravatar Christoph Hellwig 1-0/+5
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Gravatar Kees Cook 1-2/+2
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Gravatar Kees Cook 1-8/+8
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-3/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-06-11blk-mq: reinit q->tag_set_list entry only after grace periodGravatar Roman Pen 1-2/+1
2018-06-10Merge tag 'for-linus-20180610' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+3
2018-06-09block: fix use-after-free in block flush handlingGravatar Jens Axboe 1-1/+3
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-4/+82
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-6/+16
2018-06-08block: add bioset_init_from_src() helperGravatar Jens Axboe 1-0/+18
2018-06-07block: always set partition number to '0' in blk_partition_remap()Gravatar Hannes Reinecke 1-1/+1
2018-06-06block: pass failfast and driver-specific flags to flush requestsGravatar Hannes Reinecke 1-3/+6
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-33/+63
2018-06-05block: add verifier for cmdline partitionGravatar Wang YanQing 1-0/+57
2018-06-04blk-mq: return when hctx is stopped in blk_mq_run_work_fnGravatar Jianchao Wang 1-1/+1
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: add a lower-level bio_add_page interfaceGravatar Christoph Hellwig 1-33/+63
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: add ioprio_check_cap functionGravatar Adam Manzanares 1-6/+16
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