summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-01-12block: don't allow splitting of a REQ_NOWAIT bioJens Axboe1-0/+10
2023-01-12block: mq-deadline: Fix dd_finish_request() for zoned devicesDamien Le Moal1-3/+15
2023-01-12block: mq-deadline: Do not break sequential write streams to zoned HDDsDamien Le Moal1-4/+62
2023-01-12block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai1-1/+1
2022-12-31blk-mq: fix possible memleak when register 'hctx' failedYe Bin1-2/+9
2022-12-31block, bfq: fix possible uaf for 'bfqq->bic'Yu Kuai1-1/+6
2022-12-31block: clear ->slave_dir when dropping the main slave_dir referenceChristoph Hellwig1-0/+2
2022-12-31bfq: fix waker_bfqq inconsistency crashKhazhismel Kumykov1-2/+7
2022-12-14block: move CONFIG_BLOCK guard to top MakefileMasahiro Yamada1-1/+1
2022-12-02block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai1-0/+4
2022-11-26block: sed-opal: kmalloc the cmd/resp buffersSerge Semin1-4/+28
2022-11-10block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai1-1/+3
2022-11-10block: Fix possible memory leak for rq_wb on add_disk failureChen Zhongjin1-0/+1
2022-10-26blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai1-2/+1
2022-10-26blk-throttle: prevent overflow while calculating wait timeYu Kuai1-5/+3
2022-10-26blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai1-5/+4
2022-09-23block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch1-2/+2
2022-08-31blk-mq: fix io hung due to missing commit_rqsYu Kuai1-2/+3
2022-08-17block: don't allow the same type rq_qos add more than onceJinke Han4-16/+45
2022-08-17block: ensure iov_iter advances for added pagesKeith Busch1-4/+4
2022-08-17block/bio: remove duplicate append pages codeKeith Busch1-60/+42
2022-08-17blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei1-0/+3
2022-08-17block: fix infinite loop for invalid zone appendKeith Busch1-3/+0
2022-08-11block: fix default IO priority handling againJan Kara2-2/+3
2022-07-12block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo3-12/+13
2022-07-12block: only mark bio as tracked if it really is trackedJens Axboe1-2/+3
2022-07-12block: use bdev_get_queue() in bio.cPavel Begunkov1-5/+5
2022-06-22block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche1-0/+2
2022-06-14block: make bioset_exit() fully resilient against being called twiceJens Axboe1-0/+1
2022-06-14block: take destination bvec offsets into account in bio_copy_data_iterChristoph Hellwig1-3/+5
2022-06-14blk-mq: don't touch ->tagset in blk_mq_get_sq_hctxMing Lei1-4/+3
2022-06-09block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara1-6/+2
2022-06-09blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo1-58/+64
2022-06-09bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara1-3/+12
2022-06-09bfq: Get rid of __bio_blkcg() usageJan Kara3-52/+25
2022-06-09bfq: Track whether bfq_group is still onlineJan Kara2-1/+4
2022-06-09bfq: Remove pointless bfq_init_rq() callsJan Kara1-6/+6
2022-06-09bfq: Drop pointless unlock-lock pairJan Kara1-3/+0
2022-06-09bfq: Update cgroup information before merging bioJan Kara1-2/+9
2022-06-09bfq: Split shared queues on move between cgroupsJan Kara3-4/+35
2022-06-09bfq: Avoid merging queues with different parentsJan Kara1-0/+8
2022-06-09bfq: Avoid false marking of bic as stably mergedJan Kara1-3/+6
2022-06-09bfq: Allow current waker to defend against a tentative oneJan Kara1-2/+1
2022-06-09bfq: Relax waker detection for shared queuesJan Kara2-2/+4
2022-05-09iocost: don't reset the inuse weight of under-weighted debtorsTejun Heo1-1/+11
2022-04-27block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov1-1/+1
2022-04-27block: simplify the block device syncing codeChristoph Hellwig1-3/+14
2022-04-27block: remove __sync_blockdevChristoph Hellwig1-5/+6
2022-04-20block: fix offset/size check in bio_trim()Ming Lei1-1/+1
2022-04-08block: Fix the maximum minor value is blk_alloc_ext_minor()Christophe JAILLET1-1/+1