summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo2022-04-081-0/+11
* block: limit request dispatch loop durationShin'ichiro Kawasaki2022-04-081-1/+8
* block: release rq qos structures for queue without diskMing Lei2022-03-231-0/+4
* block: drop unused includes in <linux/genhd.h>Christoph Hellwig2022-03-163-0/+3
* block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang2022-03-081-1/+1
* block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2022-02-232-8/+16
* block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu2022-02-232-2/+2
* block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen2022-02-081-1/+1
* block: Fix wrong offset in bio_truncate()OGAWA Hirofumi2022-02-011-1/+2
* block: add bio_start_io_acct_time() to control start_timeMike Snitzer2022-02-011-6/+19
* block: Fix fsync always failed if once failedYe Bin2022-01-271-1/+3
* block: fix async_depth sysfs interface for mq-deadlineJens Axboe2022-01-271-2/+2
* block: check minor range in device_add_disk()Tetsuo Handa2022-01-271-0/+2
* scsi: block: pm: Always set request queue runtime active in blk_post_runtime_...Alan Stern2022-01-271-15/+7
* block: fix error unwinding in device_add_diskChristoph Hellwig2022-01-271-7/+6
* bfq: Do not let waker requests skip proper accountingJan Kara2022-01-271-43/+1
* iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo2021-12-221-1/+8
* block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso2021-12-141-0/+3
* block: avoid to quiesce queue in elevator_init_mqMing Lei2021-12-011-2/+8
* blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei2021-12-015-11/+20
* block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva2021-11-251-1/+8
* blk-cgroup: fix missing put device in error path from blkg_conf_pref()Yu Kuai2021-11-251-4/+5
* blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu2021-11-251-3/+1
* block: Hold invalidate_lock in BLKRESETZONE ioctlShin'ichiro Kawasaki2021-11-181-10/+5
* block: Hold invalidate_lock in BLKZEROOUT ioctlShin'ichiro Kawasaki2021-11-181-3/+9
* block: Hold invalidate_lock in BLKDISCARD ioctlShin'ichiro Kawasaki2021-11-181-3/+9
* block: fix device_add_disk() kobject_create_and_add() error handlingLuis Chamberlain2021-11-181-2/+6
* blk-cgroup: synchronize blkg creation against policy deactivationYu Kuai2021-11-181-0/+10
* blk-wbt: prevent NULL pointer dereference in wb_timer_fnAndrea Righi2021-11-181-0/+3
* block: remove inaccurate requeue checkJens Axboe2021-11-181-1/+0
* block: bump max plugged deferred size from 16 to 32Jens Axboe2021-11-182-2/+8