Re: [patch 00/24] vfs: fixes and cleanups + add helpers to check r/o bind mounts

From: Miklos Szeredi
Date: Wed May 07 2008 - 07:58:00 EST


> Here it is again as a single series (without the ecryptfs one already
> merged).
>
> I've addressed Christoph's comments.

And here is the same (well, with some cosmetic fixes) as a git tree,
in case it's more convenient for somebody to review/test.

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git vfs-cleanups


fs/attr.c | 26 +++++-
fs/compat.c | 4 +-
fs/ecryptfs/inode.c | 137 +++++++++++++-------------
fs/exec.c | 2 +-
fs/fat/file.c | 5 +-
fs/hpfs/namei.c | 3 +-
fs/namei.c | 230 +++++++++++++++++++++++++++----------------
fs/nfsd/nfs4recover.c | 12 +--
fs/nfsd/vfs.c | 148 ++++++++++++----------------
fs/open.c | 106 ++++++--------------
fs/reiserfs/namei.c | 2 +-
fs/reiserfs/xattr.c | 32 +++++-
fs/splice.c | 29 +++---
fs/sysfs/file.c | 5 +-
fs/utimes.c | 197 ++++++++++++++++++++++---------------
fs/xattr.c | 85 ++++++++--------
include/linux/fs.h | 21 +++--
include/linux/reiserfs_fs.h | 1 +
include/linux/time.h | 5 +-
include/linux/xattr.h | 5 +-
ipc/mqueue.c | 16 ++-
kernel/cgroup.c | 5 +-
mm/filemap.c | 2 +-
mm/tiny-shmem.c | 2 +-
net/unix/af_unix.c | 6 +-
25 files changed, 587 insertions(+), 499 deletions(-)

Miklos Szeredi (25):
ecryptfs: clean up (un)lock_parent
nfsd: clean up mnt_want_write calls
cgroup: don't call vfs_mkdir
reiserfs: don't call vfs_rmdir
reiserfs: don't call notify_change
sysfs: don't call notify_change
hpfs: don't call notify_change
fat: don't call notify_change
vfs: immutable inode checking cleanup
vfs: truncate: don't check immutable twice
vfs: truncate: append-only checking cleanup
vfs: create file_truncate() helper
vfs: utimes immutable fix
vfs: utimes cleanup
vfs: splice remove_suid() cleanup
vfs: add path_create() and path_mknod()
vfs: add path_mkdir()
vfs: add path_rmdir()
vfs: add path_unlink()
vfs: add path_symlink()
vfs: add path_link()
vfs: add path_rename()
vfs: add path_setattr()
vfs: add path_setxattr()
vfs: add path_removexattr()

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/