| Commit message (Expand) | Author | Age | Files | Lines |
* | bfq: bfq_check_waker() should be static | Jens Axboe | 2021-01-26 | 1 | -1/+2 |
* | block, bfq: make waker-queue detection more robust | Paolo Valente | 2021-01-25 | 2 | -110/+108 |
* | block, bfq: save also injection state on queue merging | Paolo Valente | 2021-01-25 | 2 | -0/+13 |
* | block, bfq: save also weight-raised service on queue merging | Paolo Valente | 2021-01-25 | 2 | -0/+3 |
* | block, bfq: fix switch back from soft-rt weitgh-raising | Paolo Valente | 2021-01-25 | 1 | -2/+20 |
* | block, bfq: re-evaluate convenience of I/O plugging on rq arrivals | Paolo Valente | 2021-01-25 | 1 | -5/+19 |
* | block, bfq: replace mechanism for evaluating I/O intensity | Paolo Valente | 2021-01-25 | 2 | -27/+52 |
* | block: skip bio_check_eod for partition-remapped bios | Christoph Hellwig | 2021-01-25 | 1 | -5/+6 |
* | bio: don't copy bvec for direct IO | Pavel Begunkov | 2021-01-25 | 1 | -38/+29 |
* | block/psi: remove PSI annotations from direct IO | Pavel Begunkov | 2021-01-25 | 1 | -0/+6 |
* | block: remove unnecessary argument from blk_execute_rq | Guoqing Jiang | 2021-01-25 | 3 | -6/+5 |
* | block: remove unnecessary argument from blk_execute_rq_nowait | Guoqing Jiang | 2021-01-25 | 1 | -6/+4 |
* | bsg: free the request before return error code | Pan Bian | 2021-01-25 | 1 | -1/+3 |
* | block: move three bvec helpers declaration into private helper | Ming Lei | 2021-01-25 | 1 | -0/+4 |
* | block: set .bi_max_vecs as actual allocated vector number | Ming Lei | 2021-01-25 | 1 | -1/+2 |
* | block: don't allocate inline bvecs if this bioset needn't bvecs | Ming Lei | 2021-01-25 | 1 | -2/+5 |
* | block: don't pass BIOSET_NEED_BVECS for q->bio_split | Ming Lei | 2021-01-25 | 1 | -1/+1 |
* | block: manage bio slab cache by xarray | Ming Lei | 2021-01-25 | 1 | -67/+49 |
* | bfq: don't duplicate code for different paths | huhai | 2021-01-25 | 1 | -3/+0 |
* | blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues | Jan Kara | 2021-01-25 | 2 | -6/+61 |
* | Revert "blk-mq, elevator: Count requests per hctx to improve performance" | Jan Kara | 2021-01-25 | 3 | -12/+0 |
* | block, bfq: do not expire a queue when it is the only busy one | Paolo Valente | 2021-01-25 | 1 | -2/+20 |
* | block, bfq: avoid spurious switches to soft_rt of interactive queues | Paolo Valente | 2021-01-25 | 1 | -20/+37 |
* | block, bfq: do not raise non-default weights | Paolo Valente | 2021-01-25 | 1 | -3/+7 |
* | block, bfq: increase time window for waker detection | Paolo Valente | 2021-01-25 | 1 | -1/+1 |
* | block, bfq: set next_rq to waker_bfqq->next_rq in waker injection | Jia Cheng Hu | 2021-01-25 | 1 | -1/+1 |
* | block, bfq: use half slice_idle as a threshold to check short ttime | Paolo Valente | 2021-01-25 | 1 | -3/+4 |
* | block: use an xarray for disk->part_tbl | Christoph Hellwig | 2021-01-25 | 4 | -178/+19 |
* | block: remove DISK_PITER_REVERSE | Christoph Hellwig | 2021-01-25 | 1 | -30/+7 |
* | block: add a disk_uevent helper | Christoph Hellwig | 2021-01-25 | 1 | -13/+14 |
* | blk-mq: use ->bi_bdev for I/O accounting | Christoph Hellwig | 2021-01-25 | 3 | -51/+5 |
* | block: use ->bi_bdev for bio based I/O accounting | Christoph Hellwig | 2021-01-25 | 1 | -10/+13 |
* | block: do not reassig ->bi_bdev when partition remapping | Christoph Hellwig | 2021-01-25 | 1 | -2/+3 |
* | block: simplify submit_bio_checks a bit | Christoph Hellwig | 2021-01-25 | 1 | -25/+14 |
* | block: store a block_device pointer in struct bio | Christoph Hellwig | 2021-01-25 | 12 | -69/+55 |
* | block: propagate BLKROSET on the whole device to all partitions | Christoph Hellwig | 2021-01-25 | 1 | -2/+1 |
* | block: add a hard-readonly flag to struct gendisk | Christoph Hellwig | 2021-01-25 | 3 | -19/+21 |
* | block: remove the NULL bdev check in bdev_read_only | Christoph Hellwig | 2021-01-25 | 1 | -3/+0 |
* | Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-01-10 | 4 | -13/+23 |
|\ |
|
| * | blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHARED | John Garry | 2021-01-08 | 1 | -0/+1 |
| * | block: fix use-after-free in disk_part_iter_next | Ming Lei | 2021-01-05 | 1 | -4/+7 |
| * | bfq: Fix computation of shallow depth | Jan Kara | 2021-01-05 | 1 | -4/+4 |
| * | blk-iocost: fix NULL iocg deref from racing against initialization | Tejun Heo | 2021-01-05 | 1 | -5/+11 |
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2021-01-01 | 5 | -20/+27 |
|\ \
| |/
|/| |
|
| * | scsi: block: Do not accept any requests while suspended | Alan Stern | 2020-12-09 | 2 | -8/+13 |
| * | scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT | Bart Van Assche | 2020-12-09 | 3 | -7/+3 |
| * | scsi: block: Introduce BLK_MQ_REQ_PM | Bart Van Assche | 2020-12-09 | 2 | -3/+6 |
| * | scsi: block: Fix a race in the runtime power management code | Bart Van Assche | 2020-12-09 | 1 | -6/+9 |
* | | block: add debugfs stanza for QUEUE_FLAG_NOWAIT | Andres Freund | 2020-12-30 | 1 | -0/+1 |
* | | block: update some copyrights | Christoph Hellwig | 2020-12-22 | 2 | -0/+3 |