summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2021-03-04blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka
2021-03-04bsg: free the request before return error codePan Bian
2021-03-04bfq: Avoid false bfq queue mergingJan Kara
2021-02-17bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng
2021-02-13blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang
2021-02-07Revert "Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and ...Greg Kroah-Hartman
2021-01-19bfq: Fix computation of shallow depthJan Kara
2021-01-17block: fix use-after-free in disk_part_iter_nextMing Lei
2021-01-06scsi: block: Fix a race in the runtime power management codeBart Van Assche
2020-12-30blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kickDouglas Anderson
2020-12-30block: factor out requeue handling from dispatch codeJohannes Thumshirn
2020-12-30block: Simplify REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal
2020-11-10blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi
2020-11-10blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi
2020-10-29block: ratelimit handle_bad_sector() messageTetsuo Handa
2020-10-29blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang
2020-10-07block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov
2020-09-23block: only call sched requeue_request() for scheduled requestsOmar Sandoval
2020-09-17block: Set same_page to false in __bio_try_merge_page if ret is falseRitesh Harjani
2020-09-09blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo
2020-09-09block: ensure bdi->io_pages is always initializedJens Axboe
2020-09-03blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei
2020-09-03block: fix get_max_io_size()Keith Busch
2020-09-03blkcg: fix memleak for iolatencyYufen Yu
2020-09-03blk-mq: insert request not through ->queue_rq into sw/scheduler queueMing Lei
2020-09-03bfq: fix blkio cgroup leakage v4Dmitry Monakhov
2020-09-03block: Fix page_is_mergeable() for compound pagesMatthew Wilcox (Oracle)
2020-09-03block: respect queue limit of max discard segmentMing Lei
2020-08-19iocost: Fix check condition of iocg abs_vdebtChengming Zhou
2020-07-22block: fix get_max_segment_size() overflow on 32bit archMing Lei
2020-07-22block: fix splitting segments on boundary masksMing Lei
2020-07-22blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao
2020-07-16blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()Ming Lei
2020-07-16block: release bip in a right way in error pathChengguang Xu
2020-06-30block: update hctx map when use multiple mapsWeiping Zhang
2020-06-30block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai
2020-06-22iocost: don't let vrate run wild while there's no saturation signalTejun Heo
2020-06-22block: reset mapping if failed to update hardware queue countWeiping Zhang
2020-06-22block: alloc map and request for new hardware queueMing Lei
2020-06-03Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"Jens Axboe
2020-05-14iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo
2020-05-02blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budgetJohn Garry
2020-05-02blk-iocost: Fix error on iocost_ioc_vrate_adjWaiman Long
2020-04-23block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente
2020-04-23block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente
2020-04-23block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente
2020-04-17block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu
2020-04-17block: Fix use-after-free issue accessing struct io_cqSahitya Tummala
2020-04-17block, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente
2020-04-17block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov