Files
android_kernel_xiaomi_sm8450/fs/btrfs
Josef Bacik 5d1f40202b Btrfs: fix missing i_size update
If we have an ordered extent before the ordered extent we are currently
completing that is after the current disk_i_size we will put our i_size
update into that ordered extent so that we do not expose stale data.  The
problem is that if our disk i_size is updated past the previous ordered
extent we won't update the i_size with the pending i_size update.  So check
the pending i_size update and if its above the current disk i_size we need
to go ahead and try to update.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
2013-02-05 16:09:14 -05:00
..
2012-12-17 14:48:21 -05:00
2012-12-17 14:48:21 -05:00
2012-05-29 23:28:33 -04:00
2008-09-25 11:04:06 -04:00
2012-10-09 09:14:45 -04:00
2012-10-09 09:14:45 -04:00
2011-06-17 14:54:18 -04:00
2012-10-01 15:18:53 -04:00
2012-10-01 15:18:53 -04:00
2012-10-09 09:19:57 -04:00