aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
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
2021-09-30blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin
2021-09-30block: flush the integrity workqueue in blk_integrity_unregisterLihong Kou
2021-09-30block: check if a profile is actually registered in blk_integrity_unregisterChristoph Hellwig
2021-09-30blk-mq: avoid to iterate over stale requestMing Lei
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen
2021-09-26blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu
2021-09-26blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin
2021-09-22block, bfq: honor already-setup queue mergesPaolo Valente
2021-09-18scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig
2021-09-18block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal
2021-09-18blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel
2021-09-18blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel
2021-09-15bio: fix page leak bio_add_hw_page failurePavel Begunkov
2021-09-15blk-crypto: fix check for too-large dun_bytesEric Biggers
2021-09-15block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei
2021-09-15blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu
2021-09-12blk-mq: clearing flush request reference in tags->rqs[]Ming Lei
2021-09-12blk-mq: fix is_flush_rqMing Lei
2021-09-12blk-mq: fix kernel panic during iterating over flush requestMing Lei
2021-09-03blk-mq: don't grab rq's refcount in blk_mq_check_expired()Ming Lei
2021-09-03blk-iocost: fix lockdep warning on blkcg->lockMing Lei
2021-08-12blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai
2021-08-04blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo
2021-07-20partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann
2021-07-19rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara
2021-07-14blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei
2021-07-14blk-wbt: make sure throttle is enabled properlyZhang Yi