public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] [patch 0/3] i_version update for ext4
@ 2007-01-23 17:23 Cordenner jean noel
  2007-01-23 18:46 ` Andreas Dilger
  0 siblings, 1 reply; 6+ messages in thread
From: Cordenner jean noel @ 2007-01-23 17:23 UTC (permalink / raw)
  To: linux-ext4; +Cc: nfsv4

Hello,

I've updated what was previously the change attribute patch for ext4 
initially posted by Alexandre Ratchov. The previous patch was 
introducing a change_attribute field, now it uses the i_version field of 
the inode.

The i_version field is a counter that is set on every inode creation and 
that is incremented every time the inode data is modified (similarly to 
the "ctime" time-stamp).
The aim is to fulfill NFSv4 requirements for rfc3530.
For the moent, the counter is only a 32bit value but it is planned to be 
64bit as required.

The patch is divided into 3 parts, the vfs layer, the ext4 specific code 
and an user part to check i_version changes via stat.


Any comments are welcome.

regards,
Jean noel

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

end of thread, other threads:[~2007-01-24 18:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-23 17:23 [RFC] [patch 0/3] i_version update for ext4 Cordenner jean noel
2007-01-23 18:46 ` Andreas Dilger
2007-01-24 14:12   ` Cordenner jean noel
2007-01-24 17:40     ` Mingming Cao
2007-01-24 18:06       ` J. Bruce Fields
2007-01-24 18:12       ` Trond Myklebust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox