/openbmc/linux/fs/btrfs/ |
H A D | extent_io.h | diff e6138876ad8327250d77291b3262fee356267211 Thu Sep 27 16:07:30 CDT 2012 Josef Bacik <jbacik@fusionio.com> Btrfs: cache extent state when writing out dirty metadata pages
Everytime we write out dirty pages we search for an offset in the tree, convert the bits in the state, and then when we wait we search for the offset again and clear the bits. So for every dirty range in the io tree we are doing 4 rb searches, which is suboptimal. With this patch we are only doing 2 searches for every cycle (modulo weird things happening). Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
|
H A D | free-space-cache.c | diff e6138876ad8327250d77291b3262fee356267211 Thu Sep 27 16:07:30 CDT 2012 Josef Bacik <jbacik@fusionio.com> Btrfs: cache extent state when writing out dirty metadata pages
Everytime we write out dirty pages we search for an offset in the tree, convert the bits in the state, and then when we wait we search for the offset again and clear the bits. So for every dirty range in the io tree we are doing 4 rb searches, which is suboptimal. With this patch we are only doing 2 searches for every cycle (modulo weird things happening). Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
|
H A D | relocation.c | diff e6138876ad8327250d77291b3262fee356267211 Thu Sep 27 16:07:30 CDT 2012 Josef Bacik <jbacik@fusionio.com> Btrfs: cache extent state when writing out dirty metadata pages
Everytime we write out dirty pages we search for an offset in the tree, convert the bits in the state, and then when we wait we search for the offset again and clear the bits. So for every dirty range in the io tree we are doing 4 rb searches, which is suboptimal. With this patch we are only doing 2 searches for every cycle (modulo weird things happening). Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
|
H A D | transaction.c | diff e6138876ad8327250d77291b3262fee356267211 Thu Sep 27 16:07:30 CDT 2012 Josef Bacik <jbacik@fusionio.com> Btrfs: cache extent state when writing out dirty metadata pages
Everytime we write out dirty pages we search for an offset in the tree, convert the bits in the state, and then when we wait we search for the offset again and clear the bits. So for every dirty range in the io tree we are doing 4 rb searches, which is suboptimal. With this patch we are only doing 2 searches for every cycle (modulo weird things happening). Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
|
H A D | tree-log.c | diff e6138876ad8327250d77291b3262fee356267211 Thu Sep 27 16:07:30 CDT 2012 Josef Bacik <jbacik@fusionio.com> Btrfs: cache extent state when writing out dirty metadata pages
Everytime we write out dirty pages we search for an offset in the tree, convert the bits in the state, and then when we wait we search for the offset again and clear the bits. So for every dirty range in the io tree we are doing 4 rb searches, which is suboptimal. With this patch we are only doing 2 searches for every cycle (modulo weird things happening). Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
|
H A D | extent_io.c | diff e6138876ad8327250d77291b3262fee356267211 Thu Sep 27 16:07:30 CDT 2012 Josef Bacik <jbacik@fusionio.com> Btrfs: cache extent state when writing out dirty metadata pages
Everytime we write out dirty pages we search for an offset in the tree, convert the bits in the state, and then when we wait we search for the offset again and clear the bits. So for every dirty range in the io tree we are doing 4 rb searches, which is suboptimal. With this patch we are only doing 2 searches for every cycle (modulo weird things happening). Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
|
H A D | extent-tree.c | diff e6138876ad8327250d77291b3262fee356267211 Thu Sep 27 16:07:30 CDT 2012 Josef Bacik <jbacik@fusionio.com> Btrfs: cache extent state when writing out dirty metadata pages
Everytime we write out dirty pages we search for an offset in the tree, convert the bits in the state, and then when we wait we search for the offset again and clear the bits. So for every dirty range in the io tree we are doing 4 rb searches, which is suboptimal. With this patch we are only doing 2 searches for every cycle (modulo weird things happening). Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
|
H A D | disk-io.c | diff e6138876ad8327250d77291b3262fee356267211 Thu Sep 27 16:07:30 CDT 2012 Josef Bacik <jbacik@fusionio.com> Btrfs: cache extent state when writing out dirty metadata pages
Everytime we write out dirty pages we search for an offset in the tree, convert the bits in the state, and then when we wait we search for the offset again and clear the bits. So for every dirty range in the io tree we are doing 4 rb searches, which is suboptimal. With this patch we are only doing 2 searches for every cycle (modulo weird things happening). Thanks,
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
|