summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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: throttle split bio in case of iops limitMing Lei3-7/+7
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-04-08block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo3-12/+13
2022-04-08block: flush plug based on hardware and software queue orderJens Axboe1-33/+27
2022-04-08block: ensure plug merging checks the correct queue at least onceJens Axboe1-10/+13
2022-03-23block: release rq qos structures for queue without diskMing Lei1-0/+4
2022-03-08block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang1-1/+1
2022-03-02block: clear iocb->private in blkdev_bio_end_io_async()Stefano Garzarella1-0/+2
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: fix memory leak in disk_register_independent_access_rangesMiaoqian Lin1-1/+1
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
2022-01-27block: fix async_depth sysfs interface for mq-deadlineJens Axboe1-2/+2
2022-01-27block: check minor range in device_add_disk()Tetsuo Handa1-0/+2
2022-01-27scsi: block: pm: Always set request queue runtime active in blk_post_runtime_...Alan Stern1-15/+7
2022-01-27block: fix error unwinding in device_add_diskChristoph Hellwig1-7/+6
2022-01-27bfq: Do not let waker requests skip proper accountingJan Kara1-43/+1
2021-12-19Merge tag 'block-5.16-2021-12-19' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-12-19Revert "block: reduce kblockd_mod_delayed_work_on() CPU consumption"Jens Axboe1-2/+0
2021-12-17Merge tag 'block-5.16-2021-12-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+10
2021-12-14block: reduce kblockd_mod_delayed_work_on() CPU consumptionJens Axboe1-0/+2
2021-12-14iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo1-1/+8
2021-12-11Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+4
2021-12-10block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso1-0/+3
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+1
2021-12-07block: fix single bio async DIO error handlingPavel Begunkov1-2/+1
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-11-26block: call rq_qos_done() before ref check in batch completionsJens Axboe1-1/+2
2021-11-25block: fix parameter not described warningYang Guang1-0/+1
2021-11-22block: avoid to touch unloaded module instance when opening bdevMing Lei1-5/+7
2021-11-19blk-mq: don't insert FUA request with data into scheduler queueMing Lei3-8/+10
2021-11-19blk-cgroup: fix missing put device in error path from blkg_conf_pref()Yu Kuai1-4/+5
2021-11-17block: avoid to quiesce queue in elevator_init_mqMing Lei1-2/+8
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei5-11/+20
2021-11-15block: fix missing queue put in error pathJens Axboe1-8/+8
2021-11-15block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva1-1/+8
2021-11-12blk-mq: fix filesystem I/O request allocationMing Lei2-20/+45
2021-11-12blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu1-3/+1
2021-11-11block: Hold invalidate_lock in BLKRESETZONE ioctlShin'ichiro Kawasaki1-10/+5