From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: [PATCH-v2 0/2] lazytime bug fixes for 4.0 Date: Mon, 16 Mar 2015 15:14:18 -0400 Message-ID: <1426533260-3305-1-git-send-email-tytso@mit.edu> Cc: jack@suse.cz, torvalds@linux-foundation.org, viro@zeniv.linux.org.uk, Theodore Ts'o To: Linux Filesystem Development List Return-path: Received: from imap.thunk.org ([74.207.234.97]:42933 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932651AbbCPTO2 (ORCPT ); Mon, 16 Mar 2015 15:14:28 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Apologies for the delay, but Vault and LSF/MM kept me busy last week. These patches fix the issues which Jan pointed out. They aren't serious; this fixes ab issue which might result in some timestamps would end up becoming stale until the file system unmounted or syncfs(2) is run on it. Still, it's nice to fix them so the guarantee is as they have been documented and as people would expect. 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(-) -- 2.3.0