summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: handle partial completions for special payload requestsChristoph Hellwig2017-05-111-12/+12
* blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split opWen Xiong2017-05-101-2/+2
* blk-stat: don't use this_cpu_ptr() in a preemptable sectionJens Axboe2017-05-101-7/+10
* elevator: remove redundant warnings on IO scheduler switchJens Axboe2017-05-101-4/+1
* block, bfq: stress that low_latency must be off to get max throughputPaolo Valente2017-05-101-0/+5
* block, bfq: use pointer entity->sched_data only if setPaolo Valente2017-05-101-2/+11
* blk-mq: make __blk_mq_stop_hw_queues staticColin Ian King2017-05-081-1/+1
* block/mq: fix potential deadlock during cpu hotplugWanpeng Li2017-05-071-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-0611-573/+781
|\
| * mq-deadline: add debugfs attributesOmar Sandoval2017-05-043-2/+131
| * kyber: add debugfs attributesOmar Sandoval2017-05-043-1/+134
| * blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval2017-05-043-17/+118
| * blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-046-70/+90
| * blk-mq: move debugfs declarations to a separate header fileOmar Sandoval2017-05-046-28/+33
| * blk-mq: Do not invoke queue operations on a dead queueBart Van Assche2017-05-041-0/+8
| * blk-mq-debugfs: get rid of a bunch of boilerplateOmar Sandoval2017-05-041-328/+136
| * blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>Omar Sandoval2017-05-041-1/+1
| * blk-mq-debugfs: don't open code strstrip()Omar Sandoval2017-05-041-5/+4
| * blk-mq-debugfs: error on long write to queue "state" fileOmar Sandoval2017-05-041-7/+12
| * blk-mq-debugfs: clean up flag definitionsOmar Sandoval2017-05-041-93/+108
| * blk-mq-debugfs: separate flags with |Omar Sandoval2017-05-041-1/+1
| * block/mq: Cure cpu hotplug lock inversionPeter Zijlstra2017-05-041-2/+2
| * blk-mq: don't use sync workqueue flushing from driversJens Axboe2017-05-031-5/+20
| * block: don't call blk_mq_quiesce_queue() after queue is frozenMing Lei2017-05-022-5/+0
| * blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-13/+5
| * blk-mq-sched: remove hack that bypasses scheduler for reserved requestsJens Axboe2017-05-021-5/+1
| * block: Remove elevator_change()Bart Van Assche2017-05-021-13/+0
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-052-15/+3
|\ \
| * | Revert "block: use DAX for partition table reads"Dan Williams2017-04-251-15/+2
| * | dax: introduce dax_direct_access()Dan Williams2017-04-201-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2017-05-031-48/+13
|\ \ \
| * \ \ Merge branch 'md-next' into md-linusShaohua Li2017-05-011-48/+13
| |\ \ \ | | |_|/ | |/| |
| | * | Revert "block: introduce bio_copy_data_partial"NeilBrown2017-04-111-47/+13
| | * | block: remove bio_clone_bioset_partial()Shaohua Li2017-03-251-48/+13
| | * | block: introduce bio_copy_data_partialMing Lei2017-03-241-13/+47
* | | | Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds2017-05-021-3/+4
|\ \ \ \
| * | | | kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com2017-04-021-3/+4
* | | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-011-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-029-97/+100
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-0145-1171/+11837
|\ \ \ \
| * | | | block: hide badblocks attribute by defaultDan Williams2017-04-281-0/+11
| * | | | blk-mq: unify hctx delay_work and run_workJens Axboe2017-04-282-15/+23
| * | | | block: add kblock_mod_delayed_work_on()Jens Axboe2017-04-281-0/+7
| * | | | blk-mq: unify hctx delayed_run_work and run_workJens Axboe2017-04-282-22/+7
| * | | | blk-mq-sched: alloate reserved tags out of normal poolJens Axboe2017-04-271-1/+5
| * | | | blk-mq: Add blk_mq_ops.show_rq()Bart Van Assche2017-04-261-1/+5
| * | | | blk-mq: Show operation, cmd_flags and rq_flags namesBart Van Assche2017-04-261-3/+69
| * | | | blk-mq: Make blk_flags_show() callers append a newline characterBart Van Assche2017-04-261-1/+3
| * | | | blk-mq: Move the "state" debugfs attribute one level downBart Van Assche2017-04-261-8/+1
OpenPOWER on IntegriCloud