summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2023-02-06blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai
2023-02-01block: fix and cleanup bio_check_roChristoph Hellwig
2023-01-14blk-mq: fix possible memleak when register 'hctx' failedYe Bin
2022-12-08block: unhash blkdev part inode when the part is deletedMing Lei
2022-12-02block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai
2022-11-25block: sed-opal: kmalloc the cmd/resp buffersSerge Semin
2022-11-10block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai
2022-10-30blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai
2022-10-30blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai
2022-10-30block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_initLei Chen
2022-10-26blk-throttle: prevent overflow while calculating wait timeYu Kuai
2022-10-26block: fix inflight statistics of part0Jeffle Xu
2022-08-31blk-mq: fix io hung due to missing commit_rqsYu Kuai
2022-08-21block: remove the request_queue to argument request based tracepointsChristoph Hellwig
2022-08-21blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei
2022-08-21block: fix infinite loop for invalid zone appendKeith Busch
2022-06-22block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche
2022-06-09block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara
2022-06-09bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara
2022-06-09bfq: Get rid of __bio_blkcg() usageJan Kara
2022-06-09bfq: Remove pointless bfq_init_rq() callsJan Kara
2022-06-09bfq: Drop pointless unlock-lock pairJan Kara
2022-06-09bfq: Avoid merging queues with different parentsJan Kara
2022-06-09blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo
2022-06-09bfq: Track whether bfq_group is still onlineJan Kara
2022-06-09bfq: Update cgroup information before merging bioJan Kara
2022-06-09bfq: Split shared queues on move between cgroupsJan Kara
2022-05-12block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang
2022-05-09iocost: don't reset the inuse weight of under-weighted debtorsTejun Heo
2022-04-27block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov
2022-04-08Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente
2022-04-08bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng
2022-04-08block, bfq: don't move oom_bfqqYu Kuai
2022-04-08block: don't delete queue kobject before its childrenEric Biggers
2022-04-08block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo
2022-04-08block: limit request dispatch loop durationShin'ichiro Kawasaki
2022-02-23block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu
2022-02-08block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen
2022-02-01block: Fix wrong offset in bio_truncate()OGAWA Hirofumi
2022-01-27block: Fix fsync always failed if once failedYe Bin
2022-01-27scsi: block: pm: Always set request queue runtime active in blk_post_runtime_...Alan Stern
2021-12-22iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo
2021-12-14block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso
2021-11-26block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva
2021-11-26blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu
2021-11-18block: remove inaccurate requeue checkJens Axboe
2021-11-18block: bump max plugged deferred size from 16 to 32Jens Axboe
2021-11-18block: schedule queue restart after BLK_STS_ZONE_RESOURCENaohiro Aota
2021-10-27block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputJohannes Thumshirn
2021-10-06Revert "block, bfq: honor already-setup queue merges"Jens Axboe