- 345671e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- 8508cf3 sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD by Johannes Weiner · 6 years ago
- 98fa7a3 block, bfq: fix asymmetric scenarios detection by Federico Motta · 6 years ago
- d6f1dda blk-mq: place trace_block_getrq() in correct place by Xiaoguang Wang · 6 years ago
- bf50545 block: Introduce blk_revalidate_disk_zones() by Damien Le Moal · 6 years ago
- e76239a block: add a report_zones method by Christoph Hellwig · 6 years ago
- 965b652 block: Expose queue nr_zones in sysfs by Damien Le Moal · 6 years ago
- a2d6b3a block: Improve zone reset execution by Damien Le Moal · 6 years ago
- 65e4e3e block: Introduce BLKGETNRZONES ioctl by Damien Le Moal · 6 years ago
- 72cd875 block: Introduce BLKGETZONESZ ioctl by Damien Le Moal · 6 years ago
- 2e85fba block: Limit allocation of zone descriptors for report zones by Damien Le Moal · 6 years ago
- a91e138 block: Introduce blkdev_nr_zones() helper by Damien Le Moal · 6 years ago
- 6ab9e09 Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- 52990a5 block: setup bounce bio_sets properly by Jens Axboe · 6 years ago
- d459d85 blkcg: reassociate bios when make_request() is called recursively by Dennis Zhou · 6 years ago
- 744889b7 block: don't deal with discard limit in blkdev_issue_discard() by Ming Lei · 6 years ago
- 9316a9e blk-mq: provide helper for setting up an SQ queue and tag set by Jens Axboe · 6 years ago
- 5e27891 block: remove bogus check for queue_lock assignment by Jens Axboe · 6 years ago
- e01ad46 blk-mq: fallback to previous nr_hw_queues when updating fails by Jianchao Wang · 6 years ago
- 34d11ff blk-mq: realloc hctx when hw queue is mapped to another node by Jianchao Wang · 6 years ago
- 5b20285 blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxs by Jianchao Wang · 6 years ago
- 477e19d blk-mq: adjust debugfs and sysfs register when updating nr_hw_queues by Jianchao Wang · 6 years ago
- 2d29c9f block, bfq: improve asymmetric scenarios detection by Federico Motta · 6 years ago
- 5e65a20 blk-wbt: wake up all when we scale up, not down by Josef Bacik · 6 years ago
- a2fa8a1 cfq: clear queue pointers from cfqg after unpinning them in cfq_pd_offline by Maciej S. Szmigiero · 6 years ago
- 1306ad4 block: remove redundant 'default n' from Kconfig-s by Bartlomiej Zolnierkiewicz · 6 years ago
- 36e7653 blk-mq: complete req in softirq context in case of single queue by Ming Lei · 6 years ago
- 6d8623a blk-mq-debugfs: Also show requests that have not yet been started by Bart Van Assche · 6 years ago
- c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
- 451bb7c blk-iolatency: keep track of previous windows stats by Josef Bacik · 6 years ago
- 1fa2840 blk-iolatency: use a percentile approache for ssd's by Josef Bacik · 6 years ago
- 22ed8a9 blk-iolatency: deal with small samples by Josef Bacik · 6 years ago
- 9f60511 blk-iolatency: deal with nr_requests == 1 by Josef Bacik · 6 years ago
- ff4cee0 blk-iolatency: use q->nr_requests directly by Josef Bacik · 6 years ago
- f0a0cdd kyber: fix integer overflow of latency targets on 32-bit by Omar Sandoval · 6 years ago
- fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
- 6c3b7af kyber: add tracepoints by Omar Sandoval · 6 years ago
- 6e25cb0 kyber: implement improved heuristics by Omar Sandoval · 6 years ago
- fa2a1f6 kyber: don't make domain token sbitmap larger than necessary by Omar Sandoval · 6 years ago
- f8232f2 block: export blk_stat_enable_accounting() by Omar Sandoval · 6 years ago
- ed88660 block: move call of scheduler's ->completed_request() hook by Omar Sandoval · 6 years ago
- 587562d blk-mq: I/O and timer unplugs are inverted in blktrace by Ilya Dryomov · 6 years ago
- 854f31c block: fix deadline elevator drain for zoned block devices by Damien Le Moal · 6 years ago
- 986d413 blk-mq: Enable support for runtime power management by Bart Van Assche · 6 years ago
- 7cedffe block: Make blk_get_request() block for non-PM requests while suspended by Bart Van Assche · 6 years ago
- bdd6316 block: Allow unfreezing of a queue while requests are in progress by Bart Van Assche · 6 years ago
- 0d25bd0 block: Schedule runtime resume earlier by Bart Van Assche · 6 years ago
- 154b00d block: Split blk_pm_add_request() and blk_pm_put_request() by Bart Van Assche · 6 years ago
- cd84a62 block, scsi: Change the preempt-only flag into a counter by Bart Van Assche · 6 years ago
- bca6b06 block: Move power management code into a new source file by Bart Van Assche · 6 years ago
- c39ae60 block: remove ARCH_BIOVEC_PHYS_MERGEABLE by Christoph Hellwig · 6 years ago
- 530ca2c blk-mq: Allow blocking queue tag iter callbacks by Keith Busch · 6 years ago
- 6e76846 block: remove bvec_to_phys by Christoph Hellwig · 6 years ago
- 3dccdae block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable by Christoph Hellwig · 6 years ago
- 0e25339 block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_page by Christoph Hellwig · 6 years ago
- 6a9f5f2 block: simplify BIOVEC_PHYS_MERGEABLE by Christoph Hellwig · 6 years ago
- 27ca1d4 block: move req_gap_back_merge to blk.h by Christoph Hellwig · 6 years ago
- e990700 block: move req_gap_{back,front}_merge to blk-merge.c by Christoph Hellwig · 6 years ago
- 43b729b block: move integrity_req_gap_{back,front}_merge to blk.h by Christoph Hellwig · 6 years ago
- c7b1bf5 blk-mq: Document the functions that iterate over requests by Bart Van Assche · 6 years ago
- 101246e blkcg: rename blkg_try_get to blkg_tryget by Dennis Zhou (Facebook) · 6 years ago
- b3b9f24 blkcg: change blkg reference counting to use percpu_ref by Dennis Zhou (Facebook) · 6 years ago
- f0fcb3e blkcg: remove additional reference to the css by Dennis Zhou (Facebook) · 6 years ago
- c839e7a blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou (Facebook) · 6 years ago
- 74b7c02 blkcg: associate a blkg for pages being evicted by swap by Dennis Zhou (Facebook) · 6 years ago
- 5bf9a1f blkcg: consolidate bio_issue_init to be a part of core by Dennis Zhou (Facebook) · 6 years ago
- a7b39b4 blkcg: always associate a bio with a blkg by Dennis Zhou (Facebook) · 6 years ago
- 07b05bc blkcg: convert blkg_lookup_create to find closest blkg by Dennis Zhou (Facebook) · 6 years ago
- 49f4c2d blkcg: update blkg_lookup_create to do locking by Dennis Zhou (Facebook) · 6 years ago
- 27e6fa9 blkcg: fix ref count issue with bio_blkcg using task_css by Dennis Zhou (Facebook) · 6 years ago
- b57e99b block: use nanosecond resolution for iostat by Omar Sandoval · 6 years ago
- 9ff0125 Blk-throttle: update to use rbtree with leftmost node cached by Liu Bo · 6 years ago
- 576ed91 block: use bio_add_page in bio_iov_iter_get_pages by Christoph Hellwig · 6 years ago
- c8765de blok, bfq: do not plug I/O if all queues are weight-raised by Paolo Valente · 6 years ago
- d0edc24 block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash by Paolo Valente · 6 years ago
- cbeb869 block, bfq: correctly charge and reset entity service in all cases by Paolo Valente · 6 years ago
- f8c0d7b blk-iolatency: remove set but not used variables 'changed' and 'blkiolat' by YueHaibing · 6 years ago
- 01c5f85 blk-cgroup: increase number of supported policies by Jens Axboe · 6 years ago
- 7759eb2 block: remove bio_rewind_iter() by Ming Lei · 6 years ago
- d5274b3 block: bfq: swap puts in bfqg_and_blkg_put by Konstantin Khlebnikov · 6 years ago
- 8b2ded1 block: don't warn when doing fsync on read-only devices by Mikulas Patocka · 6 years ago
- 3111885 blkcg: use tryget logic when associating a blkg with a bio by Dennis Zhou (Facebook) · 6 years ago
- 59b5771 blkcg: delay blkg destruction until after writeback has finished by Dennis Zhou (Facebook) · 6 years ago
- 6b06546 Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()" by Dennis Zhou (Facebook) · 6 years ago
- db19395 block: bsg: move atomic_t ref_count variable to refcount API by John Pittman · 6 years ago
- 62d2a19 block: remove unnecessary condition check by Chengguang Xu · 6 years ago
- b0a84be blk-wbt: remove dead code by Jens Axboe · 6 years ago
- 38cfb5a blk-wbt: improve waking of tasks by Jens Axboe · 6 years ago
- 061a542 blk-wbt: abstract out end IO completion handler by Jens Axboe · 6 years ago
- c125311 blk-wbt: don't maintain inflight counts if disabled by Jens Axboe · 6 years ago
- c45e6a0 blk-wbt: fix has-sleeper queueing check by Jens Axboe · 6 years ago
- b788209 blk-wbt: use wq_has_sleeper() for wq active check by Jens Axboe · 6 years ago
- ffa358d blk-wbt: move disable check into get_limit() by Jens Axboe · 6 years ago
- 5bed49a Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- f5bbbbe blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iter by Jianchao Wang · 6 years ago
- d48ece2 blk-mq: init hctx sched after update ctx and hctx mapping by Jianchao Wang · 6 years ago
- fcedba4 block: remove duplicate initialization by Chaitanya Kulkarni · 6 years ago
- 599d067 block: change return type to bool by Chengguang Xu · 6 years ago
- fc8ebd0 block, bfq: return nbytes and not zero from struct cftype .write() method by Maciej S. Szmigiero · 6 years ago
- f812164 block, bfq: improve code of bfq_bfqq_charge_time by Paolo Valente · 6 years ago