[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080825052533.GW28946@ZenIV.linux.org.uk>
Date: Mon, 25 Aug 2008 06:25:33 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [git pull] vfs fixes
Assorted fixes. Note on d_add_ci patch - we definitely want it to have the
same order of arguments as in d_add(), so we'd better fix that before .27.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus
Shortlog:
Al Viro (6):
fix efs_lookup()
fix osf_getdirents()
fix hpux_getdents()
fix regular readdir() and friends
fix ->llseek() for a bunch of directories
deal with the first call of ->show() generating no output
Alexey Dobriyan (1):
proc: inode number fixlet
Christoph Hellwig (2):
change d_add_ci argument ordering
ntfs: use d_add_ci
Diffstat:
arch/alpha/kernel/osf_sys.c | 19 ++++++---
arch/parisc/hpux/fs.c | 30 +++++++++-----
drivers/misc/acer-wmi.c | 5 --
fs/9p/vfs_dir.c | 1 +
fs/adfs/dir.c | 1 +
fs/affs/dir.c | 1 +
fs/autofs4/root.c | 2 +
fs/befs/linuxvfs.c | 1 +
fs/compat.c | 8 +++-
fs/dcache.c | 2 +-
fs/efs/namei.c | 3 +-
fs/ntfs/namei.c | 89 +------------------------------------------
fs/proc/generic.c | 1 +
fs/readdir.c | 8 +++-
fs/seq_file.c | 11 ++++-
fs/xfs/linux-2.6/xfs_file.c | 1 +
fs/xfs/linux-2.6/xfs_iops.c | 2 +-
include/linux/dcache.h | 2 +-
18 files changed, 66 insertions(+), 121 deletions(-)
--
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