| Commit message (Expand) | Author | Age | Files | Lines |
* | blk-mq: actually hook up defer list when running requests | Omar Sandoval | 2016-06-09 | 1 | -1/+1 |
* | block: better packing for struct request | Christoph Hellwig | 2016-06-09 | 1 | -3/+2 |
* | ext4: use bio op helprs in ext4 crypto code | Mike Christie | 2016-06-08 | 1 | -1/+1 |
* | cfq-iosched: Convert to use highres timers | Jan Kara | 2016-06-08 | 1 | -9/+12 |
* | cfq-iosched: Expose microsecond interfaces | Jeff Moyer | 2016-06-08 | 1 | -0/+40 |
* | cfq-iosched: Convert from jiffies to nanoseconds | Jeff Moyer | 2016-06-08 | 1 | -137/+136 |
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 2016-06-07 | 39 | -98/+102 |
* | 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 |