summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: map queues to all present CPUsChristoph Hellwig2017-07-241-2/+2
* block: disable runtime-pm for blk-mqChristoph Hellwig2017-07-241-0/+4
* bfq: dispatch request to prevent queue stalling after the request completionHou Tao2017-07-121-0/+3
* bfq: fix typos in comments about B-WF2Q+ algorithmHou Tao2017-07-122-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-1111-126/+168
|\
| * block: call bio_uninit in bio_endioShaohua Li2017-07-101-0/+2
| * block: Fix __blkdev_issue_zeroout loopDamien Le Moal2017-07-061-5/+18
| * bio-integrity: fix boolreturn.cocci warningskbuild test robot2017-07-041-1/+1
| * bio-integrity: stop abusing bi_end_ioChristoph Hellwig2017-07-033-30/+25
| * bio-integrity: Restore original iterator on verify stageDmitry Monakhov2017-07-031-6/+20
| * t10-pi: Move opencoded contants to common headerDmitry Monakhov2017-07-031-6/+3
| * bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2017-07-033-56/+41
| * bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-032-11/+4
| * bio-integrity: bio_integrity_advance must update integrity seedDmitry Monakhov2017-07-031-0/+1
| * bio-integrity: bio_trim should truncate integrity vector accordinglyDmitry Monakhov2017-07-031-0/+4
| * blk-mq-sched: fix performance regression of mq-deadlineMing Lei2017-07-031-3/+5
| * block, bfq: don't change ioprio class for a bfq_queue on a service treePaolo Valente2017-07-033-10/+46
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-061-349/+6
|\ \
| * | compat_hdio_ioctl: get rid of set_fs()Al Viro2017-06-291-9/+6
| * | take floppy compat ioctls to sodding floppy.cAl Viro2017-06-291-340/+0
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-033-120/+15
|\ \ \ | |_|/ |/| |
| * | blk-mq: Create hctx for each present CPUChristoph Hellwig2017-06-282-114/+11
| * | blk-mq: Include all present CPUs in the default queue mappingChristoph Hellwig2017-06-281-3/+2
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-033-12/+12
|\ \ \
| * \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-243-24/+59
| |\ \ \
| * | | | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-203-6/+6
| * | | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-203-6/+6
| | |/ / | |/| |
* | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-0330-671/+854
|\ \ \ \
| * | | | blk-mq: map all HWQ also in hyperthreaded systemMax Gurtovoy2017-06-291-46/+22
| * | | | block, bfq: update wr_busy_queues if needed on a queue splitPaolo Valente2017-06-271-3/+18
| * | | | block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-271-5/+0
| * | | | block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig2017-06-271-5/+5
| * | | | blk-mq: don't bounce by defaultChristoph Hellwig2017-06-271-5/+0
| * | | | block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-273-5/+10
| * | | | block: remove the queue_bounce_pfn helperChristoph Hellwig2017-06-271-3/+3
| * | | | block: move bounce declarations to block/blk.hChristoph Hellwig2017-06-272-0/+14
| * | | | blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig2017-06-272-6/+3
| * | | | blk-mq: expose write hints through debugfsJens Axboe2017-06-271-0/+24
| * | | | block: add support for write hints in a bioJens Axboe2017-06-273-0/+17
| * | | | Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-224-36/+81
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | blk-mq: remove double set queue_numweiping2017-06-221-1/+0
| * | | | blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche2017-06-211-2/+18
| * | | | block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()Bart Van Assche2017-06-211-2/+2
| * | | | block: Declare local symbols staticBart Van Assche2017-06-211-1/+1
| * | | | block: Add fallthrough markers to switch statementsBart Van Assche2017-06-213-1/+4
| * | | | blk-mq: Warn when attempting to run a hardware queue that is not mappedBart Van Assche2017-06-201-3/+5
| * | | | block: Constify disk_typeBart Van Assche2017-06-201-2/+2
| * | | | blk-mq: Document locking assumptionsBart Van Assche2017-06-202-0/+6
| * | | | block: Document what queue type each function is intended forBart Van Assche2017-06-202-0/+35
| * | | | block: Check locking assumptions at runtimeBart Van Assche2017-06-205-37/+64
OpenPOWER on IntegriCloud