linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-v2 0/2] lazytime bug fixes for 4.0
@ 2015-03-16 19:14 Theodore Ts'o
  2015-03-16 19:14 ` [PATCH-v2 1/2] fs: make sure the timestamps for lazytime inodes eventually get written Theodore Ts'o
  2015-03-16 19:14 ` [PATCH-v2 2/2] fs: add dirtytime_expire_seconds sysctl Theodore Ts'o
  0 siblings, 2 replies; 9+ messages in thread
From: Theodore Ts'o @ 2015-03-16 19:14 UTC (permalink / raw)
  To: Linux Filesystem Development List; +Cc: jack, torvalds, viro, Theodore Ts'o

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-03-17 15:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 19:14 [PATCH-v2 0/2] lazytime bug fixes for 4.0 Theodore Ts'o
2015-03-16 19:14 ` [PATCH-v2 1/2] fs: make sure the timestamps for lazytime inodes eventually get written Theodore Ts'o
2015-03-16 21:34   ` Andreas Dilger
2015-03-17 10:33     ` Jan Kara
2015-03-17 15:53       ` Theodore Ts'o
2015-03-17 15:09     ` Theodore Ts'o
2015-03-17 10:29   ` Jan Kara
2015-03-16 19:14 ` [PATCH-v2 2/2] fs: add dirtytime_expire_seconds sysctl Theodore Ts'o
2015-03-17 10:30   ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).