summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2022-07-13Merge tag 'v5.15.38' into 5.15.32-2.0.0Daiane Angolini
2022-07-11Merge tag 'v5.15.36' into 5.15.32-2.0.0Daiane Angolini
2022-07-11Merge tag 'v5.15.35' into 5.15.32-2.0.0Daiane Angolini
2022-07-11Merge branch 'local/v5.15.33' into 5.15.32-2.0.0Daiane Angolini
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-27block: simplify the block device syncing codeChristoph Hellwig
2022-04-27block: remove __sync_blockdevChristoph Hellwig
2022-04-20block: fix offset/size check in bio_trim()Ming Lei
2022-04-08block: Fix the maximum minor value is blk_alloc_ext_minor()Christophe JAILLET
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/bfq_wf2q: correct weight to ioprioYahu Gao
2022-04-08block: don't delete queue kobject before its childrenEric Biggers
2022-04-08blk-cgroup: set blkg iostat after percpu stat aggregationChengming Zhou
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-03-25Merge tag 'v5.15.31' into lf-5.15.yJason Liu
2022-03-23block: release rq qos structures for queue without diskMing Lei
2022-03-21Merge tag 'v5.15.30' into lf-5.15.yJason Liu
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2022-03-11Merge tag 'v5.15.27' into lf-5.15.yJason Liu
2022-03-08block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
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-02-01block: add bio_start_io_acct_time() to control start_timeMike Snitzer
2022-01-27block: Fix fsync always failed if once failedYe Bin
2022-01-27block: fix async_depth sysfs interface for mq-deadlineJens Axboe
2022-01-27block: check minor range in device_add_disk()Tetsuo Handa
2022-01-27scsi: block: pm: Always set request queue runtime active in blk_post_runtime_...Alan Stern
2022-01-27block: fix error unwinding in device_add_diskChristoph Hellwig
2022-01-27bfq: Do not let waker requests skip proper accountingJan Kara
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-12-01block: avoid to quiesce queue in elevator_init_mqMing Lei
2021-12-01blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei
2021-12-01Merge tag 'v5.15.5' into lf-5.15.yJason Liu
2021-11-25block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva
2021-11-25blk-cgroup: fix missing put device in error path from blkg_conf_pref()Yu Kuai
2021-11-25blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu
2021-11-18block: Hold invalidate_lock in BLKRESETZONE ioctlShin'ichiro Kawasaki
2021-11-18block: Hold invalidate_lock in BLKZEROOUT ioctlShin'ichiro Kawasaki
2021-11-18block: Hold invalidate_lock in BLKDISCARD ioctlShin'ichiro Kawasaki
2021-11-18block: fix device_add_disk() kobject_create_and_add() error handlingLuis Chamberlain
2021-11-18blk-cgroup: synchronize blkg creation against policy deactivationYu Kuai
2021-11-18blk-wbt: prevent NULL pointer dereference in wb_timer_fnAndrea Righi
2021-11-18block: remove inaccurate requeue checkJens Axboe