Home
last modified time | relevance | path

Searched hist:e6138876ad8327250d77291b3262fee356267211 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dextent_io.hdiff 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 Dfree-space-cache.cdiff 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 Drelocation.cdiff 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 Dtransaction.cdiff 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 Dtree-log.cdiff 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 Dextent_io.cdiff 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 Dextent-tree.cdiff 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 Ddisk-io.cdiff 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>