summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-08Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente1-3/+13
2022-04-08bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng1-7/+8
2022-04-08block, bfq: don't move oom_bfqqYu Kuai1-0/+6
2022-04-08block/bfq_wf2q: correct weight to ioprioYahu Gao1-1/+1
2022-04-08block: don't delete queue kobject before its childrenEric Biggers1-3/+5
2022-04-08blk-cgroup: set blkg iostat after percpu stat aggregationChengming Zhou1-5/+5
2022-04-08block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo1-0/+11
2022-04-08block: limit request dispatch loop durationShin'ichiro Kawasaki1-1/+8
2022-03-23block: release rq qos structures for queue without diskMing Lei1-0/+4
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig3-0/+3
2022-03-08block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang1-1/+1
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2-8/+16
2022-02-23block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu2-2/+2
2022-02-08block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen1-1/+1
2022-02-01block: Fix wrong offset in bio_truncate()OGAWA Hirofumi1-1/+2
2022-02-01block: add bio_start_io_acct_time() to control start_timeMike Snitzer1-6/+19
2022-01-27block: Fix fsync always failed if once failedYe Bin1-1/+3