summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-07btrfs: use bio fields for op and flagsMike Christie9-67/+54
2016-06-07btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie4-29/+34
2016-06-07btrfs: use bio op accessorsMike Christie7-40/+47
2016-06-07btrfs: have submit_one_bio users use bio op accessorsMike Christie1-45/+43
2016-06-07direct-io: use bio set/get op accessorsMike Christie3-19/+25
2016-06-07block discard: use bio set op accessorMike Christie3-8/+10
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie24-61/+65
2016-06-07bcache: use op_is_write instead of checking for REQ_WRITEMike Christie2-4/+4
2016-06-07dm: use op_is_write instead of checking for REQ_WRITEMike Christie2-5/+5
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie7-11/+11
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie21-38/+40
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie30-96/+102
2016-06-07block: add REQ_OP definitions and helpersMike Christie4-3/+60
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie53-148/+221
2016-06-06Linux 4.7-rc2v4.7-rc2Linus Torvalds1-1/+1
2016-06-05Merge branch 'parisc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-18/+29
2016-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds5-7/+17
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman7-296/+126
2016-06-05parisc: Move die_if_kernel() prototype into traps.h headerHelge Deller2-2/+3