summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: setup bounce bio_sets properlyJens Axboe2018-10-211-9/+28
* blkcg: reassociate bios when make_request() is called recursivelyDennis Zhou2018-10-202-0/+21
* blk-mq: provide helper for setting up an SQ queue and tag setJens Axboe2018-10-151-0/+33
* block: remove bogus check for queue_lock assignmentJens Axboe2018-10-141-2/+1
* blk-mq: fallback to previous nr_hw_queues when updating failsJianchao Wang2018-10-131-3/+24
* blk-mq: realloc hctx when hw queue is mapped to another nodeJianchao Wang2018-10-131-26/+56
* blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang2018-10-134-12/+15
* blk-mq: adjust debugfs and sysfs register when updating nr_hw_queuesJianchao Wang2018-10-131-27/+12
* block, bfq: improve asymmetric scenarios detectionFederico Motta2018-10-133-131/+155
* cfq: clear queue pointers from cfqg after unpinning them in cfq_pd_offlineMaciej S. Szmigiero2018-10-111-3/+9
* block: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2018-10-102-10/+0
* blk-mq: complete req in softirq context in case of single queueMing Lei2018-10-082-3/+16
* blk-mq-debugfs: Also show requests that have not yet been startedBart Van Assche2018-10-051-2/+1
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-018-19/+16
|\
| * 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
* | blk-iolatency: keep track of previous windows statsJosef Bacik2018-09-281-7/+13
* | blk-iolatency: use a percentile approache for ssd'sJosef Bacik2018-09-281-34/+145
* | blk-iolatency: deal with small samplesJosef Bacik2018-09-281-1/+1
* | blk-iolatency: deal with nr_requests == 1Josef Bacik2018-09-281-1/+1
* | blk-iolatency: use q->nr_requests directlyJosef Bacik2018-09-281-3/+3
* | kyber: fix integer overflow of latency targets on 32-bitOmar Sandoval2018-09-281-3/+3
* | 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
OpenPOWER on IntegriCloud