aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-08-17blk-mq: fix kernel panic during iterating over flush requestGravatar Ming Lei 2-1/+8
2021-08-17blk-mq: don't grab rq's refcount in blk_mq_check_expired()Gravatar Ming Lei 1-25/+5
2021-08-13blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_QUEUE_SHAREDGravatar Yu Kuai 1-2/+4
2021-08-11Revert "block/mq-deadline: Add cgroup support"Gravatar Tejun Heo 5-307/+14
2021-08-09blk-iocost: fix lockdep warning on blkcg->lockGravatar Ming Lei 1-4/+4
2021-08-06kyber: make trace_block_rq call consistent with documentationGravatar Vincent Fu 1-1/+1
2021-08-05block/partitions/ldm.c: Fix a kernel-doc warningGravatar Bart Van Assche 1-1/+1
2021-08-05blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Gravatar Yu Kuai 1-1/+5
2021-07-27block: delay freeing the gendiskGravatar Christoph Hellwig 1-2/+1
2021-07-27blk-iocost: fix operation ordering in iocg_wake_fn()Gravatar Tejun Heo 1-5/+6
2021-07-27blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handlingGravatar John Garry 1-13/+4
2021-07-07blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsGravatar Yu Kuai 1-0/+15
2021-07-07block: fix the problem of io_ticks becoming smallerGravatar Chunguang Xu 1-1/+1
2021-07-01block: remove the bdgrab in blk_drop_partitionsGravatar Christoph Hellwig 1-5/+1
2021-07-01block: grab a device refcount in disk_ueventGravatar Christoph Hellwig 1-2/+2
2021-06-30block: check disk exist before trying to add partitionGravatar Yufen Yu 1-7/+16
2021-06-30block: return errors from blk_execute_rq()Gravatar Keith Busch 1-2/+5
2021-06-30block: support polling through blk_execute_rqGravatar Keith Busch 1-1/+17
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Gravatar Christoph Hellwig 4-7/+5
2021-06-30block: mark blk_mq_init_queue_data staticGravatar Christoph Hellwig 1-2/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 34-1757/+2911
2021-06-29block: fix discard request mergeGravatar Ming Lei 1-2/+6
2021-06-27block/mq-deadline: Remove a WARN_ON_ONCE() callGravatar Bart Van Assche 1-1/+0
2021-06-25blk-mq: update hctx->dispatch_busy in case of real schedulerGravatar Ming Lei 1-3/+0
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockGravatar Jan Kara 8-21/+41
2021-06-24bfq: Remove merged request already in bfq_requests_merged()Gravatar Jan Kara 1-28/+13
2021-06-24block: pass a gendisk to bdev_disk_changedGravatar Christoph Hellwig 1-12/+10
2021-06-24block: move bdev_disk_changedGravatar Christoph Hellwig 1-1/+54
2021-06-24block: add the events* attributes to disk_attrsGravatar Christoph Hellwig 3-19/+10
2021-06-24block: move the disk events code to a separate fileGravatar Christoph Hellwig 4-493/+491
2021-06-24block: fix trace completion for chained bioGravatar Edward Hsieh 1-7/+6
2021-06-21block/partitions/msdos: Fix typo inidicator -> indicatorGravatar Thomas Bracht Laumann Jespersen 1-1/+1
2021-06-21block, bfq: reset waker pointer with shared queuesGravatar Paolo Valente 1-2/+4
2021-06-21block, bfq: check waker only for queues with no in-flight I/OGravatar Paolo Valente 1-8/+13
2021-06-21block, bfq: avoid delayed merge of async queuesGravatar Paolo Valente 1-1/+7
2021-06-21block, bfq: boost throughput by extending queue-merging timesGravatar Pietro Pedroni 1-3/+13
2021-06-21block, bfq: consider also creation time in delayed stable mergeGravatar Paolo Valente 1-1/+3
2021-06-21block, bfq: fix delayed stable merge checkGravatar Luca Mariotti 1-1/+1
2021-06-21block, bfq: let also stably merged queues enjoy weight raisingGravatar Paolo Valente 1-1/+14
2021-06-21blk-wbt: make sure throttle is enabled properlyGravatar Zhang Yi 1-1/+5
2021-06-21blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Gravatar Zhang Yi 2-2/+4
2021-06-21block/mq-deadline: Prioritize high-priority requestsGravatar Bart Van Assche 1-5/+37
2021-06-21block/mq-deadline: Add cgroup supportGravatar Bart Van Assche 5-14/+308
2021-06-21block/mq-deadline: Track I/O statisticsGravatar Bart Van Assche 1-0/+100
2021-06-21block/mq-deadline: Add I/O priority supportGravatar Bart Van Assche 1-114/+228
2021-06-21block/mq-deadline: Micro-optimize the batching algorithmGravatar Bart Van Assche 1-6/+5
2021-06-21block/mq-deadline: Reserve 25% of scheduler tags for synchronous requestsGravatar Bart Van Assche 1-0/+55
2021-06-21block/mq-deadline: Improve the sysfs show and store macrosGravatar Bart Van Assche 1-37/+29
2021-06-21block/mq-deadline: Improve compile-time argument checkingGravatar Bart Van Assche 1-47/+49