summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2017-03-28blk-throttle: add a mechanism to estimate IO latencyShaohua Li4-6/+180
2017-03-28block: track request size in blk_issue_statShaohua Li4-18/+37
2017-03-28blk-throttle: add interface for per-cgroup target latencyShaohua Li1-4/+24
2017-03-28blk-throttle: ignore idle cgroup limitShaohua Li1-14/+26
2017-03-28blk-throttle: add interface to configure idle time thresholdShaohua Li1-13/+28
2017-03-28blk-throttle: add a simple idle detectionShaohua Li3-1/+86
2017-03-28blk-throttle: make bandwidth change smoothShaohua Li1-3/+54
2017-03-28blk-throttle: detect completed idle cgroupShaohua Li1-1/+18
2017-03-28blk-throttle: choose a small throtl_slice for SSDShaohua Li3-3/+24
2017-03-28blk-throttle: make throtl_slice tunableShaohua Li3-22/+73
2017-03-28blk-throttle: make sure expire time isn't too bigShaohua Li1-0/+11
2017-03-28blk-throttle: add downgrade logicShaohua Li1-0/+156
2017-03-28blk-throttle: add upgrade logic for LIMIT_LOW stateShaohua Li1-4/+96
2017-03-28blk-throttle: configure bps/iops limit for cgroup in low limitShaohua Li1-2/+18
2017-03-28blk-throttle: add .low interfaceShaohua Li1-28/+116
2017-03-28blk-throttle: add configure option for new .low interfaceShaohua Li1-0/+12
2017-03-28blk-throttle: prepare support multiple limitsShaohua Li1-40/+70
2017-03-28blk-throttle: use U64_MAX/UINT_MAX to replace -1Shaohua Li1-16/+16
2017-03-25block: constify struct blk_integrity_profileEric Biggers2-5/+5
2017-03-25block: remove outdated part of blkdev_issue_flush() commentEric Biggers1-2/+1
2017-03-25block: correct documentation for blkdev_issue_discard() flagsEric Biggers1-1/+1
2017-03-23block: make nr_iovecs unsigned in bio_alloc_bioset()Dan Carpenter1-1/+2
2017-03-23blk-mq: streamline blk_mq_make_requestChristoph Hellwig1-36/+15
2017-03-23blk-mq: split the plug and sync cases in blk_mq_make_requestChristoph Hellwig1-18/+18
2017-03-23blk-mq: improve blk_mq_try_issue_directlyChristoph Hellwig1-14/+18
2017-03-23blk-mq: merge mq and sq make_request instancesChristoph Hellwig1-133/+31
2017-03-23blk-mq: remove BLK_MQ_F_DEFER_ISSUEChristoph Hellwig1-7/+1
2017-03-23block: Fix oops scsi_disk_get()Jan Kara1-1/+1
2017-03-22block: fix stacked driver stats init and freeJens Axboe2-5/+8
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval9-317/+441
2017-03-21blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval1-0/+2
2017-03-21blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval6-66/+59
2017-03-21block: remove extra calls to wbt_exit()Omar Sandoval2-3/+0
2017-03-21blk-stat: fix blk_stat_sum() if all samples are batchedOmar Sandoval1-2/+2
2017-03-14blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()Jens Axboe1-4/+5
2017-03-13blk-mq: Fix tagset reinit in the presence of cpu hot-unplugSagi Grimberg1-0/+3
2017-03-12blk: Ensure users for current->bio_list can see the full list.NeilBrown2-15/+27
2017-03-08blk: improve order of bio handling in generic_make_request()NeilBrown1-4/+21
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara2-23/+0
2017-03-08block: Make del_gendisk() safer for disks without queuesJan Kara1-6/+10
2017-03-08block/sed: Fix opal user range check and unused variablesJon Derrick1-8/+2
2017-03-08blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei2-12/+1
2017-03-08blk-mq: make lifetime consistent between hctx and its kobjectMing Lei2-9/+11
2017-03-08blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei3-8/+20
2017-03-08blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei3-4/+5
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds10-70/+138
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-0/+10
2017-03-03block: Move bdi_unregister() to del_gendisk()Jan Kara2-1/+5
2017-03-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-0/+60
2017-03-03blk-mq: ensure that bd->last is always set correctlyJens Axboe1-7/+43