summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-21block: Fix spelling in a source code commentBart Van Assche1-1/+1
2016-07-21block: expose QUEUE_FLAG_DAX in sysfsYigal Korman1-0/+11
2016-07-21block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani5-3/+10
2016-07-19Btrfs: fix comparison in __btrfs_map_block()Vincent Stehlé1-1/+1
2016-07-13block: atari: Return early for unsupported sector sizeGabriel Krisman Bertazi1-0/+7
2016-06-28Doc: block: Fix a typo in queue-sysfs.txtMasanari Iida1-1/+1
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 Kara2-3/+4
2016-06-18blktrace: avoid using timespecArnd Bergmann1-3/+4
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-10block: bio: kill BIO_MAX_SIZEMing Lei1-1/+0
2016-06-10cfq-iosched: temporarily boost queue priority for idle classesJens Axboe2-1/+26
2016-06-09block: drbd: avoid to use BIO_MAX_SIZEMing Lei1-2/+2
2016-06-09block: bio: remove BIO_MAX_SECTORSMing Lei1-1/+0
2016-06-09fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGESMing Lei1-3/+1
2016-06-09iov_iter: use bvec iterator to implement iterate_bvec()Ming Lei1-30/+15
2016-06-09block: mark 1st parameter of bvec_iter_advance as constMing Lei1-1/+2
2016-06-09block: move two bvec structure into bvec.hMing Lei3-23/+23
2016-06-09block: move bvec iterator into include/linux/bvec.hMing Lei2-50/+75
2016-06-09blk-mq: actually hook up defer list when running requestsOmar Sandoval1-1/+1
2016-06-09block: better packing for struct requestChristoph Hellwig1-3/+2
2016-06-09ext4: use bio op helprs in ext4 crypto codeMike Christie1-1/+1
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 Christie39-98/+102
2016-06-07block: do not use REQ_FLUSH for tracking flush supportMike Christie1-23/+24
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie20-31/+40
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie6-63/+46
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie6-9/+9
2016-06-07block: move bio io prio to a new fieldMike Christie2-15/+4
2016-06-07ide cd: do not set REQ_WRITE on requests.Mike Christie1-3/+0
2016-06-07blktrace: use op accessorsMike Christie4-42/+65
2016-06-07drivers: use req op accessorMike Christie14-34/+43
2016-06-07block: convert is_sync helpers to use REQ_OPs.Mike Christie4-11/+11
2016-06-07block: convert merge/insert code to check for REQ_OPs.Mike Christie3-15/+17
2016-06-07blkg_rwstat: separate op from flagsMike Christie2-26/+36
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie4-9/+8
2016-06-07block: prepare mq request creation to use REQ_OPsMike Christie1-14/+16
2016-06-07block: prepare request creation/destruction code to use REQ_OPsMike Christie1-25/+29
2016-06-07block: copy bio op to request opMike Christie1-3/+3
2016-06-07xen: use bio op accessorsMike Christie1-12/+15
2016-06-07target: use bio op accessorsMike Christie2-16/+15
2016-06-07md: use bio op accessorsMike Christie10-84/+88
2016-06-07drbd: use bio op accessorsMike Christie6-42/+59
2016-06-07bcache: use bio op accessorsMike Christie7-28/+31