Age | Commit message (Expand) | Author |
2021-01-26 | mtip32xx: prefer pcie_capability_read_word() | Bjorn Helgaas |
2021-01-26 | mtip32xx: use PCI #defines instead of numbers | Bjorn Helgaas |
2021-01-26 | loop: scale loop device by introducing per device lock | Pavel Tatashin |
2021-01-26 | bdev: Do not return EBUSY if bdev discard races with write | Jan Kara |
2021-01-26 | block: inherit BIO_REMAPPED when cloning bios | Christoph Hellwig |
2021-01-26 | bcache: use bio_set_dev to assign ->bi_bdev | Christoph Hellwig |
2021-01-26 | nvme: use bio_set_dev to assign ->bi_bdev | Christoph Hellwig |
2021-01-25 | bfq: bfq_check_waker() should be static | Jens Axboe |
2021-01-25 | block, bfq: make waker-queue detection more robust | Paolo Valente |
2021-01-25 | block, bfq: save also injection state on queue merging | Paolo Valente |
2021-01-25 | block, bfq: save also weight-raised service on queue merging | Paolo Valente |
2021-01-25 | block, bfq: fix switch back from soft-rt weitgh-raising | Paolo Valente |
2021-01-25 | block, bfq: re-evaluate convenience of I/O plugging on rq arrivals | Paolo Valente |
2021-01-25 | block, bfq: replace mechanism for evaluating I/O intensity | Paolo Valente |
2021-01-25 | block: skip bio_check_eod for partition-remapped bios | Christoph Hellwig |
2021-01-25 | bio: don't copy bvec for direct IO | Pavel Begunkov |
2021-01-25 | bio: add a helper calculating nr segments to alloc | Pavel Begunkov |
2021-01-25 | iov_iter: optimise bvec iov_iter_advance() | Pavel Begunkov |
2021-01-25 | target/file: allocate the bvec array as part of struct target_core_file_cmd | Christoph Hellwig |
2021-01-25 | block/psi: remove PSI annotations from direct IO | Pavel Begunkov |
2021-01-25 | bvec/iter: disallow zero-length segment bvecs | Pavel Begunkov |
2021-01-25 | splice: don't generate zero-len segement bvecs | Pavel Begunkov |
2021-01-24 | block: remove unnecessary argument from blk_execute_rq | Guoqing Jiang |
2021-01-24 | block: remove unnecessary argument from blk_execute_rq_nowait | Guoqing Jiang |
2021-01-24 | bsg: free the request before return error code | Pan Bian |
2021-01-24 | bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set' | Ming Lei |
2021-01-24 | block: move three bvec helpers declaration into private helper | Ming Lei |
2021-01-24 | block: set .bi_max_vecs as actual allocated vector number | Ming Lei |
2021-01-24 | block: don't allocate inline bvecs if this bioset needn't bvecs | Ming Lei |
2021-01-24 | block: don't pass BIOSET_NEED_BVECS for q->bio_split | Ming Lei |
2021-01-24 | block: manage bio slab cache by xarray | Ming Lei |
2021-01-24 | bfq: don't duplicate code for different paths | huhai |
2021-01-24 | blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues | Jan Kara |
2021-01-24 | Revert "blk-mq, elevator: Count requests per hctx to improve performance" | Jan Kara |
2021-01-24 | block, bfq: do not expire a queue when it is the only busy one | Paolo Valente |
2021-01-24 | block, bfq: avoid spurious switches to soft_rt of interactive queues | Paolo Valente |
2021-01-24 | block, bfq: do not raise non-default weights | Paolo Valente |
2021-01-24 | block, bfq: increase time window for waker detection | Paolo Valente |
2021-01-24 | block, bfq: set next_rq to waker_bfqq->next_rq in waker injection | Jia Cheng Hu |
2021-01-24 | block, bfq: use half slice_idle as a threshold to check short ttime | Paolo Valente |
2021-01-24 | block: use an xarray for disk->part_tbl | Christoph Hellwig |
2021-01-24 | block: remove DISK_PITER_REVERSE | Christoph Hellwig |
2021-01-24 | block: add a disk_uevent helper | Christoph Hellwig |
2021-01-24 | blk-mq: use ->bi_bdev for I/O accounting | Christoph Hellwig |
2021-01-24 | block: use ->bi_bdev for bio based I/O accounting | Christoph Hellwig |
2021-01-24 | block: do not reassig ->bi_bdev when partition remapping | Christoph Hellwig |
2021-01-24 | block: simplify submit_bio_checks a bit | Christoph Hellwig |
2021-01-24 | block: store a block_device pointer in struct bio | Christoph Hellwig |
2021-01-24 | dcssblk: remove the end of device check in dcssblk_submit_bio | Christoph Hellwig |
2021-01-24 | brd: remove the end of device check in brd_do_bvec | Christoph Hellwig |