linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0 of 2] Stackfs: generic stackable filesystem helper functions
@ 2006-10-13 11:18 Josef Jeff Sipek
  2006-10-13 11:18 ` [PATCH 1 of 2] Stackfs: Introduce stackfs_copy_{attr,inode}_* Josef Jeff Sipek
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Josef Jeff Sipek @ 2006-10-13 11:18 UTC (permalink / raw)
  To: linux-kernel
  Cc: akpm, torvalds, hch, viro, linux-fsdevel, penberg, ezk, mhalcrow

The following patches introduce stackfs_copy_* functions. These functions
copy inode attributes (such as {a,c,m}time, mode, etc.) from one inode to
another.

While, intended for stackable filesystems any portion of the kernel wishing
to copy inode attributes can use them.

This series consists of two patches, the first introduces the stackfs
functions, and the second makes eCryptfs a user.

Signed-off-by: Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>

4 files changed, 85 insertions(+), 59 deletions(-)
fs/ecryptfs/file.c       |    3 +
fs/ecryptfs/inode.c      |   71 +++++++++-------------------------------------
fs/ecryptfs/main.c       |    5 +--
include/linux/stack_fs.h |   65 ++++++++++++++++++++++++++++++++++++++++++




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

end of thread, other threads:[~2006-10-15 17:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-13 11:18 [PATCH 0 of 2] Stackfs: generic stackable filesystem helper functions Josef Jeff Sipek
2006-10-13 11:18 ` [PATCH 1 of 2] Stackfs: Introduce stackfs_copy_{attr,inode}_* Josef Jeff Sipek
2006-10-13 19:04   ` Andrew James Wade
2006-10-15 17:38     ` [PATCH] " Jan Engelhardt
2006-10-13 19:27   ` Andrew Morton
2006-10-13 20:07     ` Josef Sipek
2006-10-13 20:16       ` Josef Sipek
2006-10-13 20:37       ` Andrew Morton
2006-10-15 12:36       ` Jan Engelhardt
2006-10-13 11:18 ` [PATCH 2 of 2] eCryptfs: Use stackfs's generic copy inode attr functions Josef Jeff Sipek
2006-10-13 12:02 ` [PATCH 0 of 2] Stackfs: generic stackable filesystem helper functions Pekka Enberg

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