summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan2023-03-111-3/+8
* block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen2023-03-111-0/+1
* blk-mq: correct stale comment of .get_budgetKemeng Shi2023-03-111-2/+2
* blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_waitKemeng Shi2023-03-111-1/+5
* blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctxKemeng Shi2023-03-111-2/+1
* block: Limit number of items taken from the I/O scheduler in one goSalman Qazi2023-03-111-13/+51
* blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai2023-02-061-0/+4
* block: fix and cleanup bio_check_roChristoph Hellwig2023-02-061-4/+1
* blk-mq: fix possible memleak when register 'hctx' failedYe Bin2023-01-181-2/+9
* block: unhash blkdev part inode when the part is deletedMing Lei2022-12-191-0/+7
* block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai2022-12-081-0/+4
* block: sed-opal: kmalloc the cmd/resp buffersSerge Semin2022-11-251-4/+28
* block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai2022-11-101-1/+3
* 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