summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-26199-1523/+1918
|\
| * block: Fix front merge checkDamien Le Moal2016-07-202-5/+6
| * block: do not merge requests without consulting with io schedulerTahsin Erdogan2016-07-205-19/+37
| * 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: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani2016-07-205-3/+10
| * Btrfs: fix comparison in __btrfs_map_block()Vincent Stehlé2016-07-181-1/+1
| * block: atari: Return early for unsupported sector sizeGabriel Krisman Bertazi2016-07-131-0/+7
| * Doc: block: Fix a typo in queue-sysfs.txtMasanari Iida2016-06-281-1/+1
| * 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-282-3/+4
| * blktrace: avoid using timespecArnd Bergmann2016-06-171-3/+4
| * 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
| * block: bio: kill BIO_MAX_SIZEMing Lei2016-06-091-1/+0
| * cfq-iosched: temporarily boost queue priority for idle classesJens Axboe2016-06-092-1/+26
| * block: drbd: avoid to use BIO_MAX_SIZEMing Lei2016-06-091-2/+2
| * block: bio: remove BIO_MAX_SECTORSMing Lei2016-06-091-1/+0
| * fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGESMing Lei2016-06-091-3/+1
| * iov_iter: use bvec iterator to implement iterate_bvec()Ming Lei2016-06-091-30/+15
| * block: mark 1st parameter of bvec_iter_advance as constMing Lei2016-06-091-1/+2
| * block: move two bvec structure into bvec.hMing Lei2016-06-093-23/+23
| * block: move bvec iterator into include/linux/bvec.hMing Lei2016-06-092-50/+75
| * blk-mq: actually hook up defer list when running requestsOmar Sandoval2016-06-091-1/+1
| * block: better packing for struct requestChristoph Hellwig2016-06-091-3/+2
| * ext4: use bio op helprs in ext4 crypto codeMike Christie2016-06-081-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-0739-98/+102
| * block: do not use REQ_FLUSH for tracking flush supportMike Christie2016-06-071-23/+24
| * block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-0720-31/+40
| * block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie2016-06-076-63/+46
| * block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-076-9/+9
| * block: move bio io prio to a new fieldMike Christie2016-06-072-15/+4
| * ide cd: do not set REQ_WRITE on requests.Mike Christie2016-06-071-3/+0
| * blktrace: use op accessorsMike Christie2016-06-074-42/+65
| * drivers: use req op accessorMike Christie2016-06-0714-34/+43
| * block: convert is_sync helpers to use REQ_OPs.Mike Christie2016-06-074-11/+11
| * block: convert merge/insert code to check for REQ_OPs.Mike Christie2016-06-073-15/+17
| * blkg_rwstat: separate op from flagsMike Christie2016-06-072-26/+36
| * block: prepare elevator to use REQ_OPs.Mike Christie2016-06-074-9/+8
| * block: prepare mq request creation to use REQ_OPsMike Christie2016-06-071-14/+16
| * block: prepare request creation/destruction code to use REQ_OPsMike Christie2016-06-071-25/+29
| * block: copy bio op to request opMike Christie2016-06-071-3/+3
| * xen: use bio op accessorsMike Christie2016-06-071-12/+15
| * target: use bio op accessorsMike Christie2016-06-072-16/+15