summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: unhash blkdev part inode when the part is deletedMing Lei2022-12-081-0/+7
* block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai2022-12-021-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-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai2022-10-301-2/+1
* blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai2022-10-301-5/+4
* block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_initLei Chen2022-10-301-1/+0
* blk-throttle: prevent overflow while calculating wait timeYu Kuai2022-10-261-5/+3
* block: fix inflight statistics of part0Jeffle Xu2022-10-261-1/+2
* blk-mq: fix io hung due to missing commit_rqsYu Kuai2022-08-311-2/+3
* block: remove the request_queue to argument request based tracepointsChristoph Hellwig2022-08-213-6/+6
* blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei2022-08-211-0/+3
* block: fix infinite loop for invalid zone appendKeith Busch2022-08-211-3/+0
* block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche2022-06-221-0/+2
* block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara2022-06-091-6/+2
* 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-51/+25
* bfq: Remove pointless bfq_init_rq() callsJan Kara2022-06-091-6/+6
* bfq: Drop pointless unlock-lock pairJan Kara2022-06-091-3/+0
* bfq: Avoid merging queues with different parentsJan Kara2022-06-091-0/+8
* blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo2022-06-091-58/+64
* bfq: Track whether bfq_group is still onlineJan Kara2022-06-092-1/+4
* 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
* block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang2022-05-121-1/+1
* 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
* 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: don't delete queue kobject before its childrenEric Biggers2022-04-081-3/+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/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 fsync always failed if once failedYe Bin2022-01-271-1/+3
* scsi: block: pm: Always set request queue runtime active in blk_post_runtime_...Alan Stern2022-01-271-15/+7
* iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo2021-12-221-1/+8
* block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso2021-12-141-0/+3
* block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva2021-11-261-1/+8
* blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu2021-11-261-3/+1
* block: remove inaccurate requeue checkJens Axboe2021-11-181-1/+0
* block: bump max plugged deferred size from 16 to 32Jens Axboe2021-11-182-2/+8
* block: schedule queue restart after BLK_STS_ZONE_RESOURCENaohiro Aota2021-11-181-4/+9
* block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputJohannes Thumshirn2021-10-271-0/+1
* 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
* block: flush the integrity workqueue in blk_integrity_unregisterLihong Kou2021-09-301-0/+3
* block: check if a profile is actually registered in blk_integrity_unregisterChristoph Hellwig2021-09-301-1/+5