aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-30block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim1-1/+0
2017-03-29blk-mq: include errors in did_work calculationJens Axboe1-3/+4
2017-03-29block-mq: don't re-queue if we get a queue errorJosef Bacik1-2/+1
2017-03-29blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan1-25/+98
2017-03-29Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock"Jens Axboe2-91/+53
2017-03-29blk-mq: fix a typo and a spelling mistakeJens Axboe1-2/+2
2017-03-29blk-mq-pci: Fix two spelling mistakesSagi Grimberg1-1/+1
2017-03-29block: fix leak of q->rq_wbOmar Sandoval1-1/+3
2017-03-29blk-mq: fix leak of q->statsOmar Sandoval1-4/+0
2017-03-29block: warn if sharing request queue across gendisksOmar Sandoval2-0/+8
2017-03-29block: block new I/O just after queue is set as dyingMing Lei1-3/+10
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei5-9/+9
2017-03-29block: add a read barrier in blk_queue_enter()Ming Lei1-0/+9
2017-03-29blk-mq: comment on races related with timeout handlerMing Lei1-0/+22
2017-03-29blk-mq: don't complete un-started request in timeout handlerMing Lei1-10/+1
2017-03-28blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan2-53/+91
2017-03-28jsflash: stop sharing request queue across multiple gendisksOmar Sandoval1-14/+36
2017-03-28swim: stop sharing request queue across multiple gendisksOmar Sandoval1-19/+36
2017-03-28parport/pf: stop sharing request queue across multiple gendisksOmar Sandoval1-19/+38
2017-03-28parport/pcd: stop sharing request queue across multiple gendisksOmar Sandoval1-19/+38
2017-03-28parport/pd: stop sharing request queue across multiple gendisksOmar Sandoval1-16/+34
2017-03-28hd: stop sharing request queue across multiple gendisksOmar Sandoval1-23/+39
2017-03-28blk-throttle: add latency target supportShaohua Li1-4/+35
2017-03-28blk-throttle: add a mechanism to estimate IO latencyShaohua Li5-10/+185
2017-03-28block: track request size in blk_issue_statShaohua Li5-19/+38
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 Li4-1/+89
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 Li4-22/+79
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-24block: constify struct blk_integrity_profileEric Biggers4-14/+14
2017-03-24block: remove outdated part of blkdev_issue_flush() commentEric Biggers1-2/+1
2017-03-24block: correct documentation for blkdev_issue_discard() flagsEric Biggers1-1/+1
2017-03-24mg_disk: use setup_timerGeliang Tang1-3/+1
2017-03-24block: floppy: use setup_timerGeliang Tang1-3/+1
2017-03-23block: make nr_iovecs unsigned in bio_alloc_bioset()Dan Carpenter2-2/+3
2017-03-22blk-mq: streamline blk_mq_make_requestChristoph Hellwig1-36/+15
2017-03-22blk-mq: split the plug and sync cases in blk_mq_make_requestChristoph Hellwig1-18/+18
2017-03-22blk-mq: improve blk_mq_try_issue_directlyChristoph Hellwig1-14/+18