summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-23block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente3-6/+2
2020-04-17block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu1-4/+12
2020-04-17block: Fix use-after-free issue accessing struct io_cqSahitya Tummala1-0/+7
2020-04-17block, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente1-7/+7
2020-04-17block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov1-0/+3
2020-04-13blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in syncBart Van Assche1-0/+8
2020-03-25block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato1-4/+5
2020-03-21blk-mq: insert flush request to the front of dispatch queueMing Lei1-0/+22
2020-03-21blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei4-16/+29
2020-03-18blk-iocost: fix incorrect vtime comparison in iocg_is_idle()Tejun Heo1-1/+1
2020-03-12block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente3-5/+6
2020-03-12block, bfq: get a ref to a group when adding it to a service treePaolo Valente3-3/+12
2020-03-12block, bfq: do not insert oom queue into position treePaolo Valente1-0/+4
2020-03-12block, bfq: get extra ref to prevent a queue from being freed during a group ...Paolo Valente1-0/+8
2020-02-24block, bfq: do not plug I/O for bfq_queues with no proc refsPaolo Valente1-0/+12
2020-01-26block: fix memleak of bio integrity dataJustin Tee3-1/+8
2020-01-23block: Fix the type of 'sts' in bsg_queue_rq()Bart Van Assche1-1/+1
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka1-1/+1
2020-01-17fs: move guard_bio_eod() after bio_set_op_attrsMing Lei1-1/+11
2020-01-12block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang1-1/+1
2020-01-12block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche2-0/+6
2020-01-12block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAITRoman Penyaev1-4/+7
2020-01-09compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONESArnd Bergmann1-0/+2
2020-01-09compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann1-0/+2
2020-01-09compat_ioctl: block: handle Persistent ReservationsArnd Bergmann1-0/+9
2020-01-09block: add bio_truncate to fix guard_bio_eodMing Lei1-0/+39
2019-12-31iocost: over-budget forced IOs should schedule async delayTejun Heo1-5/+8
2019-12-21block: fix "check bi_size overflow before merge"Andreas Gruenbacher1-1/+3
2019-12-17blk-mq: make sure that line break can be printedMing Lei1-1/+1
2019-12-17blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei1-5/+10
2019-11-14iocost: check active_list of all the ancestors in iocg_activate()Jiufei Xue1-2/+6
2019-11-14block, bfq: deschedule empty bfq_queues not referred by any processPaolo Valente1-6/+26
2019-11-12block: check bi_size overflow before mergeJunichi Nomura1-1/+1
2019-11-07blkcg: make blkcg_print_stat() print stats only for online blkgsTejun Heo1-5/+8