Searched hist:"8 a4c1e42e0eb7189296ac140761370e2549cffe7" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ |
H A D | direct-io.c | diff 8a4c1e42e0eb7189296ac140761370e2549cffe7 Sun Jun 05 14:31:50 CDT 2016 Mike Christie <mchristi@redhat.com> direct-io: use bio set/get op accessors
This patch has the dio code use a REQ_OP for the op and rq_flag_bits for bi_rw flags. To set/get the op it uses the bio_set_op_attrs/bio_op accssors.
It also begins to convert btrfs's dio_submit_t because of the dio submit_io callout use. The next patches will completely convert this code and the reset of the btrfs code paths.
Signed-off-by: Mike Christie <mchristi@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Jens Axboe <axboe@fb.com>
|
/openbmc/linux/include/linux/ |
H A D | fs.h | diff 8a4c1e42e0eb7189296ac140761370e2549cffe7 Sun Jun 05 14:31:50 CDT 2016 Mike Christie <mchristi@redhat.com> direct-io: use bio set/get op accessors
This patch has the dio code use a REQ_OP for the op and rq_flag_bits for bi_rw flags. To set/get the op it uses the bio_set_op_attrs/bio_op accssors.
It also begins to convert btrfs's dio_submit_t because of the dio submit_io callout use. The next patches will completely convert this code and the reset of the btrfs code paths.
Signed-off-by: Mike Christie <mchristi@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Jens Axboe <axboe@fb.com>
|
/openbmc/linux/fs/btrfs/ |
H A D | inode.c | diff 8a4c1e42e0eb7189296ac140761370e2549cffe7 Sun Jun 05 14:31:50 CDT 2016 Mike Christie <mchristi@redhat.com> direct-io: use bio set/get op accessors
This patch has the dio code use a REQ_OP for the op and rq_flag_bits for bi_rw flags. To set/get the op it uses the bio_set_op_attrs/bio_op accssors.
It also begins to convert btrfs's dio_submit_t because of the dio submit_io callout use. The next patches will completely convert this code and the reset of the btrfs code paths.
Signed-off-by: Mike Christie <mchristi@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Jens Axboe <axboe@fb.com>
|