summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso2021-12-141-0/+3
* block: remove inaccurate requeue checkJens Axboe2021-11-171-1/+0
* Revert "block, bfq: honor already-setup queue merges"Jens Axboe2021-10-061-13/+3
* blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin2021-09-301-0/+8
* blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin2021-09-261-0/+1
* block, bfq: honor already-setup queue mergesPaolo Valente2021-09-221-3/+13
* scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig2021-09-221-1/+4
* block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal2021-09-221-1/+1
* blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel2021-09-221-3/+0
* blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel2021-09-221-3/+0
* blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai2021-08-121-1/+5
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-2/+2
* blk-wbt: make sure throttle is enabled properlyZhang Yi2021-07-141-1/+5
* blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2021-07-142-2/+4
* block: fix discard request mergeMing Lei2021-07-141-2/+6
* block: fix race between adding/removing rq qos and normal IOMing Lei2021-07-141-0/+24
* blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche2021-05-191-2/+4
* kyber: fix out of bounds access when preemptedOmar Sandoval2021-05-194-9/+10
* block: only update parent bi_status when bio failYufen Yu2021-04-161-1/+1
* block: recalculate segment count for multi-segment discards correctlyDavid Jeffery2021-03-301-0/+8
* block: Suppress uevent for hidden device when removedDaniel Wagner2021-03-301-3/+1
* blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka2021-03-041-0/+12
* bsg: free the request before return error codePan Bian2021-03-041-1/+3
* bfq: Avoid false bfq queue mergingJan Kara2021-03-041-0/+1
* bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng2021-02-171-4/+4
* blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang2021-02-131-5/+13
* Revert "Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and ...Greg Kroah-Hartman2021-02-071-4/+7
* bfq: Fix computation of shallow depthJan Kara2021-01-191-4/+4
* block: fix use-after-free in disk_part_iter_nextMing Lei2021-01-171-3/+6
* scsi: block: Fix a race in the runtime power management codeBart Van Assche2021-01-061-6/+9
* blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kickDouglas Anderson2020-12-301-2/+6
* block: factor out requeue handling from dispatch codeJohannes Thumshirn2020-12-301-11/+18
* block: Simplify REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal2020-12-301-27/+13
* blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi2020-11-101-2/+12
* blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi2020-11-101-0/+1
* block: ratelimit handle_bad_sector() messageTetsuo Handa2020-10-291-5/+4
* blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang2020-10-292-3/+8
* block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov2020-10-072-6/+6
* block: only call sched requeue_request() for scheduled requestsOmar Sandoval2020-09-232-13/+1
* block: Set same_page to false in __bio_try_merge_page if ret is falseRitesh Harjani2020-09-171-1/+3
* blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo2020-09-091-2/+3
* block: ensure bdi->io_pages is always initializedJens Axboe2020-09-091-0/+1
* blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei2020-09-032-0/+18
* block: fix get_max_io_size()Keith Busch2020-09-031-1/+1
* blkcg: fix memleak for iolatencyYufen Yu2020-09-031-3/+5
* blk-mq: insert request not through ->queue_rq into sw/scheduler queueMing Lei2020-09-031-1/+2
* bfq: fix blkio cgroup leakage v4Dmitry Monakhov2020-09-033-12/+3
* block: Fix page_is_mergeable() for compound pagesMatthew Wilcox (Oracle)2020-09-031-5/+5
* block: respect queue limit of max discard segmentMing Lei2020-09-031-2/+9
* iocost: Fix check condition of iocg abs_vdebtChengming Zhou2020-08-191-1/+1