summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: fix default IO priority handling againJan Kara2022-08-112-2/+3
* block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo2022-07-123-12/+13
* block: only mark bio as tracked if it really is trackedJens Axboe2022-07-121-2/+3
* block: use bdev_get_queue() in bio.cPavel Begunkov2022-07-121-5/+5
* block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche2022-06-221-0/+2
* block: make bioset_exit() fully resilient against being called twiceJens Axboe2022-06-141-0/+1
* block: take destination bvec offsets into account in bio_copy_data_iterChristoph Hellwig2022-06-141-3/+5
* blk-mq: don't touch ->tagset in blk_mq_get_sq_hctxMing Lei2022-06-141-4/+3
* block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara2022-06-091-6/+2
* blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo2022-06-091-58/+64
* bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara2022-06-091-3/+12
* bfq: Get rid of __bio_blkcg() usageJan Kara2022-06-093-52/+25
* bfq: Track whether bfq_group is still onlineJan Kara2022-06-092-1/+4
* bfq: Remove pointless bfq_init_rq() callsJan Kara2022-06-091-6/+6
* bfq: Drop pointless unlock-lock pairJan Kara2022-06-091-3/+0
* bfq: Update cgroup information before merging bioJan Kara2022-06-091-2/+9
* bfq: Split shared queues on move between cgroupsJan Kara2022-06-093-4/+35
* bfq: Avoid merging queues with different parentsJan Kara2022-06-091-0/+8
* bfq: Avoid false marking of bic as stably mergedJan Kara2022-06-091-3/+6
* bfq: Allow current waker to defend against a tentative oneJan Kara2022-06-091-2/+1
* bfq: Relax waker detection for shared queuesJan Kara2022-06-092-2/+4
* iocost: don't reset the inuse weight of under-weighted debtorsTejun Heo2022-05-091-1/+11
* block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov2022-04-271-1/+1
* block: simplify the block device syncing codeChristoph Hellwig2022-04-271-3/+14
* block: remove __sync_blockdevChristoph Hellwig2022-04-271-5/+6
* block: fix offset/size check in bio_trim()Ming Lei2022-04-201-1/+1
* block: Fix the maximum minor value is blk_alloc_ext_minor()Christophe JAILLET2022-04-081-1/+1
* Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente2022-04-081-3/+13
* bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng2022-04-081-7/+8
* block, bfq: don't move oom_bfqqYu Kuai2022-04-081-0/+6
* block/bfq_wf2q: correct weight to ioprioYahu Gao2022-04-081-1/+1
* block: don't delete queue kobject before its childrenEric Biggers2022-04-081-3/+5
* blk-cgroup: set blkg iostat after percpu stat aggregationChengming Zhou2022-04-081-5/+5
* block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo2022-04-081-0/+11
* block: limit request dispatch loop durationShin'ichiro Kawasaki2022-04-081-1/+8
* block: release rq qos structures for queue without diskMing Lei2022-03-231-0/+4
* block: drop unused includes in <linux/genhd.h>Christoph Hellwig2022-03-163-0/+3
* block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang2022-03-081-1/+1
* block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2022-02-232-8/+16
* block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu2022-02-232-2/+2
* block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen2022-02-081-1/+1
* block: Fix wrong offset in bio_truncate()OGAWA Hirofumi2022-02-011-1/+2
* block: add bio_start_io_acct_time() to control start_timeMike Snitzer2022-02-011-6/+19
* block: Fix fsync always failed if once failedYe Bin2022-01-271-1/+3
* block: fix async_depth sysfs interface for mq-deadlineJens Axboe2022-01-271-2/+2
* block: check minor range in device_add_disk()Tetsuo Handa2022-01-271-0/+2
* scsi: block: pm: Always set request queue runtime active in blk_post_runtime_...Alan Stern2022-01-271-15/+7
* block: fix error unwinding in device_add_diskChristoph Hellwig2022-01-271-7/+6
* bfq: Do not let waker requests skip proper accountingJan Kara2022-01-271-43/+1
* iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo2021-12-221-1/+8