aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe7-32/+32
2016-08-04blk-mq: fix deadlock in blk_mq_register_disk() error pathJens Axboe1-4/+8
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams1-1/+1
2016-08-04blk-mq: Allow timeouts to run while queue is freezingGabriel Krisman Bertazi1-1/+14
2016-08-04block: fix use-after-free in seq fileVegard Nossum1-0/+1
2016-08-04block: add missing group association in bio-cloning functionsPaolo Valente1-0/+15
2016-08-04blkcg: kill unused field nr_undestroyed_grpsHou Tao1-5/+0
2016-08-04block: remove BLK_DEV_DAX config optionRoss Zwisler1-13/+0
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds10-137/+168
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds16-312/+434
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2016-07-20block: Fix front merge checkDamien Le Moal1-3/+3
2016-07-20block: do not merge requests without consulting with io schedulerTahsin Erdogan4-16/+29
2016-07-20block: Fix spelling in a source code commentBart Van Assche1-1/+1
2016-07-20block: expose QUEUE_FLAG_DAX in sysfsYigal Korman1-0/+11
2016-07-20block: unexport various bio mapping helpersChristoph Hellwig1-3/+0
2016-07-20scsi/osd: open code blk_make_requestChristoph Hellwig1-57/+0
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig3-13/+16
2016-07-20block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2-5/+11
2016-07-20block: simplify and cleanup bvec pool handlingChristoph Hellwig2-19/+22
2016-07-20block: don't ignore -EOPNOTSUPP blkdev_issue_write_sameChristoph Hellwig1-1/+1
2016-07-20block: introduce BLKDEV_DISCARD_ZERO to fix zerooutChristoph Hellwig1-6/+11
2016-07-13block: atari: Return early for unsupported sector sizeGabriel Krisman Bertazi1-0/+7
2016-07-08Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm into for-4.8/driversJens Axboe1-9/+9
2016-07-08blk-mq: Introduce blk_mq_reinit_tagsetSagi Grimberg1-0/+26
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-5/+0
2016-07-05block: Export blk_pollSagi Grimberg1-0/+1
2016-07-05blk-mq: add blk_mq_alloc_request_hctxMing Lin1-0/+39
2016-07-01block: fix use-after-free in sys_ioprio_get()Omar Sandoval1-0/+2
2016-06-28cfq-iosched: Charge at least 1 jiffie instead of 1 nsJan Kara1-1/+2
2016-06-28cfq-iosched: Fix regression in bonnie++ rewrite performanceJan Kara1-1/+10
2016-06-28cfq-iosched: Convert slice_resid from u64 to s64Jan Kara1-2/+2
2016-06-28block: Convert fifo_time from ulong to u64Jan Kara1-2/+3
2016-06-27block: remove ->driverfs_devDan Williams1-7/+2
2016-06-15block: introduce device_add_disk()Dan Williams1-6/+11
2016-06-14block/blk-cgroup.c: Declare local symbols staticBart Van Assche1-2/+2
2016-06-14block/bio-integrity.c: Add #include "blk.h"Bart Van Assche1-0/+1
2016-06-14block/partition-generic.c: Remove a set-but-not-used variableBart Van Assche1-3/+0
2016-06-09cfq-iosched: temporarily boost queue priority for idle classesJens Axboe2-1/+26
2016-06-09blk-mq: actually hook up defer list when running requestsOmar Sandoval1-1/+1
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig3-25/+33
2016-06-08cfq-iosched: Convert to use highres timersJan Kara1-9/+12
2016-06-08cfq-iosched: Expose microsecond interfacesJeff Moyer1-0/+40
2016-06-08cfq-iosched: Convert from jiffies to nanosecondsJeff Moyer1-137/+136
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie3-16/+16
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-2/+2
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie1-1/+1
2016-06-07block: convert is_sync helpers to use REQ_OPs.Mike Christie3-8/+8
2016-06-07block: convert merge/insert code to check for REQ_OPs.Mike Christie2-5/+7
2016-06-07blkg_rwstat: separate op from flagsMike Christie1-20/+29