summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-155-43/+25
* blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig2016-09-151-8/+14
* blk-mq: don't redistribute hardware queues on a CPU hotplug eventChristoph Hellwig2016-09-151-2/+0
* blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer2016-09-141-4/+12
* block: remove remnant refs to hardsectLinus Walleij2016-09-141-1/+1
* block: enable zeroing of io_poll statisticsStephen Bates2016-09-141-1/+10
* block: add poll_considered statisticStephen Bates2016-09-142-3/+9
* blk-mq: prefetch request in blk_mq_tag_to_rq()Jens Axboe2016-08-291-1/+4
* blk-mq: turn hctx->run_work into a regular work structJens Axboe2016-08-292-6/+5
* block: add kblockd_schedule_work_on()Jens Axboe2016-08-291-0/+6
* blk-mq: improve warning for running a queue on the wrong CPUJens Axboe2016-08-241-2/+3
* blk-mq: don't overwrite rq->mq_ctxJens Axboe2016-08-241-39/+16
* block: make sure a big bio is split into at most 256 bvecsMing Lei2016-08-241-0/+22
* block: Fix race triggered by blk_set_queue_dying()Bart Van Assche2016-08-161-1/+3
* block: Fix secure eraseAdrian Hunter2016-08-163-25/+31
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-077-32/+32
* blk-mq: fix deadlock in blk_mq_register_disk() error pathJens Axboe2016-08-041-4/+8
* block: fix bdi vs gendisk lifetime mismatchDan Williams2016-08-041-1/+1
* blk-mq: Allow timeouts to run while queue is freezingGabriel Krisman Bertazi2016-08-041-1/+14
* block: fix use-after-free in seq fileVegard Nossum2016-08-041-0/+1
* block: add missing group association in bio-cloning functionsPaolo Valente2016-08-041-0/+15
* blkcg: kill unused field nr_undestroyed_grpsHou Tao2016-08-041-5/+0
* block: remove BLK_DEV_DAX config optionRoss Zwisler2016-08-041-13/+0
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-2610-137/+168
|\
| * block: unexport various bio mapping helpersChristoph Hellwig2016-07-201-3/+0
| * scsi/osd: open code blk_make_requestChristoph Hellwig2016-07-201-57/+0
| * block: simplify and export blk_rq_append_bioChristoph Hellwig2016-07-203-13/+16
| * block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2016-07-202-5/+11
| * block: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-202-19/+22
| * block: don't ignore -EOPNOTSUPP blkdev_issue_write_sameChristoph Hellwig2016-07-201-1/+1
| * block: introduce BLKDEV_DISCARD_ZERO to fix zerooutChristoph Hellwig2016-07-201-6/+11
| * Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2016-07-081-9/+9
| |\
| | * block: remove ->driverfs_devDan Williams2016-06-271-7/+2
| | * block: introduce device_add_disk()Dan Williams2016-06-151-6/+11
| * | blk-mq: Introduce blk_mq_reinit_tagsetSagi Grimberg2016-07-081-0/+26
| * | block: Export blk_pollSagi Grimberg2016-07-051-0/+1
| * | blk-mq: add blk_mq_alloc_request_hctxMing Lin2016-07-051-0/+39
| |/
| * block: add a separate operation type for secure eraseChristoph Hellwig2016-06-093-25/+33
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-2616-312/+434
|\ \
| * | block: Fix front merge checkDamien Le Moal2016-07-201-3/+3
| * | block: do not merge requests without consulting with io schedulerTahsin Erdogan2016-07-204-16/+29
| * | block: Fix spelling in a source code commentBart Van Assche2016-07-201-1/+1
| * | block: expose QUEUE_FLAG_DAX in sysfsYigal Korman2016-07-201-0/+11
| * | block: atari: Return early for unsupported sector sizeGabriel Krisman Bertazi2016-07-131-0/+7
| * | cfq-iosched: Charge at least 1 jiffie instead of 1 nsJan Kara2016-06-281-1/+2
| * | cfq-iosched: Fix regression in bonnie++ rewrite performanceJan Kara2016-06-281-1/+10
| * | cfq-iosched: Convert slice_resid from u64 to s64Jan Kara2016-06-281-2/+2
| * | block: Convert fifo_time from ulong to u64Jan Kara2016-06-281-2/+3
| * | block/blk-cgroup.c: Declare local symbols staticBart Van Assche2016-06-141-2/+2
| * | block/bio-integrity.c: Add #include "blk.h"Bart Van Assche2016-06-141-0/+1