| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-10-27 | 1 | -3/+5 |
|\ |
|
| * | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD | Johannes Weiner | 2018-10-27 | 1 | -3/+5 |
* | | block, bfq: fix asymmetric scenarios detection | Federico Motta | 2018-10-25 | 1 | -12/+6 |
* | | blk-mq: place trace_block_getrq() in correct place | Xiaoguang Wang | 2018-10-25 | 1 | -2/+2 |
* | | block: Introduce blk_revalidate_disk_zones() | Damien Le Moal | 2018-10-25 | 3 | -0/+144 |
* | | block: add a report_zones method | Christoph Hellwig | 2018-10-25 | 3 | -115/+51 |
* | | block: Expose queue nr_zones in sysfs | Damien Le Moal | 2018-10-25 | 1 | -0/+11 |
* | | block: Improve zone reset execution | Damien Le Moal | 2018-10-25 | 3 | -20/+24 |
* | | block: Introduce BLKGETNRZONES ioctl | Damien Le Moal | 2018-10-25 | 1 | -0/+2 |
* | | block: Introduce BLKGETZONESZ ioctl | Damien Le Moal | 2018-10-25 | 1 | -0/+2 |
* | | block: Limit allocation of zone descriptors for report zones | Damien Le Moal | 2018-10-25 | 1 | -2/+1 |
* | | block: Introduce blkdev_nr_zones() helper | Damien Le Moal | 2018-10-25 | 1 | -0/+27 |
|/ |
|
* | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-10-22 | 30 | -1010/+1726 |
|\ |
|
| * | block: setup bounce bio_sets properly | Jens Axboe | 2018-10-21 | 1 | -9/+28 |
| * | blkcg: reassociate bios when make_request() is called recursively | Dennis Zhou | 2018-10-20 | 2 | -0/+21 |
| * | blk-mq: provide helper for setting up an SQ queue and tag set | Jens Axboe | 2018-10-16 | 1 | -0/+33 |
| * | block: remove bogus check for queue_lock assignment | Jens Axboe | 2018-10-14 | 1 | -2/+1 |
| * | blk-mq: fallback to previous nr_hw_queues when updating fails | Jianchao Wang | 2018-10-13 | 1 | -3/+24 |
| * | blk-mq: realloc hctx when hw queue is mapped to another node | Jianchao Wang | 2018-10-13 | 1 | -26/+56 |
| * | blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxs | Jianchao Wang | 2018-10-13 | 4 | -12/+15 |
| * | blk-mq: adjust debugfs and sysfs register when updating nr_hw_queues | Jianchao Wang | 2018-10-13 | 1 | -27/+12 |
| * | block, bfq: improve asymmetric scenarios detection | Federico Motta | 2018-10-13 | 3 | -131/+155 |
| * | cfq: clear queue pointers from cfqg after unpinning them in cfq_pd_offline | Maciej S. Szmigiero | 2018-10-11 | 1 | -3/+9 |
| * | block: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz | 2018-10-10 | 2 | -10/+0 |
| * | blk-mq: complete req in softirq context in case of single queue | Ming Lei | 2018-10-08 | 2 | -3/+16 |
| * | blk-mq-debugfs: Also show requests that have not yet been started | Bart Van Assche | 2018-10-05 | 1 | -2/+1 |
| * | Merge tag 'v4.19-rc6' into for-4.20/block | Jens Axboe | 2018-10-01 | 8 | -19/+16 |
| |\ |
|
| * | | blk-iolatency: keep track of previous windows stats | Josef Bacik | 2018-09-28 | 1 | -7/+13 |
| * | | blk-iolatency: use a percentile approache for ssd's | Josef Bacik | 2018-09-28 | 1 | -34/+145 |
| * | | blk-iolatency: deal with small samples | Josef Bacik | 2018-09-28 | 1 | -1/+1 |
| * | | blk-iolatency: deal with nr_requests == 1 | Josef Bacik | 2018-09-28 | 1 | -1/+1 |
| * | | blk-iolatency: use q->nr_requests directly | Josef Bacik | 2018-09-28 | 1 | -3/+3 |
| * | | kyber: fix integer overflow of latency targets on 32-bit | Omar Sandoval | 2018-09-28 | 1 | -3/+3 |
| * | | block: genhd: add 'groups' argument to device_add_disk | Hannes Reinecke | 2018-09-28 | 1 | -5/+14 |
| * | | kyber: add tracepoints | Omar Sandoval | 2018-09-28 | 1 | -18/+34 |
| * | | kyber: implement improved heuristics | Omar Sandoval | 2018-09-28 | 1 | -218/+279 |
| * | | kyber: don't make domain token sbitmap larger than necessary | Omar Sandoval | 2018-09-28 | 1 | -13/+2 |
| * | | block: export blk_stat_enable_accounting() | Omar Sandoval | 2018-09-28 | 1 | -0/+1 |
| * | | block: move call of scheduler's ->completed_request() hook | Omar Sandoval | 2018-09-28 | 3 | -7/+7 |
| * | | blk-mq: Enable support for runtime power management | Bart Van Assche | 2018-09-26 | 2 | -6/+2 |
| * | | block: Make blk_get_request() block for non-PM requests while suspended | Bart Van Assche | 2018-09-26 | 2 | -34/+47 |
| * | | block: Allow unfreezing of a queue while requests are in progress | Bart Van Assche | 2018-09-26 | 1 | -1/+1 |
| * | | block: Schedule runtime resume earlier | Bart Van Assche | 2018-09-26 | 2 | -2/+2 |
| * | | block: Split blk_pm_add_request() and blk_pm_put_request() | Bart Van Assche | 2018-09-26 | 3 | -5/+33 |
| * | | block, scsi: Change the preempt-only flag into a counter | Bart Van Assche | 2018-09-26 | 2 | -18/+27 |
| * | | block: Move power management code into a new source file | Bart Van Assche | 2018-09-26 | 6 | -216/+237 |
| * | | block: remove ARCH_BIOVEC_PHYS_MERGEABLE | Christoph Hellwig | 2018-09-26 | 1 | -5/+2 |
| * | | block: remove bvec_to_phys | Christoph Hellwig | 2018-09-24 | 1 | -2/+2 |
| * | | block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable | Christoph Hellwig | 2018-09-24 | 4 | -40/+17 |
| * | | block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_page | Christoph Hellwig | 2018-09-24 | 1 | -1/+3 |