aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-09-26blk-mq: Enable support for runtime power managementGravatar Bart Van Assche 2-6/+2
2018-09-26block: Make blk_get_request() block for non-PM requests while suspendedGravatar Bart Van Assche 2-34/+47
2018-09-26block: Allow unfreezing of a queue while requests are in progressGravatar Bart Van Assche 1-1/+1
2018-09-26block: Schedule runtime resume earlierGravatar Bart Van Assche 2-2/+2
2018-09-26block: Split blk_pm_add_request() and blk_pm_put_request()Gravatar Bart Van Assche 3-5/+33
2018-09-26block, scsi: Change the preempt-only flag into a counterGravatar Bart Van Assche 2-18/+27
2018-09-26block: Move power management code into a new source fileGravatar Bart Van Assche 6-216/+237
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEGravatar Christoph Hellwig 1-5/+2
2018-09-25blk-mq: Allow blocking queue tag iter callbacksGravatar Keith Busch 1-9/+4
2018-09-24block: remove bvec_to_physGravatar Christoph Hellwig 1-2/+2
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableGravatar Christoph Hellwig 4-40/+17
2018-09-24block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_pageGravatar Christoph Hellwig 1-1/+3
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEGravatar Christoph Hellwig 4-8/+22
2018-09-24block: move req_gap_back_merge to blk.hGravatar Christoph Hellwig 1-0/+19
2018-09-24block: move req_gap_{back,front}_merge to blk-merge.cGravatar Christoph Hellwig 1-0/+65
2018-09-24block: move integrity_req_gap_{back,front}_merge to blk.hGravatar Christoph Hellwig 1-2/+33
2018-09-21blk-mq: Document the functions that iterate over requestsGravatar Bart Van Assche 1-7/+64
2018-09-21blkcg: rename blkg_try_get to blkg_trygetGravatar Dennis Zhou (Facebook) 3-4/+3
2018-09-21blkcg: change blkg reference counting to use percpu_refGravatar Dennis Zhou (Facebook) 1-25/+39
2018-09-21blkcg: remove additional reference to the cssGravatar Dennis Zhou (Facebook) 1-26/+36
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou (Facebook) 2-46/+12
2018-09-21blkcg: associate a blkg for pages being evicted by swapGravatar Dennis Zhou (Facebook) 1-24/+59
2018-09-21blkcg: consolidate bio_issue_init to be a part of coreGravatar Dennis Zhou (Facebook) 4-10/+4
2018-09-21blkcg: always associate a bio with a blkgGravatar Dennis Zhou (Facebook) 3-26/+41
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgGravatar Dennis Zhou (Facebook) 2-15/+27
2018-09-21blkcg: update blkg_lookup_create to do lockingGravatar Dennis Zhou (Facebook) 2-4/+29
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssGravatar Dennis Zhou (Facebook) 5-8/+14
2018-09-21block: use nanosecond resolution for iostatGravatar Omar Sandoval 4-10/+8
2018-09-20Blk-throttle: update to use rbtree with leftmost node cachedGravatar Liu Bo 1-26/+15
2018-09-20block: use bio_add_page in bio_iov_iter_get_pagesGravatar Christoph Hellwig 1-21/+20
2018-09-14blok, bfq: do not plug I/O if all queues are weight-raisedGravatar Paolo Valente 1-2/+8
2018-09-14block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashGravatar Paolo Valente 2-6/+88
2018-09-14block, bfq: correctly charge and reset entity service in all casesGravatar Paolo Valente 1-3/+10
2018-09-13blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'Gravatar YueHaibing 1-5/+0
2018-09-11blk-cgroup: increase number of supported policiesGravatar Jens Axboe 1-1/+3
2018-09-06block: remove bio_rewind_iter()Gravatar Ming Lei 2-9/+4
2018-09-06block: bfq: swap puts in bfqg_and_blkg_putGravatar Konstantin Khlebnikov 1-2/+2
2018-09-05block: don't warn when doing fsync on read-only devicesGravatar Mikulas Patocka 1-1/+4
2018-08-31blkcg: use tryget logic when associating a blkg with a bioGravatar Dennis Zhou (Facebook) 2-3/+5
2018-08-31blkcg: delay blkg destruction until after writeback has finishedGravatar Dennis Zhou (Facebook) 1-8/+45
2018-08-31Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Gravatar Dennis Zhou (Facebook) 1-62/+16
2018-08-27block: bsg: move atomic_t ref_count variable to refcount APIGravatar John Pittman 1-4/+4
2018-08-27block: remove unnecessary condition checkGravatar Chengguang Xu 1-2/+1
2018-08-27blk-wbt: remove dead codeGravatar Jens Axboe 1-5/+0
2018-08-27blk-wbt: improve waking of tasksGravatar Jens Axboe 1-7/+56
2018-08-27blk-wbt: abstract out end IO completion handlerGravatar Jens Axboe 1-7/+14
2018-08-23blk-wbt: don't maintain inflight counts if disabledGravatar Jens Axboe 2-1/+21
2018-08-22blk-wbt: fix has-sleeper queueing checkGravatar Jens Axboe 1-3/+5
2018-08-22blk-wbt: use wq_has_sleeper() for wq active checkGravatar Jens Axboe 1-4/+4
2018-08-22blk-wbt: move disable check into get_limit()Gravatar Jens Axboe 1-15/+7