[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <patchbomb.1160738328@thor.fsl.cs.sunysb.edu>
Date: Fri, 13 Oct 2006 07:18:48 -0400
From: Josef "Jeff" Sipek <jsipek@...sunysb.edu>
To: linux-kernel@...r.kernel.org
Cc: akpm@...l.org, torvalds@...l.org, hch@...radead.org,
viro@....linux.org.uk, linux-fsdevel@...r.kernel.org,
penberg@...helsinki.fi, ezk@...sunysb.edu, mhalcrow@...ibm.com
Subject: [PATCH 0 of 2] Stackfs: generic stackable filesystem helper functions
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@...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 ++++++++++++++++++++++++++++++++++++++++++
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists