| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-08-14 | 40 | -1220/+2563 |
|\ |
|
| * | blkcg: Make blkg_root_lookup() work for queues in bypass mode | Bart Van Assche | 2018-08-11 | 1 | -1/+1 |
| * | Blk-throttle: reduce tail io latency when iops limit is enforced | Liu Bo | 2018-08-09 | 1 | -6/+1 |
| * | block: Ensure that a request queue is dissociated from the cgroup controller | Bart Van Assche | 2018-08-09 | 1 | -0/+15 |
| * | block: Introduce blk_exit_queue() | Bart Van Assche | 2018-08-09 | 2 | -24/+31 |
| * | blk-mq: count the hctx as active before allocating tag | Jianchao Wang | 2018-08-09 | 2 | -2/+9 |
| * | block: bvec_nr_vecs() returns value for wrong slab | Greg Edwards | 2018-08-09 | 1 | -1/+1 |
| * | cfq: Suppress compiler warnings about comparisons | Bart Van Assche | 2018-08-07 | 1 | -10/+12 |
| * | cfq: Annotate fall-through in a switch statement | Bart Van Assche | 2018-08-07 | 1 | -0/+1 |
| * | blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait | Anchal Agarwal | 2018-08-07 | 1 | -31/+24 |
| * | Merge tag 'v4.18-rc6' into for-4.19/block2 | Jens Axboe | 2018-08-05 | 1 | -2/+0 |
| |\ |
|
| * | | blk-mq: fix updating tags depth | Ming Lei | 2018-08-02 | 1 | -4/+4 |
| * | | block: really disable runtime-pm for blk-mq | Ming Lei | 2018-08-02 | 1 | -2/+4 |
| * | | block: make iolatency avg_lat exponentially decay | Dennis Zhou (Facebook) | 2018-08-02 | 1 | -15/+45 |
| * | | blk-cgroup: hold the queue ref during throttling | Josef Bacik | 2018-08-01 | 1 | -1/+1 |
| * | | blk-iolatency: fix blkg leak in timer_fn | Josef Bacik | 2018-08-01 | 1 | -1/+1 |
| * | | block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow path | zhong jiang | 2018-08-01 | 1 | -3/+2 |
| * | | block: blk_init_allocated_queue() set q->fq as NULL in the fail case | xiao jin | 2018-07-30 | 1 | -0/+1 |
| * | | block: move dif_prepare/dif_complete functions to block layer | Max Gurtovoy | 2018-07-30 | 1 | -0/+110 |
| * | | partitions/aix: append null character to print data from disk | Mauricio Faria de Oliveira | 2018-07-27 | 1 | -2/+6 |
| * | | partitions/aix: fix usage of uninitialized lv_info and lvname structures | Mauricio Faria de Oliveira | 2018-07-27 | 1 | -2/+3 |
| * | | block: move bio_integrity_{intervals,bytes} into blkdev.h | Greg Edwards | 2018-07-26 | 1 | -22/+0 |
| * | | block: allow max_discard_segments to be stacked | Mike Snitzer | 2018-07-24 | 1 | -1/+1 |
| * | | block: unexport bio_clone_bioset | Christoph Hellwig | 2018-07-24 | 2 | -78/+68 |
| * | | block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vec | Christoph Hellwig | 2018-07-24 | 1 | -4/+2 |
| * | | block: simplify bio_check_pages_dirty | Christoph Hellwig | 2018-07-24 | 1 | -35/+21 |
| * | | blk-mq: fail the request in case issue failure | Ming Lei | 2018-07-22 | 1 | -2/+6 |
| * | | blk-rq-qos: make depth comparisons unsigned | Josef Bacik | 2018-07-22 | 2 | -5/+5 |
| * | | blkcg: Track DISCARD statistics and output them in cgroup io.stat | Tejun Heo | 2018-07-18 | 1 | -4/+9 |
| * | | block: Track DISCARD statistics and output them in stat and diskstat | Michael Callahan | 2018-07-18 | 2 | -5/+17 |
| * | | block: Add and use op_stat_group() for indexing disk_stat fields. | Michael Callahan | 2018-07-18 | 2 | -13/+15 |
| * | | block: Define and use STAT_READ and STAT_WRITE | Michael Callahan | 2018-07-18 | 2 | -16/+16 |
| * | | blk-mq: issue directly if hw queue isn't busy in case of 'none' | Ming Lei | 2018-07-17 | 3 | -2/+36 |
| * | | blk-iolatency: truncate our current time | Josef Bacik | 2018-07-16 | 1 | -0/+6 |
| * | | blk-iolatency: don't change the latency window | Josef Bacik | 2018-07-16 | 1 | -10/+0 |
| * | | bsg: remove read/write support | Christoph Hellwig | 2018-07-12 | 1 | -454/+6 |
| * | | blk-iolatency: fix max_depth comparisons | Josef Bacik | 2018-07-11 | 1 | -6/+6 |
| * | | block: iolatency: avoid 64-bit division | Arnd Bergmann | 2018-07-10 | 1 | -2/+1 |
| * | | block: Add default switch case to blk_pm_allow_request() to kill warning | Geert Uytterhoeven | 2018-07-09 | 1 | -2/+2 |
| * | | block: fix infinite loop if the device loses discard capability | Mikulas Patocka | 2018-07-09 | 1 | -0/+10 |
| * | | block, mm: remove unnecessary __GFP_HIGH flag | Shakeel Butt | 2018-07-09 | 1 | -1/+1 |
| * | | block: introduce blk-iolatency io controller | Josef Bacik | 2018-07-09 | 5 | -0/+957 |
| * | | rq-qos: introduce dio_bio callback | Josef Bacik | 2018-07-09 | 3 | -0/+16 |
| * | | block: remove external dependency on wbt_flags | Josef Bacik | 2018-07-09 | 6 | -42/+68 |
| * | | blk-rq-qos: refactor out common elements of blk-wbt | Josef Bacik | 2018-07-09 | 9 | -249/+476 |
| * | | blk-stat: export helpers for modifying blk_rq_stat | Josef Bacik | 2018-07-09 | 2 | -8/+12 |
| * | | blkcg: add generic throttling mechanism | Josef Bacik | 2018-07-09 | 1 | -0/+220 |
| * | | swap,blkcg: issue swap io with the appropriate context | Tejun Heo | 2018-07-09 | 1 | -0/+24 |
| * | | blk-cgroup: allow controllers to output their own stats | Josef Bacik | 2018-07-09 | 1 | -3/+44 |
| * | | block: add bi_blkg to the bio for cgroups | Josef Bacik | 2018-07-09 | 2 | -14/+30 |