summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* blk-mq: make lifetime consistent between hctx and its kobjectMing Lei2017-03-082-9/+11
* blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei2017-03-083-8/+20
* blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei2017-03-083-4/+5
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-0310-70/+138
|\
| * block: Move bdi_unregister() to del_gendisk()Jan Kara2017-03-022-1/+5
| * blk-mq: ensure that bd->last is always set correctlyJens Axboe2017-03-021-7/+43
| * block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe2017-03-023-17/+31
| * blk-mq: Provide freeze queue timeoutKeith Busch2017-03-021-0/+9
| * blk-mq: Export blk_mq_freeze_queue_waitKeith Busch2017-03-021-1/+2
| * blk-mq: move update of tags->rqs to __blk_mq_alloc_request()Omar Sandoval2017-03-022-2/+1
| * blk-mq: kill blk_mq_set_alloc_data()Omar Sandoval2017-03-021-10/+0
| * blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler requestOmar Sandoval2017-03-022-24/+20
| * blk-mq-sched: Allocate sched reserved tags as specified in the original queue...Sagi Grimberg2017-03-024-2/+12