summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfsOmar Sandoval2017-01-272-57/+106
| * blk-mq: add hctx->{state,flags} to debugfsOmar Sandoval2017-01-271-0/+42
| * blk-mq: create debugfs directory treeOmar Sandoval2017-01-276-0/+201
| * blk-mq-sched: check for successful allocation before assigning tagJens Axboe2017-01-261-1/+2
| * blk-mq: don't lose flags passed in to blk_mq_alloc_request()Jens Axboe2017-01-262-4/+4
| * blk-mq: only apply active queue tag throttling for driver tagsJens Axboe2017-01-252-10/+15
| * cfq-iosched: Adjust one function call together with a variable assignmentMarkus Elfring2017-01-231-2/+4
| * blk-throttle: Adjust two function calls together with a variable assignmentMarkus Elfring2017-01-231-2/+4
| * block: Initialize cfqq->ioprio_class in cfq_get_queue()Alexander Potapenko2017-01-231-0/+2
| * blk-mq: allow resize of scheduler requestsJens Axboe2017-01-203-13/+61
| * blk-mq: stop hardware queue in blk_mq_delay_queue()Jens Axboe2017-01-191-0/+1
| * blk-mq-tag: remove redundant check for 'data->hctx' being non-NULLJens Axboe2017-01-191-4/+2
| * elevator: fix unnecessary put of elevator in failure caseJens Axboe2017-01-191-4/+0
| * blk-cgroup: don't quiesce the queue on policy activate/deactivateJens Axboe2017-01-181-12/+8
| * sbitmap: fix wakeup hang after sbq resizeOmar Sandoval2017-01-181-5/+30
| * sbitmap: use smp_mb__after_atomic() in sbq_wake_up()Omar Sandoval2017-01-181-3/+10
| * blk-cgroup: ensure that we clear the stop bit on quiesced queuesJens Axboe2017-01-181-4/+6
| * blk-mq-sched: allow setting of default IO schedulerJens Axboe2017-01-177-7/+89
| * mq-deadline: add blk-mq adaptation of the deadline IO schedulerJens Axboe2017-01-173-0/+560
| * blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-1717-194/+984
| * blk-mq: split tag ->rqs[] into twoJens Axboe2017-01-173-9/+26
| * blk-mq: add support for carrying internal tag information in blk_qc_tJens Axboe2017-01-172-8/+25
| * blk-mq: abstract out helpers for allocating/freeing tag mapsJens Axboe2017-01-172-48/+83
| * blk-mq-tag: cleanup the normal/reserved tag allocationJens Axboe2017-01-174-61/+44
| * blk-mq: export some helpers we need to the scheduling frameworkJens Axboe2017-01-172-18/+46
| * blk-mq: un-export blk_mq_free_hctx_request()Jens Axboe2017-01-172-4/+2
| * block: move rq_ioc() to blk.hJens Axboe2017-01-172-16/+16
| * block: move existing elevator ops to unionJens Axboe2017-01-178-45/+47
| * partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar2017-01-171-5/+12
| * MAINTAINERS: Update maintainer entry for NBDJosef Bacik2017-01-111-2/+2
| * blk-mq: make mq_ops a const pointerJens Axboe2017-01-113-3/+3
| * block: relax check on sg gapMing Lei2017-01-111-1/+21
| * floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNELVlastimil Babka2017-01-111-1/+1
* | Linux 4.10-rc5Linus Torvalds2017-01-221-2/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-221-0/+2
|\ \
| * | x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko2017-01-181-0/+2
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-221-2/+0
|\ \ \
| * | | cpu/hotplug: Remove unused but set variable in _cpu_down()Tobias Klauser2017-01-181-2/+0
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-01-225-7/+45
|\ \ \ \
| * | | | virtio/s390: virtio: constify virtio_config_ops structuresBhumika Goyal2017-01-191-1/+1
| * | | | virtio/s390: add missing \n to end of dev_err messageColin Ian King2017-01-191-1/+1
| * | | | virtio/s390: support READ_STATUS command for virtio-ccwPierre Morel2017-01-191-0/+25
| * | | | tools/virtio/ringtest: tweaks for s390Halil Pasic2017-01-191-0/+12
| * | | | tools/virtio/ringtest: fix run-on-all.sh for offline cpusHalil Pasic2017-01-191-2/+3
| * | | | virtio_console: fix a crash in config_work_handlerG. Campana2017-01-191-1/+1
| * | | | vhost/scsi: silence uninitialized variable warningDan Carpenter2017-01-191-1/+1
| * | | | vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal2017-01-191-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2017-01-223-75/+108
|\ \ \ \
| * \ \ \ Merge branches 'thermal-core' and 'thermal-soc' into for-rcZhang Rui2017-01-201-53/+100
| |\ \ \ \
| | * \ \ \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2017-01-171-53/+100
| | |\ \ \ \