summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* | block: warn if sharing request queue across gendisksOmar Sandoval2017-03-291-0/+7
* | block: block new I/O just after queue is set as dyingMing Lei2017-03-291-3/+10
* | block: rename blk_mq_freeze_queue_start()Ming Lei2017-03-292-6/+6
* | block: add a read barrier in blk_queue_enter()Ming Lei2017-03-291-0/+9
* | blk-mq: comment on races related with timeout handlerMing Lei2017-03-291-0/+22
* | blk-mq: don't complete un-started request in timeout handlerMing Lei2017-03-291-10/+1
* | blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan2017-03-281-51/+87
* | blk-throttle: add latency target supportShaohua Li2017-03-281-4/+35
* | blk-throttle: add a mechanism to estimate IO latencyShaohua Li2017-03-284-6/+180
* | block: track request size in blk_issue_statShaohua Li2017-03-284-18/+37
* | blk-throttle: add interface for per-cgroup target latencyShaohua Li2017-03-281-4/+24
* | blk-throttle: ignore idle cgroup limitShaohua Li2017-03-281-14/+26
* | blk-throttle: add interface to configure idle time thresholdShaohua Li2017-03-281-13/+28
* | blk-throttle: add a simple idle detectionShaohua Li2017-03-283-1/+86
* | blk-throttle: make bandwidth change smoothShaohua Li2017-03-281-3/+54
* | blk-throttle: detect completed idle cgroupShaohua Li2017-03-281-1/+18
* | blk-throttle: choose a small throtl_slice for SSDShaohua Li2017-03-283-3/+24
* | blk-throttle: make throtl_slice tunableShaohua Li2017-03-283-22/+73
* | blk-throttle: make sure expire time isn't too bigShaohua Li2017-03-281-0/+11
* | blk-throttle: add downgrade logicShaohua Li2017-03-281-0/+156
* | blk-throttle: add upgrade logic for LIMIT_LOW stateShaohua Li2017-03-281-4/+96
* | blk-throttle: configure bps/iops limit for cgroup in low limitShaohua Li2017-03-281-2/+18
* | blk-throttle: add .low interfaceShaohua Li2017-03-281-28/+116
* | blk-throttle: add configure option for new .low interfaceShaohua Li2017-03-281-0/+12
* | blk-throttle: prepare support multiple limitsShaohua Li2017-03-281-40/+70
* | blk-throttle: use U64_MAX/UINT_MAX to replace -1Shaohua Li2017-03-281-16/+16
* | block: constify struct blk_integrity_profileEric Biggers2017-03-242-5/+5
* | block: remove outdated part of blkdev_issue_flush() commentEric Biggers2017-03-241-2/+1
* | block: correct documentation for blkdev_issue_discard() flagsEric Biggers2017-03-241-1/+1
* | block: make nr_iovecs unsigned in bio_alloc_bioset()Dan Carpenter2017-03-231-1/+2
* | blk-mq: streamline blk_mq_make_requestChristoph Hellwig2017-03-221-36/+15
* | blk-mq: split the plug and sync cases in blk_mq_make_requestChristoph Hellwig2017-03-221-18/+18
* | blk-mq: improve blk_mq_try_issue_directlyChristoph Hellwig2017-03-221-14/+18
* | blk-mq: merge mq and sq make_request instancesChristoph Hellwig2017-03-221-133/+31
* | blk-mq: remove BLK_MQ_F_DEFER_ISSUEChristoph Hellwig2017-03-221-7/+1
* | block: Fix oops scsi_disk_get()Jan Kara2017-03-221-1/+1
* | block: fix stacked driver stats init and freeJens Axboe2017-03-212-5/+8
* | blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-219-317/+441
* | blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.cOmar Sandoval2017-03-211-0/+2
* | blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval2017-03-216-66/+59
* | block: remove extra calls to wbt_exit()Omar Sandoval2017-03-212-3/+0
* | blk-stat: fix blk_stat_sum() if all samples are batchedOmar Sandoval2017-03-211-2/+2
|/
* blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()Jens Axboe2017-03-141-4/+5
* blk-mq: Fix tagset reinit in the presence of cpu hot-unplugSagi Grimberg2017-03-131-0/+3
* blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-03-112-15/+27
* blk: improve order of bio handling in generic_make_request()NeilBrown2017-03-081-4/+21
* Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara2017-03-082-23/+0
* block: Make del_gendisk() safer for disks without queuesJan Kara2017-03-081-6/+10
* block/sed: Fix opal user range check and unused variablesJon Derrick2017-03-081-8/+2
* blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei2017-03-082-12/+1