aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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 REQ_NOWAIT""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
2020-09-03bfq: fix blkio cgroup leakage v4Dmitry Monakhov3-12/+3
2020-09-03block: Fix page_is_mergeable() for compound pagesMatthew Wilcox (Oracle)1-5/+5
2020-09-03block: respect queue limit of max discard segmentMing Lei1-2/+9
2020-08-19iocost: Fix check condition of iocg abs_vdebtChengming Zhou1-1/+1
2020-07-22block: fix get_max_segment_size() overflow on 32bit archMing Lei1-2/+7
2020-07-22block: fix splitting segments on boundary masksMing Lei1-9/+9
2020-07-22blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao1-0/+3
2020-07-16blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()Ming Lei1-2/+2
2020-07-16block: release bip in a right way in error pathChengguang Xu1-9/+14
2020-06-30block: update hctx map when use multiple mapsWeiping Zhang1-1/+3
2020-06-30block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai1-1/+0
2020-06-22iocost: don't let vrate run wild while there's no saturation signalTejun Heo1-4/+24
2020-06-22block: reset mapping if failed to update hardware queue countWeiping Zhang1-1/+1
2020-06-22block: alloc map and request for new hardware queueMing Lei1-12/+12
2020-06-03Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"Jens Axboe1-7/+4
2020-05-14iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo1-46/+71
2020-05-02blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budgetJohn Garry1-1/+3
2020-05-02blk-iocost: Fix error on iocost_ioc_vrate_adjWaiman Long1-2/+2
2020-04-23block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente1-7/+13
2020-04-23block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente1-17/+31