* [git pull] vfs patches for -rc4
@ 2011-06-16 17:10 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2011-06-16 17:10 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 2074 bytes --]
Assorted fixes, including an automount race that had been around since late
January - dhowells had finally narrowed it down to vfsmount refcounting
problem around lock_mount(). Please, pull from
git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus
Shortlog:
Al Viro (6):
fix leak in proc_set_super()
ubifs: split allocation of ubifs_info into a separate function
ubifs: fix sget races
afs: fix sget() races, close leak on umount
Delay struct net freeing while there's a sysfs instance refering to it
VFS: Fix vfsmount overput on simultaneous automount
Anton Blanchard (1):
afs: afs_fill_page reads too much, or wrong data
David Howells (2):
AFS: Set s_id in the superblock to the volume name
AFS: Use i_generation not i_version for the vnode uniquifier
Jan Kara (1):
vfs: Fix data corruption after failed write in __block_write_begin()
Török Edwin (1):
fix wrong iput on d_inode introduced by e6bc45d65d
Diffstat:
fs/afs/dir.c | 8 +-
fs/afs/fsclient.c | 3 +-
fs/afs/inode.c | 10 ++--
fs/afs/super.c | 74 ++++++++++-------------
fs/afs/write.c | 21 +++----
fs/buffer.c | 4 +-
fs/namei.c | 28 ++++++---
fs/proc/root.c | 11 ++--
fs/sysfs/mount.c | 37 ++++--------
fs/sysfs/sysfs.h | 2 +-
fs/ubifs/super.c | 137 ++++++++++++++++++++++++-------------------
include/linux/kobject_ns.h | 10 ++-
include/linux/sysfs.h | 7 --
include/net/net_namespace.h | 10 +++-
lib/kobject.c | 26 +++-----
net/core/net-sysfs.c | 23 +++-----
net/core/net_namespace.c | 12 +++-
17 files changed, 210 insertions(+), 213 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-16 17:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-16 17:10 [git pull] vfs patches for -rc4 Al Viro
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).