Age | Commit message (Expand) | Author |
2018-09-26 | blk-mq: Enable support for runtime power management | Bart Van Assche |
2018-09-26 | block: Make blk_get_request() block for non-PM requests while suspended | Bart Van Assche |
2018-09-26 | block: Allow unfreezing of a queue while requests are in progress | Bart Van Assche |
2018-09-26 | block: Schedule runtime resume earlier | Bart Van Assche |
2018-09-26 | block: Split blk_pm_add_request() and blk_pm_put_request() | Bart Van Assche |
2018-09-26 | block, scsi: Change the preempt-only flag into a counter | Bart Van Assche |
2018-09-26 | block: Move power management code into a new source file | Bart Van Assche |
2018-09-26 | block: remove ARCH_BIOVEC_PHYS_MERGEABLE | Christoph Hellwig |
2018-09-25 | blk-mq: Allow blocking queue tag iter callbacks | Keith Busch |
2018-09-24 | block: remove bvec_to_phys | Christoph Hellwig |
2018-09-24 | block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable | Christoph Hellwig |
2018-09-24 | block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_page | Christoph Hellwig |
2018-09-24 | block: simplify BIOVEC_PHYS_MERGEABLE | Christoph Hellwig |
2018-09-24 | block: move req_gap_back_merge to blk.h | Christoph Hellwig |
2018-09-24 | block: move req_gap_{back,front}_merge to blk-merge.c | Christoph Hellwig |
2018-09-24 | block: move integrity_req_gap_{back,front}_merge to blk.h | Christoph Hellwig |
2018-09-21 | blk-mq: Document the functions that iterate over requests | Bart Van Assche |
2018-09-21 | blkcg: rename blkg_try_get to blkg_tryget | Dennis Zhou (Facebook) |
2018-09-21 | blkcg: change blkg reference counting to use percpu_ref | Dennis Zhou (Facebook) |
2018-09-21 | blkcg: remove additional reference to the css | Dennis Zhou (Facebook) |
2018-09-21 | blkcg: remove bio->bi_css and instead use bio->bi_blkg | Dennis Zhou (Facebook) |
2018-09-21 | blkcg: associate a blkg for pages being evicted by swap | Dennis Zhou (Facebook) |
2018-09-21 | blkcg: consolidate bio_issue_init to be a part of core | Dennis Zhou (Facebook) |
2018-09-21 | blkcg: always associate a bio with a blkg | Dennis Zhou (Facebook) |
2018-09-21 | blkcg: convert blkg_lookup_create to find closest blkg | Dennis Zhou (Facebook) |
2018-09-21 | blkcg: update blkg_lookup_create to do locking | Dennis Zhou (Facebook) |
2018-09-21 | blkcg: fix ref count issue with bio_blkcg using task_css | Dennis Zhou (Facebook) |
2018-09-21 | block: use nanosecond resolution for iostat | Omar Sandoval |
2018-09-20 | Blk-throttle: update to use rbtree with leftmost node cached | Liu Bo |
2018-09-20 | block: use bio_add_page in bio_iov_iter_get_pages | Christoph Hellwig |
2018-09-14 | blok, bfq: do not plug I/O if all queues are weight-raised | Paolo Valente |
2018-09-14 | block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash | Paolo Valente |
2018-09-14 | block, bfq: correctly charge and reset entity service in all cases | Paolo Valente |
2018-09-13 | blk-iolatency: remove set but not used variables 'changed' and 'blkiolat' | YueHaibing |
2018-09-11 | blk-cgroup: increase number of supported policies | Jens Axboe |
2018-09-06 | block: remove bio_rewind_iter() | Ming Lei |
2018-09-06 | block: bfq: swap puts in bfqg_and_blkg_put | Konstantin Khlebnikov |
2018-09-05 | block: don't warn when doing fsync on read-only devices | Mikulas Patocka |
2018-08-31 | blkcg: use tryget logic when associating a blkg with a bio | Dennis Zhou (Facebook) |
2018-08-31 | blkcg: delay blkg destruction until after writeback has finished | Dennis Zhou (Facebook) |
2018-08-31 | Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd... | Dennis Zhou (Facebook) |
2018-08-27 | block: bsg: move atomic_t ref_count variable to refcount API | John Pittman |
2018-08-27 | block: remove unnecessary condition check | Chengguang Xu |
2018-08-27 | blk-wbt: remove dead code | Jens Axboe |
2018-08-27 | blk-wbt: improve waking of tasks | Jens Axboe |
2018-08-27 | blk-wbt: abstract out end IO completion handler | Jens Axboe |
2018-08-23 | blk-wbt: don't maintain inflight counts if disabled | Jens Axboe |
2018-08-22 | blk-wbt: fix has-sleeper queueing check | Jens Axboe |
2018-08-22 | blk-wbt: use wq_has_sleeper() for wq active check | Jens Axboe |
2018-08-22 | blk-wbt: move disable check into get_limit() | Jens Axboe |