summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-03-08block: Fix fsync always failed if once failedYe Bin1-1/+3
2022-02-23block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu2-2/+2
2022-02-08block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen1-1/+1
2022-02-01block: Fix wrong offset in bio_truncate()OGAWA Hirofumi1-1/+2
2021-12-14block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso1-0/+3
2021-11-17block: remove inaccurate requeue checkJens Axboe1-1/+0
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-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-22scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig1-1/+4
2021-09-22block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal1-1/+1
2021-09-22blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel1-3/+0
2021-09-22blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel1-3/+0
2021-08-12blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai1-1/+5
2021-07-19rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara1-2/+2
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: fix discard request mergeMing Lei1-2/+6
2021-07-14block: fix race between adding/removing rq qos and normal IOMing Lei1-0/+24
2021-05-19blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche1-2/+4
2021-05-19kyber: fix out of bounds access when preemptedOmar Sandoval4-9/+10
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-04blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka1-0/+12
2021-03-04bsg: free the request before return error codePan Bian1-1/+3
2021-03-04bfq: Avoid false bfq queue mergingJan Kara1-0/+1
2021-02-17bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng1-4/+4
2021-02-13blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang1-5/+13
2021-02-07Revert "Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and ...Greg Kroah-Hartman1-4/+7
2021-01-19bfq: Fix computation of shallow depthJan Kara1-4/+4
2021-01-17block: fix use-after-free in disk_part_iter_nextMing Lei1-3/+6
2021-01-06scsi: block: Fix a race in the runtime power management codeBart Van Assche1-6/+9
2020-12-30blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kickDouglas Anderson1-2/+6
2020-12-30block: factor out requeue handling from dispatch codeJohannes Thumshirn1-11/+18
2020-12-30block: Simplify REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal1-27/+13
2020-11-10blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi1-2/+12
2020-11-10blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi1-0/+1
2020-10-29block: ratelimit handle_bad_sector() messageTetsuo Handa1-5/+4
2020-10-29blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang2-3/+8
2020-10-07block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov2-6/+6
2020-09-23block: only call sched requeue_request() for scheduled requestsOmar Sandoval2-13/+1
2020-09-17block: Set same_page to false in __bio_try_merge_page if ret is falseRitesh Harjani1-1/+3
2020-09-09blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo1-2/+3
2020-09-09block: ensure bdi->io_pages is always initializedJens Axboe1-0/+1
2020-09-03blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei2-0/+18
2020-09-03block: fix get_max_io_size()Keith Busch1-1/+1
2020-09-03blkcg: fix memleak for iolatencyYufen Yu1-3/+5
2020-09-03blk-mq: insert request not through ->queue_rq into sw/scheduler queueMing Lei1-1/+2