summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | kyber: add tracepointsOmar Sandoval2018-09-281-18/+34
| * | | kyber: implement improved heuristicsOmar Sandoval2018-09-281-218/+279
| * | | kyber: don't make domain token sbitmap larger than necessaryOmar Sandoval2018-09-281-13/+2Star
| * | | block: export blk_stat_enable_accounting()Omar Sandoval2018-09-281-0/+1
| * | | block: move call of scheduler's ->completed_request() hookOmar Sandoval2018-09-283-7/+7
| * | | blk-mq: Enable support for runtime power managementBart Van Assche2018-09-262-6/+2Star
| * | | block: Make blk_get_request() block for non-PM requests while suspendedBart Van Assche2018-09-262-34/+47
| * | | block: Allow unfreezing of a queue while requests are in progressBart Van Assche2018-09-261-1/+1
| * | | block: Schedule runtime resume earlierBart Van Assche2018-09-262-2/+2
| * | | 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/+2Star
| * | | block: remove bvec_to_physChristoph Hellwig2018-09-241-2/+2
| * | | block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig2018-09-244-40/+17Star
| * | | 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-221-7/+64
| * | | blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)2018-09-223-4/+3Star
| * | | blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)2018-09-221-25/+39
| * | | blkcg: remove additional reference to the cssDennis Zhou (Facebook)2018-09-221-26/+36
| * | | blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-222-46/+12Star
| * | | blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)2018-09-221-24/+59
| * | | blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-224-10/+4Star
| * | | blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-223-26/+41
| * | | blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)2018-09-222-15/+27
| * | | blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)2018-09-222-4/+29
| * | | blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-225-8/+14
| * | | Blk-throttle: update to use rbtree with leftmost node cachedLiu Bo2018-09-211-26/+15Star
| * | | block: use bio_add_page in bio_iov_iter_get_pagesChristoph Hellwig2018-09-201-21/+20Star
| * | | 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-141-5/+0Star
| * | | block: remove bio_rewind_iter()Ming Lei2018-09-062-9/+4Star
* | | | block: don't deal with discard limit in blkdev_issue_discard()Ming Lei2018-10-181-26/+2Star
| |_|/ |/| |
* | | 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-271-1/+1
* | blk-mq: Allow blocking queue tag iter callbacksKeith Busch2018-09-261-9/+4Star
* | block: use nanosecond resolution for iostatOmar Sandoval2018-09-224-10/+8Star
* | 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-061-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/+16Star