| Commit message (Expand) | Author | Age | Files | Lines |
* | block: do not use REQ_FLUSH for tracking flush support | Mike Christie | 2016-06-07 | 1 | -23/+24 |
* | block, drivers: add REQ_OP_FLUSH operation | Mike Christie | 2016-06-07 | 20 | -31/+40 |
* | block, fs, drivers: remove REQ_OP compat defs and related code | Mike Christie | 2016-06-07 | 6 | -63/+46 |
* | block, drivers, fs: shrink bi_rw from long to int | Mike Christie | 2016-06-07 | 6 | -9/+9 |
* | block: move bio io prio to a new field | Mike Christie | 2016-06-07 | 2 | -15/+4 |
* | ide cd: do not set REQ_WRITE on requests. | Mike Christie | 2016-06-07 | 1 | -3/+0 |
* | blktrace: use op accessors | Mike Christie | 2016-06-07 | 4 | -42/+65 |
* | drivers: use req op accessor | Mike Christie | 2016-06-07 | 14 | -34/+43 |
* | block: convert is_sync helpers to use REQ_OPs. | Mike Christie | 2016-06-07 | 4 | -11/+11 |
* | block: convert merge/insert code to check for REQ_OPs. | Mike Christie | 2016-06-07 | 3 | -15/+17 |
* | blkg_rwstat: separate op from flags | Mike Christie | 2016-06-07 | 2 | -26/+36 |
* | block: prepare elevator to use REQ_OPs. | Mike Christie | 2016-06-07 | 4 | -9/+8 |
* | block: prepare mq request creation to use REQ_OPs | Mike Christie | 2016-06-07 | 1 | -14/+16 |
* | block: prepare request creation/destruction code to use REQ_OPs | Mike Christie | 2016-06-07 | 1 | -25/+29 |
* | block: copy bio op to request op | Mike Christie | 2016-06-07 | 1 | -3/+3 |
* | xen: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -12/+15 |
* | target: use bio op accessors | Mike Christie | 2016-06-07 | 2 | -16/+15 |
* | md: use bio op accessors | Mike Christie | 2016-06-07 | 10 | -84/+88 |
* | drbd: use bio op accessors | Mike Christie | 2016-06-07 | 6 | -42/+59 |
* | bcache: use bio op accessors | Mike Christie | 2016-06-07 | 7 | -28/+31 |
* | dm: use bio op accessors | Mike Christie | 2016-06-07 | 14 | -80/+99 |
* | dm: pass dm stats data dir instead of bi_rw | Mike Christie | 2016-06-07 | 2 | -14/+16 |
* | pm: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -12/+18 |
* | ocfs2: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -4/+6 |
* | nilfs: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -8/+9 |
* | mpage: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -20/+20 |
* | hfsplus: use bio op accessors | Mike Christie | 2016-06-07 | 4 | -11/+16 |
* | xfs: use bio op accessors | Mike Christie | 2016-06-07 | 2 | -20/+18 |
* | gfs2: use bio op accessors | Mike Christie | 2016-06-07 | 5 | -14/+16 |
* | f2fs: use bio op accessors | Mike Christie | 2016-06-07 | 9 | -54/+81 |
* | btrfs: use bio fields for op and flags | Mike Christie | 2016-06-07 | 9 | -67/+54 |
* | btrfs: update __btrfs_map_block for REQ_OP transition | Mike Christie | 2016-06-07 | 4 | -29/+34 |
* | btrfs: use bio op accessors | Mike Christie | 2016-06-07 | 7 | -40/+47 |
* | btrfs: have submit_one_bio users use bio op accessors | Mike Christie | 2016-06-07 | 1 | -45/+43 |
* | direct-io: use bio set/get op accessors | Mike Christie | 2016-06-07 | 3 | -19/+25 |
* | block discard: use bio set op accessor | Mike Christie | 2016-06-07 | 3 | -8/+10 |
* | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 2016-06-07 | 24 | -61/+65 |
* | bcache: use op_is_write instead of checking for REQ_WRITE | Mike Christie | 2016-06-07 | 2 | -4/+4 |
* | dm: use op_is_write instead of checking for REQ_WRITE | Mike Christie | 2016-06-07 | 2 | -5/+5 |
* | block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE | Mike Christie | 2016-06-07 | 7 | -11/+11 |
* | fs: have ll_rw_block users pass in op and flags separately | Mike Christie | 2016-06-07 | 21 | -38/+40 |
* | fs: have submit_bh users pass in op and flags separately | Mike Christie | 2016-06-07 | 30 | -96/+102 |
* | block: add REQ_OP definitions and helpers | Mike Christie | 2016-06-07 | 4 | -3/+60 |
* | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 2016-06-07 | 53 | -148/+221 |
* | Linux 4.7-rc2v4.7-rc2 | Linus Torvalds | 2016-06-05 | 1 | -1/+1 |
* | Merge branch 'parisc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-06-05 | 5 | -18/+29 |
|\ |
|
| * | parisc: Move die_if_kernel() prototype into traps.h header | Helge Deller | 2016-06-05 | 2 | -2/+3 |
| * | parisc: Fix pagefault crash in unaligned __get_user() call | Helge Deller | 2016-06-05 | 1 | -1/+9 |
| * | parisc: Fix printk time during boot | Helge Deller | 2016-06-05 | 2 | -7/+3 |
| * | parisc: Fix backtrace on PA-RISC | Mikulas Patocka | 2016-06-04 | 1 | -8/+14 |