linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* lazytime for XFS V2
@ 2018-02-28 17:57 Christoph Hellwig
  2018-02-28 17:57 ` [PATCH 1/2] fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync Christoph Hellwig
  2018-02-28 17:57 ` [PATCH 2/2] xfs: implement the lazytime mount option Christoph Hellwig
  0 siblings, 2 replies; 4+ messages in thread
From: Christoph Hellwig @ 2018-02-28 17:57 UTC (permalink / raw)
  To: linux-xfs; +Cc: linux-fsdevel, Theodore Ts'o

Hi all,

this series implements the lazytime feature for XFS.  Unlike ext4 we don't
bother supporting the file system parsed text option as MS_LAZYTIME has
been supported by util-linux for a long time now.  The first patch is
needed to make sure XFS actually sees that a dirty inode was dirtied due
to lazy time, which is important for XFS as we don't otherwise use the
VFS inode dirty tracking for metadata.

Changes since V1:
 - fix i_version logging in xfs_vn_update_time,
 - document the racy I_DIRTY_TIME check

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

end of thread, other threads:[~2018-03-01 22:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-28 17:57 lazytime for XFS V2 Christoph Hellwig
2018-02-28 17:57 ` [PATCH 1/2] fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync Christoph Hellwig
2018-02-28 17:57 ` [PATCH 2/2] xfs: implement the lazytime mount option Christoph Hellwig
2018-03-01 22:12   ` Dave Chinner

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).