summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-10-26block: fix inflight statistics of part0Jeffle Xu1-1/+2
2022-08-31blk-mq: fix io hung due to missing commit_rqsYu Kuai1-2/+3
2022-08-21block: remove the request_queue to argument request based tracepointsChristoph Hellwig3-6/+6
2022-08-21blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei1-0/+3
2022-08-21block: fix infinite loop for invalid zone appendKeith Busch1-3/+0
2022-06-22block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche1-0/+2
2022-06-09block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara1-6/+2
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-51/+25
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: Avoid merging queues with different parentsJan Kara1-0/+8
2022-06-09blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo1-58/+64
2022-06-09bfq: Track whether bfq_group is still onlineJan Kara2-1/+4
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-05-12block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang1-1/+1
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-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: don't delete queue kobject before its childrenEric Biggers1-3/+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-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-01-27block: Fix fsync always failed if once failedYe Bin1-1/+3
2022-01-27scsi: block: pm: Always set request queue runtime active in blk_post_runtime_...Alan Stern1-15/+7
2021-12-22iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo1-1/+8
2021-12-14block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso1-0/+3
2021-11-26block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva1-1/+8
2021-11-26blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu1-3/+1
2021-11-18block: remove inaccurate requeue checkJens Axboe1-1/+0
2021-11-18block: bump max plugged deferred size from 16 to 32Jens Axboe2-2/+8
2021-11-18block: schedule queue restart after BLK_STS_ZONE_RESOURCENaohiro Aota1-4/+9
2021-10-27block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputJohannes Thumshirn1-0/+1
2021-10-06Revert "block, bfq: honor already-setup queue merges"Jens Axboe1-13/+3
2021-09-30blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin1-0/+8
2021-09-30block: flush the integrity workqueue in blk_integrity_unregisterLihong Kou1-0/+3
2021-09-30block: check if a profile is actually registered in blk_integrity_unregisterChristoph Hellwig1-1/+5
2021-09-30blk-mq: avoid to iterate over stale requestMing Lei1-1/+1
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen2-2/+4
2021-09-26blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu1-1/+13
2021-09-26blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin1-0/+1
2021-09-22block, bfq: honor already-setup queue mergesPaolo Valente1-3/+13
2021-09-18scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig1-1/+4
2021-09-18block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal1-1/+1
2021-09-18blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel1-3/+0