summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/softirq: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-17/+10
* 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
| * | block/partition-generic.c: Remove a set-but-not-used variableBart Van Assche2016-06-141-3/+0
| * | cfq-iosched: temporarily boost queue priority for idle classesJens Axboe2016-06-092-1/+26
| * | blk-mq: actually hook up defer list when running requestsOmar Sandoval2016-06-091-1/+1
| * | cfq-iosched: Convert to use highres timersJan Kara2016-06-081-9/+12
| * | cfq-iosched: Expose microsecond interfacesJeff Moyer2016-06-081-0/+40
| * | cfq-iosched: Convert from jiffies to nanosecondsJeff Moyer2016-06-081-137/+136
| |/
| * block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-073-16/+16
| * block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-2/+2
| * block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-071-1/+1