summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* md: use bio op accessorsMike Christie2016-06-0710-84/+88
* drbd: use bio op accessorsMike Christie2016-06-076-42/+59
* bcache: use bio op accessorsMike Christie2016-06-077-28/+31
* dm: use bio op accessorsMike Christie2016-06-0714-80/+99
* dm: pass dm stats data dir instead of bi_rwMike Christie2016-06-072-14/+16
* pm: use bio op accessorsMike Christie2016-06-071-12/+18
* ocfs2: use bio op accessorsMike Christie2016-06-071-4/+6
* nilfs: use bio op accessorsMike Christie2016-06-071-8/+9
* mpage: use bio op accessorsMike Christie2016-06-071-20/+20
* hfsplus: use bio op accessorsMike Christie2016-06-074-11/+16
* xfs: use bio op accessorsMike Christie2016-06-072-20/+18
* gfs2: use bio op accessorsMike Christie2016-06-075-14/+16
* f2fs: use bio op accessorsMike Christie2016-06-079-54/+81
* btrfs: use bio fields for op and flagsMike Christie2016-06-079-67/+54
* btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie2016-06-074-29/+34
* btrfs: use bio op accessorsMike Christie2016-06-077-40/+47
* btrfs: have submit_one_bio users use bio op accessorsMike Christie2016-06-071-45/+43
* direct-io: use bio set/get op accessorsMike Christie2016-06-073-19/+25
* block discard: use bio set op accessorMike Christie2016-06-073-8/+10
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-0724-61/+65
* bcache: use op_is_write instead of checking for REQ_WRITEMike Christie2016-06-072-4/+4
* dm: use op_is_write instead of checking for REQ_WRITEMike Christie2016-06-072-5/+5
* block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie2016-06-077-11/+11
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-0721-38/+40
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-0730-96/+102
* block: add REQ_OP definitions and helpersMike Christie2016-06-074-3/+60
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-0753-148/+221
* Linux 4.7-rc2v4.7-rc2Linus Torvalds2016-06-051-1/+1
* Merge branch 'parisc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-06-055-18/+29
|\
| * parisc: Move die_if_kernel() prototype into traps.h headerHelge Deller2016-06-052-2/+3
| * parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller2016-06-051-1/+9
| * parisc: Fix printk time during bootHelge Deller2016-06-052-7/+3
| * parisc: Fix backtrace on PA-RISCMikulas Patocka2016-06-041-8/+14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-06-055-7/+17
|\ \
| * | KEYS: Add placeholder for KDF usage with DHStephan Mueller2016-06-035-7/+17