Age | Commit message (Expand) | Author | Files | Lines |
2021-07-01 | Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -27/+92 |
2021-06-30 | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
2021-06-30 | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 34 | -1757/+2911 |
2021-06-29 | block: fix discard request merge | Ming Lei | 1 | -2/+6 |
2021-06-28 | block/mq-deadline: Remove a WARN_ON_ONCE() call | Bart Van Assche | 1 | -1/+0 |
2021-06-25 | blk-mq: update hctx->dispatch_busy in case of real scheduler | Ming Lei | 1 | -3/+0 |
2021-06-25 | blk: Fix lock inversion between ioc lock and bfqd lock | Jan Kara | 8 | -21/+41 |
2021-06-25 | bfq: Remove merged request already in bfq_requests_merged() | Jan Kara | 1 | -28/+13 |
2021-06-24 | block: pass a gendisk to bdev_disk_changed | Christoph Hellwig | 1 | -12/+10 |
2021-06-24 | block: move bdev_disk_changed | Christoph Hellwig | 1 | -1/+54 |
2021-06-24 | block: add the events* attributes to disk_attrs | Christoph Hellwig | 3 | -19/+10 |
2021-06-24 | block: move the disk events code to a separate file | Christoph Hellwig | 4 | -493/+491 |
2021-06-24 | block: fix trace completion for chained bio | Edward Hsieh | 1 | -7/+6 |
2021-06-22 | block/partitions/msdos: Fix typo inidicator -> indicator | Thomas Bracht Laumann Jespersen | 1 | -1/+1 |
2021-06-22 | block, bfq: reset waker pointer with shared queues | Paolo Valente | 1 | -2/+4 |
2021-06-22 | block, bfq: check waker only for queues with no in-flight I/O | Paolo Valente | 1 | -8/+13 |
2021-06-22 | block, bfq: avoid delayed merge of async queues | Paolo Valente | 1 | -1/+7 |
2021-06-22 | block, bfq: boost throughput by extending queue-merging times | Pietro Pedroni | 1 | -3/+13 |
2021-06-22 | block, bfq: consider also creation time in delayed stable merge | Paolo Valente | 1 | -1/+3 |
2021-06-22 | block, bfq: fix delayed stable merge check | Luca Mariotti | 1 | -1/+1 |
2021-06-22 | block, bfq: let also stably merged queues enjoy weight raising | Paolo Valente | 1 | -1/+14 |
2021-06-22 | blk-wbt: make sure throttle is enabled properly | Zhang Yi | 1 | -1/+5 |
2021-06-22 | blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl... | Zhang Yi | 2 | -2/+4 |
2021-06-22 | block/mq-deadline: Prioritize high-priority requests | Bart Van Assche | 1 | -5/+37 |
2021-06-22 | block/mq-deadline: Add cgroup support | Bart Van Assche | 5 | -14/+308 |
2021-06-22 | block/mq-deadline: Track I/O statistics | Bart Van Assche | 1 | -0/+100 |
2021-06-22 | block/mq-deadline: Add I/O priority support | Bart Van Assche | 1 | -114/+228 |
2021-06-22 | block/mq-deadline: Micro-optimize the batching algorithm | Bart Van Assche | 1 | -6/+5 |
2021-06-22 | block/mq-deadline: Reserve 25% of scheduler tags for synchronous requests | Bart Van Assche | 1 | -0/+55 |
2021-06-22 | block/mq-deadline: Improve the sysfs show and store macros | Bart Van Assche | 1 | -37/+29 |
2021-06-22 | block/mq-deadline: Improve compile-time argument checking | Bart Van Assche | 1 | -47/+49 |
2021-06-22 | block/mq-deadline: Rename dd_init_queue() and dd_exit_queue() | Bart Van Assche | 1 | -4/+4 |
2021-06-22 | block/mq-deadline: Remove two local variables | Bart Van Assche | 1 | -6/+2 |
2021-06-22 | block/mq-deadline: Add two lockdep_assert_held() statements | Bart Van Assche | 1 | -0/+4 |
2021-06-22 | block/mq-deadline: Add several comments | Bart Van Assche | 1 | -0/+18 |
2021-06-22 | block: Introduce the ioprio rq-qos policy | Bart Van Assche | 7 | -0/+299 |
2021-06-22 | block/blk-rq-qos: Move a function from a header file into a C file | Bart Van Assche | 2 | -13/+13 |
2021-06-22 | block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() calls | Bart Van Assche | 1 | -5/+4 |
2021-06-22 | block/Kconfig: Make the BLK_WBT and BLK_WBT_MQ entries consecutive | Bart Van Assche | 1 | -7/+7 |
2021-06-18 | blk-wbt: remove outdated comment | lijiazi | 1 | -1/+0 |
2021-06-18 | block: Remove unnecessary elevator operation checks | Damien Le Moal | 2 | -7/+10 |
2021-06-18 | blk-mq: fix use-after-free in blk_mq_exit_sched | Ming Lei | 1 | -1/+3 |
2021-06-18 | sched: Change task_struct::state | Peter Zijlstra | 1 | -1/+1 |
2021-06-18 | sched: Add get_current_state() | Peter Zijlstra | 1 | -1/+1 |
2021-06-18 | sched: Introduce task_is_running() | Peter Zijlstra | 1 | -1/+1 |
2021-06-17 | block: export blk_next_bio() | Chaitanya Kulkarni | 1 | -0/+1 |
2021-06-16 | block: mark queue init done at the end of blk_register_queue | Ming Lei | 1 | -14/+15 |
2021-06-16 | block: fix race between adding/removing rq qos and normal IO | Ming Lei | 1 | -0/+24 |
2021-06-11 | blk-mq: remove blk_mq_init_sq_queue | Christoph Hellwig | 1 | -22/+0 |
2021-06-11 | blk-mq: add the blk_mq_alloc_disk APIs | Christoph Hellwig | 1 | -0/+19 |