summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2018-09-24block: remove bvec_to_physChristoph Hellwig-2/+2
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig-40/+17
2018-09-24block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_pageChristoph Hellwig-1/+3
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig-8/+22
2018-09-24block: move req_gap_back_merge to blk.hChristoph Hellwig-0/+19
2018-09-24block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig-0/+65
2018-09-24block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig-2/+33
2018-09-21blk-mq: Document the functions that iterate over requestsBart Van Assche-7/+64
2018-09-21blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)-4/+3
2018-09-21blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)-25/+39
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)-26/+36
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)-46/+12
2018-09-21blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)-24/+59
2018-09-21blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)-10/+4
2018-09-21blkcg: always associate a bio with a blkgDennis Zhou (Facebook)-26/+41
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)-15/+27
2018-09-21blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)-4/+29
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)-8/+14
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval-10/+8
2018-09-20Blk-throttle: update to use rbtree with leftmost node cachedLiu Bo-26/+15
2018-09-20block: use bio_add_page in bio_iov_iter_get_pagesChristoph Hellwig-21/+20
2018-09-14blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente-2/+8
2018-09-14block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente-6/+88
2018-09-14block, bfq: correctly charge and reset entity service in all casesPaolo Valente-3/+10
2018-09-13blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'YueHaibing-5/+0
2018-09-11blk-cgroup: increase number of supported policiesJens Axboe-1/+3
2018-09-06block: remove bio_rewind_iter()Ming Lei-9/+4
2018-09-06block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov-2/+2
2018-09-05block: don't warn when doing fsync on read-only devicesMikulas Patocka-1/+4
2018-08-31blkcg: use tryget logic when associating a blkg with a bioDennis Zhou (Facebook)-3/+5
2018-08-31blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)-8/+45
2018-08-31Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)-62/+16
2018-08-27block: bsg: move atomic_t ref_count variable to refcount APIJohn Pittman-4/+4
2018-08-27block: remove unnecessary condition checkChengguang Xu-2/+1
2018-08-27blk-wbt: remove dead codeJens Axboe-5/+0
2018-08-27blk-wbt: improve waking of tasksJens Axboe-7/+56
2018-08-27blk-wbt: abstract out end IO completion handlerJens Axboe-7/+14
2018-08-23blk-wbt: don't maintain inflight counts if disabledJens Axboe-1/+21
2018-08-22blk-wbt: fix has-sleeper queueing checkJens Axboe-3/+5
2018-08-22blk-wbt: use wq_has_sleeper() for wq active checkJens Axboe-4/+4
2018-08-22blk-wbt: move disable check into get_limit()Jens Axboe-15/+7
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds-100/+173
2018-08-21blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang-1/+17
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang-65/+98
2018-08-17block: remove duplicate initializationChaitanya Kulkarni-1/+0
2018-08-16block: change return type to boolChengguang Xu-1/+1
2018-08-16block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero-1/+2
2018-08-16block, bfq: improve code of bfq_bfqq_charge_timePaolo Valente-9/+5
2018-08-16block, bfq: reduce write overchargePaolo Valente-14/+19
2018-08-16block, bfq: always update the budget of an entity when neededPaolo Valente-2/+6