summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: clear ->slave_dir when dropping the main slave_dir referenceChristoph Hellwig2022-12-311-0/+2
* bfq: fix waker_bfqq inconsistency crashKhazhismel Kumykov2022-12-311-2/+7
* block: move CONFIG_BLOCK guard to top MakefileMasahiro Yamada2022-12-141-1/+1
* 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-261-4/+28
* block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai2022-11-101-1/+3
* block: Fix possible memory leak for rq_wb on add_disk failureChen Zhongjin2022-11-101-0/+1
* blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai2022-10-261-2/+1
* blk-throttle: prevent overflow while calculating wait timeYu Kuai2022-10-261-5/+3
* blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai2022-10-261-5/+4
* block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch2022-09-231-2/+2
* blk-mq: fix io hung due to missing commit_rqsYu Kuai2022-08-311-2/+3
* block: don't allow the same type rq_qos add more than onceJinke Han2022-08-174-16/+45
* block: ensure iov_iter advances for added pagesKeith Busch2022-08-171-4/+4
* block/bio: remove duplicate append pages codeKeith Busch2022-08-171-60/+42
* blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei2022-08-171-0/+3
* block: fix infinite loop for invalid zone appendKeith Busch2022-08-171-3/+0
* 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