On Tue, Mar 24, 2015 at 07:12:52PM -0400, Theodore Ts'o wrote: > > Ping? Al, are you OK with taking these patches and sending them to > Linus? Ping**2? Linus, do you want to pull these two patches before 4.0 gets released? Jan Kara has reviewed them. - Ted P.S. I just recently generated GPG subkey so you might need to run the command "gpg --recv-key C11804F0" in order to fetch the subkey to verify the tag. The following changes since commit 13a7a6ac0a11197edcd0f756a035f472b42cdf8b: Linux 4.0-rc2 (2015-03-03 09:04:59 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/lazytime_fix for you to fetch changes up to 1efff914afac8a965ad63817ecf8861a927c2ace: fs: add dirtytime_expire_seconds sysctl (2015-03-17 12:23:32 -0400) ---------------------------------------------------------------- This fixes a problem in the lazy time patches, which can cause frequently updated inods to never have their timestamps updated. These changes guarantee that no timestamp on disk will be stale by more than 24 hours. ---------------------------------------------------------------- Theodore Ts'o (2): fs: make sure the timestamps for lazytime inodes eventually get written fs: add dirtytime_expire_seconds sysctl fs/fs-writeback.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++------ include/linux/fs.h | 1 + include/linux/writeback.h | 3 ++ kernel/sysctl.c | 8 +++++ 4 files changed, 95 insertions(+), 10 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html