summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer7-119/+159
2016-06-10dm mpath: remove bio-based bloat from struct dm_mpath_ioMike Snitzer1-12/+31
2016-06-10dm mpath: reinstate bio-based supportMike Snitzer1-22/+274
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer15-1131/+1200
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
2016-06-07dm: use bio op accessorsMike Christie14-80/+99
2016-06-07dm: pass dm stats data dir instead of bi_rwMike Christie2-14/+16
2016-06-07pm: use bio op accessorsMike Christie1-12/+18
2016-06-07ocfs2: use bio op accessorsMike Christie1-4/+6
2016-06-07nilfs: use bio op accessorsMike Christie1-8/+9
2016-06-07mpage: use bio op accessorsMike Christie1-20/+20
2016-06-07hfsplus: use bio op accessorsMike Christie4-11/+16
2016-06-07xfs: use bio op accessorsMike Christie2-20/+18
2016-06-07gfs2: use bio op accessorsMike Christie5-14/+16
2016-06-07f2fs: use bio op accessorsMike Christie9-54/+81