summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* cfq: Disable writeback throttling by defaultJan Kara2017-04-051-12/+5
* block: fix inheriting request priority from bioAdam Manzanares2017-04-041-1/+1
* blk-mq: fix schedule-under-preempt for blocking driversJens Axboe2017-03-301-3/+14
* block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"Colin Ian King2017-03-301-1/+1
* block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim2017-03-301-1/+0
* blk-mq: include errors in did_work calculationJens Axboe2017-03-291-3/+4
* block-mq: don't re-queue if we get a queue errorJosef Bacik2017-03-291-2/+1
* blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan2017-03-291-25/+98
* Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock"Jens Axboe2017-03-291-87/+51
* blk-mq: fix a typo and a spelling mistakeJens Axboe2017-03-291-2/+2
* blk-mq-pci: Fix two spelling mistakesSagi Grimberg2017-03-291-1/+1
* block: fix leak of q->rq_wbOmar Sandoval2017-03-291-1/+3
* blk-mq: fix leak of q->statsOmar Sandoval2017-03-291-4/+0
* 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