linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [git pull] vfs patches for -rc4
Date: Thu, 16 Jun 2011 18:10:44 +0100	[thread overview]
Message-ID: <20110616171044.GM11521@ZenIV.linux.org.uk> (raw)

[-- 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

                 reply	other threads:[~2011-06-16 17:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110616171044.GM11521@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).