summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2017-03-29blk-mq: include errors in did_work calculationJens Axboe-3/+4
2017-03-29block-mq: don't re-queue if we get a queue errorJosef Bacik-2/+1
2017-03-29blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan-25/+98
2017-03-29Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock"Jens Axboe-87/+51
2017-03-29blk-mq: fix a typo and a spelling mistakeJens Axboe-2/+2
2017-03-29blk-mq-pci: Fix two spelling mistakesSagi Grimberg-1/+1
2017-03-29block: fix leak of q->rq_wbOmar Sandoval-1/+3
2017-03-29blk-mq: fix leak of q->statsOmar Sandoval-4/+0
2017-03-29block: warn if sharing request queue across gendisksOmar Sandoval-0/+7
2017-03-29block: block new I/O just after queue is set as dyingMing Lei-3/+10
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei-6/+6
2017-03-29block: add a read barrier in blk_queue_enter()Ming Lei-0/+9
2017-03-29blk-mq: comment on races related with timeout handlerMing Lei-0/+22
2017-03-29blk-mq: don't complete un-started request in timeout handlerMing Lei-10/+1
2017-03-28blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan-51/+87
2017-03-28new helper: uaccess_kernel()Al Viro-1/+1
2017-03-28blk-throttle: add latency target supportShaohua Li-4/+35
2017-03-28blk-throttle: add a mechanism to estimate IO latencyShaohua Li-6/+180
2017-03-28block: track request size in blk_issue_statShaohua Li-18/+37
2017-03-28blk-throttle: add interface for per-cgroup target latencyShaohua Li-4/+24
2017-03-28blk-throttle: ignore idle cgroup limitShaohua Li-14/+26
2017-03-28blk-throttle: add interface to configure idle time thresholdShaohua Li-13/+28
2017-03-28blk-throttle: add a simple idle detectionShaohua Li-1/+86
2017-03-28blk-throttle: make bandwidth change smoothShaohua Li-3/+54
2017-03-28blk-throttle: detect completed idle cgroupShaohua Li-1/+18
2017-03-28blk-throttle: choose a small throtl_slice for SSDShaohua Li-3/+24
2017-03-28blk-throttle: make throtl_slice tunableShaohua Li-22/+73
2017-03-28blk-throttle: make sure expire time isn't too bigShaohua Li-0/+11
2017-03-28blk-throttle: add downgrade logicShaohua Li-0/+156
2017-03-28blk-throttle: add upgrade logic for LIMIT_LOW stateShaohua Li-4/+96
2017-03-28blk-throttle: configure bps/iops limit for cgroup in low limitShaohua Li-2/+18
2017-03-28blk-throttle: add .low interfaceShaohua Li-28/+116
2017-03-28blk-throttle: add configure option for new .low interfaceShaohua Li-0/+12
2017-03-28blk-throttle: prepare support multiple limitsShaohua Li-40/+70
2017-03-28blk-throttle: use U64_MAX/UINT_MAX to replace -1Shaohua Li-16/+16
2017-03-25block: remove bio_clone_bioset_partial()Shaohua Li-48/+13
2017-03-24block: constify struct blk_integrity_profileEric Biggers-5/+5
2017-03-24blk-mq: include errors in did_work calculationJens Axboe-3/+4
2017-03-24block: remove outdated part of blkdev_issue_flush() commentEric Biggers-2/+1
2017-03-24block: correct documentation for blkdev_issue_discard() flagsEric Biggers-1/+1
2017-03-24block: introduce bio_copy_data_partialMing Lei-13/+47
2017-03-23block: make nr_iovecs unsigned in bio_alloc_bioset()Dan Carpenter-1/+2
2017-03-22blk-mq: streamline blk_mq_make_requestChristoph Hellwig-36/+15
2017-03-22blk-mq: split the plug and sync cases in blk_mq_make_requestChristoph Hellwig-18/+18
2017-03-22blk-mq: improve blk_mq_try_issue_directlyChristoph Hellwig-14/+18
2017-03-22blk-mq: merge mq and sq make_request instancesChristoph Hellwig-133/+31
2017-03-22blk-mq: remove BLK_MQ_F_DEFER_ISSUEChristoph Hellwig-7/+1
2017-03-22block: Fix oops scsi_disk_get()Jan Kara-1/+1
2017-03-22blk-mq: don't complete un-started request in timeout handlerMing Lei-10/+1
2017-03-21block: fix stacked driver stats init and freeJens Axboe-5/+8