summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-5/+14
* kyber: add tracepointsOmar Sandoval2018-09-271-18/+34
* kyber: implement improved heuristicsOmar Sandoval2018-09-271-218/+279
* kyber: don't make domain token sbitmap larger than necessaryOmar Sandoval2018-09-271-13/+2
* block: export blk_stat_enable_accounting()Omar Sandoval2018-09-271-0/+1
* block: move call of scheduler's ->completed_request() hookOmar Sandoval2018-09-273-7/+7
* blk-mq: Enable support for runtime power managementBart Van Assche2018-09-262-6/+2
* 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/+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: 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
OpenPOWER on IntegriCloud