summaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei2022-08-251-0/+3
* block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara2022-06-141-1/+1
* bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara2022-06-141-3/+12
* bfq: Get rid of __bio_blkcg() usageJan Kara2022-06-143-51/+25
* bfq: Remove pointless bfq_init_rq() callsJan Kara2022-06-141-6/+6
* bfq: Drop pointless unlock-lock pairJan Kara2022-06-141-3/+0
* bfq: Avoid merging queues with different parentsJan Kara2022-06-141-0/+8
* blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo2022-06-141-58/+64
* bfq: Track whether bfq_group is still onlineJan Kara2022-06-142-1/+4
* bfq: Update cgroup information before merging bioJan Kara2022-06-141-2/+9
* bfq: Split shared queues on move between cgroupsJan Kara2022-06-143-4/+35
* block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei2022-05-254-15/+8
* block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang2022-05-121-1/+1
* block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov2022-04-271-1/+1
* Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente2022-04-151-3/+13
* bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng2022-04-151-7/+8
* block, bfq: don't move oom_bfqqYu Kuai2022-04-151-0/+6
* block: don't delete queue kobject before its childrenEric Biggers2022-04-151-3/+5
* block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo2022-04-151-0/+11
* block: Fix fsync always failed if once failedYe Bin2022-03-081-1/+3
* 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: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso2021-12-141-0/+3
* block: remove inaccurate requeue checkJens Axboe2021-11-171-1/+0
* Revert "block, bfq: honor already-setup queue merges"Jens Axboe2021-10-061-13/+3
* blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin2021-09-301-0/+8
* blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin2021-09-261-0/+1
* block, bfq: honor already-setup queue mergesPaolo Valente2021-09-221-3/+13
* scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig2021-09-221-1/+4
* block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal2021-09-221-1/+1
* blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel2021-09-221-3/+0
* blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel2021-09-221-3/+0
* blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai2021-08-121-1/+5
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-2/+2
* blk-wbt: make sure throttle is enabled properlyZhang Yi2021-07-141-1/+5
* blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2021-07-142-2/+4
* block: fix discard request mergeMing Lei2021-07-141-2/+6
* block: fix race between adding/removing rq qos and normal IOMing Lei2021-07-141-0/+24
* blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche2021-05-191-2/+4
* kyber: fix out of bounds access when preemptedOmar Sandoval2021-05-194-9/+10
* block: only update parent bi_status when bio failYufen Yu2021-04-161-1/+1
* block: recalculate segment count for multi-segment discards correctlyDavid Jeffery2021-03-301-0/+8
* block: Suppress uevent for hidden device when removedDaniel Wagner2021-03-301-3/+1
* blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka2021-03-041-0/+12
* bsg: free the request before return error codePan Bian2021-03-041-1/+3
* bfq: Avoid false bfq queue mergingJan Kara2021-03-041-0/+1
* bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng2021-02-171-4/+4
* blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang2021-02-131-5/+13
* Revert "Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and ...Greg Kroah-Hartman2021-02-071-4/+7