LinuxLists
Users
About
Mike Christie (
[email protected]
)
Number of posts: 543 (0.1 per day)
First post: 2005-10-13 00:59:34
Last post: 2020-05-18 20:04:41
Previous Page
/
Next Page
Date
List
Subject
2016-04-15 10:40:24
linux-kernel
[PATCH 04/42] fs: have submit_bh users pass in op and flags separately
2016-04-15 10:40:16
linux-kernel
[PATCH 00/42] v6: separate operations from flags in the bio/request structs
2016-04-15 10:40:02
linux-ext4
[PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
2016-04-15 10:40:01
linux-ext4
[PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support
2016-04-15 10:40:00
linux-ext4
[PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation
2016-04-15 10:39:59
linux-ext4
[PATCH 39/42] block: shrink bio/request fields
2016-04-15 10:39:58
linux-ext4
[PATCH 38/42] block, fs: remove old REQ definitions.
2016-04-15 10:39:57
linux-ext4
[PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs.
2016-04-15 10:39:56
linux-ext4
[PATCH 36/42] ide cd: do not set REQ_WRITE on requests.
2016-04-15 10:39:55
linux-ext4
[PATCH 35/42] blktrace: get op from req->op/bio->bi_op
2016-04-15 10:39:54
linux-ext4
[PATCH 34/42] drivers: set request op to REQ_OP
2016-04-15 10:39:53
linux-ext4
[PATCH 33/42] block: convert rq_data_dir helper to use REQ_OPs
2016-04-15 10:39:52
linux-ext4
[PATCH 32/42] block: convert is_sync helpers to use REQ_OPs.
2016-04-15 10:39:51
linux-ext4
[PATCH 31/42] block: convert merge/insert code to check for REQ_OPs.
2016-04-15 10:39:50
linux-ext4
[PATCH 30/42] blkg_rwstat: separate op from flags
2016-04-15 10:39:49
linux-ext4
[PATCH 29/42] block: prepare elevator to use REQ_OPs.
2016-04-15 10:39:48
linux-ext4
[PATCH 28/42] block: prepare mq request creation to use REQ_OPs
2016-04-15 10:39:47
linux-ext4
[PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs
2016-04-15 10:39:46
linux-ext4
[PATCH 26/42] block: copy bio op to request op
2016-04-15 10:39:45
linux-ext4
[PATCH 25/42] target: set bi_op to REQ_OP
2016-04-15 10:39:44
linux-ext4
[PATCH 24/42] xen: set bi_op to REQ_OP
2016-04-15 10:39:43
linux-ext4
[PATCH 23/42] md/raid: set bi_op to REQ_OP
2016-04-15 10:39:42
linux-ext4
[PATCH 22/42] drbd: set bi_op to REQ_OP
2016-04-15 10:39:41
linux-ext4
[PATCH 21/42] bcache: set bi_op to REQ_OP
2016-04-15 10:39:40
linux-ext4
[PATCH 20/42] dm: pass dm stats data dir instead of bi_rw
2016-04-15 10:39:39
linux-ext4
[PATCH 19/42] dm: set bi_op to REQ_OP
2016-04-15 10:39:38
linux-ext4
[PATCH 18/42] pm: set bi_op to REQ_OP
2016-04-15 10:39:37
linux-ext4
[PATCH 17/42] ocfs2: set bi_op to REQ_OP
2016-04-15 10:39:36
linux-ext4
[PATCH 16/42] nilfs: set bi_op to REQ_OP
2016-04-15 10:39:35
linux-ext4
[PATCH 15/42] mpage: set bi_op to REQ_OP
2016-04-15 10:39:34
linux-ext4
[PATCH 14/42] hfsplus: set bi_op to REQ_OP
2016-04-15 10:39:33
linux-ext4
[PATCH 13/42] xfs: set bi_op to REQ_OP
2016-04-15 10:39:32
linux-ext4
[PATCH 12/42] gfs2: set bi_op to REQ_OP
2016-04-15 10:39:31
linux-ext4
[PATCH 11/42] f2fs: set bi_op to REQ_OP
2016-04-15 10:39:30
linux-ext4
[PATCH 10/42] btrfs: use bio fields for op and flags
2016-04-15 10:39:29
linux-ext4
[PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
2016-04-15 10:39:28
linux-ext4
[PATCH 08/42] btrfs: set bi_op tp REQ_OP
2016-04-15 10:39:27
linux-ext4
[PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op
2016-04-15 10:39:26
linux-ext4
[PATCH 06/42] direct-io: set bi_op to REQ_OP
2016-04-15 10:39:25
linux-ext4
[PATCH 05/42] fs: have ll_rw_block users pass in op and flags separately
2016-04-15 10:39:24
linux-ext4
[PATCH 04/42] fs: have submit_bh users pass in op and flags separately
2016-04-15 10:39:23
linux-ext4
[PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP
2016-04-15 10:39:22
linux-ext4
[PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields
2016-04-15 10:39:21
linux-ext4
[PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
2016-04-15 10:39:20
linux-ext4
[PATCH 00/42] v6: separate operations from flags in the bio/request structs
2016-04-13 20:02:49
linux-kernel
[PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio
2016-04-13 20:02:05
linux-kernel
[PATCH 04/42] fs: have submit_bh users pass in op and flags separately
2016-04-13 20:01:09
linux-kernel
[PATCH 05/42] fs: have ll_rw_block users pass in op and flags separately
2016-04-13 19:59:58
linux-kernel
[PATCH 06/42] direct-io: set bi_op to REQ_OP
2016-04-13 19:59:26
linux-kernel
[PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition
2016-04-13 19:58:39
linux-kernel
[PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op