summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-18blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel1-3/+0
2021-09-15bio: fix page leak bio_add_hw_page failurePavel Begunkov1-2/+13
2021-09-15blk-crypto: fix check for too-large dun_bytesEric Biggers1-1/+1
2021-09-15block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei4-16/+8
2021-09-15blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu3-0/+36
2021-09-12blk-mq: clearing flush request reference in tags->rqs[]Ming Lei1-1/+34
2021-09-12blk-mq: fix is_flush_rqMing Lei3-6/+7
2021-09-12blk-mq: fix kernel panic during iterating over flush requestMing Lei2-1/+8
2021-09-03blk-mq: don't grab rq's refcount in blk_mq_check_expired()Ming Lei1-25/+5
2021-09-03blk-iocost: fix lockdep warning on blkcg->lockMing Lei1-4/+4
2021-08-12blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai1-1/+5
2021-08-04blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo1-5/+6
2021-07-20partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann3-17/+12
2021-07-19rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara1-2/+2
2021-07-14blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei1-3/+0
2021-07-14blk-wbt: make sure throttle is enabled properlyZhang Yi1-1/+5
2021-07-14blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2-2/+4
2021-07-14block: avoid double io accounting for flush requestMing Lei1-2/+1
2021-07-14block: fix discard request mergeMing Lei1-2/+6
2021-07-14block: fix race between adding/removing rq qos and normal IOMing Lei1-0/+24
2021-07-14blk-mq: clear stale request in tags->rq[] before freeing one request poolMing Lei3-7/+54
2021-07-14blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iterMing Lei3-16/+43
2021-05-19blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche1-2/+4
2021-05-19blk-mq: plug request for shared sbitmapMing Lei1-2/+3
2021-05-19kyber: fix out of bounds access when preemptedOmar Sandoval4-9/+10
2021-05-19blk-iocost: fix weight updates of inner active iocgsTejun Heo1-2/+12
2021-04-28block: return -EBUSY when there are open partitions in blkdev_reread_partChristoph Hellwig1-0/+2
2021-04-16block: only update parent bi_status when bio failYufen Yu1-1/+1
2021-03-30block: recalculate segment count for multi-segment discards correctlyDavid Jeffery1-0/+8
2021-03-30block: Suppress uevent for hidden device when removedDaniel Wagner1-3/+1
2021-03-30block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal1-1/+1