summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | block: Split blk_pm_add_request() and blk_pm_put_request()Bart Van Assche2018-09-263-5/+33
| * | | block, scsi: Change the preempt-only flag into a counterBart Van Assche2018-09-262-18/+27
| * | | block: Move power management code into a new source fileBart Van Assche2018-09-266-216/+237
| * | | block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-261-5/+2
| * | | block: remove bvec_to_physChristoph Hellwig2018-09-241-2/+2
| * | | block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig2018-09-244-40/+17
| * | | block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_pageChristoph Hellwig2018-09-241-1/+3
| * | | block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-244-8/+22
| * | | block: move req_gap_back_merge to blk.hChristoph Hellwig2018-09-241-0/+19
| * | | block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig2018-09-241-0/+65
| * | | block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig2018-09-241-2/+33
| * | | blk-mq: Document the functions that iterate over requestsBart Van Assche2018-09-211-7/+64
| * | | blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)2018-09-213-4/+3
| * | | blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)2018-09-211-25/+39
| * | | blkcg: remove additional reference to the cssDennis Zhou (Facebook)2018-09-211-26/+36
| * | | blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-212-46/+12
| * | | blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)2018-09-211-24/+59
| * | | blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-214-10/+4
| * | | blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-213-26/+41
| * | | blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)2018-09-212-15/+27
| * | | blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)2018-09-212-4/+29
| * | | blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-215-8/+14
| * | | Blk-throttle: update to use rbtree with leftmost node cachedLiu Bo2018-09-201-26/+15
| * | | block: use bio_add_page in bio_iov_iter_get_pagesChristoph Hellwig2018-09-201-21/+20
| * | | blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente2018-09-141-2/+8
| * | | block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente2018-09-142-6/+88
| * | | block, bfq: correctly charge and reset entity service in all casesPaolo Valente2018-09-141-3/+10
| * | | blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'YueHaibing2018-09-131-5/+0
| * | | block: remove bio_rewind_iter()Ming Lei2018-09-062-9/+4
* | | | block: don't deal with discard limit in blkdev_issue_discard()Ming Lei2018-10-181-26/+2
| |_|/ |/| |
* | | blk-wbt: wake up all when we scale up, not downJosef Bacik2018-10-111-1/+1
| |/ |/|
* | blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov2018-09-271-2/+2
* | block: fix deadline elevator drain for zoned block devicesDamien Le Moal2018-09-261-1/+1
* | blk-mq: Allow blocking queue tag iter callbacksKeith Busch2018-09-251-9/+4
* | block: use nanosecond resolution for iostatOmar Sandoval2018-09-214-10/+8
* | blk-cgroup: increase number of supported policiesJens Axboe2018-09-111-1/+3
|/
* block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov2018-09-061-2/+2
* block: don't warn when doing fsync on read-only devicesMikulas Patocka2018-09-051-1/+4
* blkcg: use tryget logic when associating a blkg with a bioDennis Zhou (Facebook)2018-08-312-3/+5
* blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)2018-08-311-8/+45
* Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)2018-08-311-62/+16
* block: bsg: move atomic_t ref_count variable to refcount APIJohn Pittman2018-08-271-4/+4
* block: remove unnecessary condition checkChengguang Xu2018-08-271-2/+1
* blk-wbt: remove dead codeJens Axboe2018-08-271-5/+0
* blk-wbt: improve waking of tasksJens Axboe2018-08-271-7/+56
* blk-wbt: abstract out end IO completion handlerJens Axboe2018-08-271-7/+14
* blk-wbt: don't maintain inflight counts if disabledJens Axboe2018-08-232-1/+21
* blk-wbt: fix has-sleeper queueing checkJens Axboe2018-08-221-3/+5
* blk-wbt: use wq_has_sleeper() for wq active checkJens Axboe2018-08-221-4/+4
* blk-wbt: move disable check into get_limit()Jens Axboe2018-08-221-15/+7