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] assorted fixes
Date: Mon, 1 Aug 2011 19:16:15 +0100 [thread overview]
Message-ID: <20110801181615.GI2203@ZenIV.linux.org.uk> (raw)
Misc stuff from various sources; probably the most interesting in that pile
is Eric's series (lock reduction for pipes et.al.). Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git for-linus
Shortlog:
Al Viro (6):
hppfs: missing include
devtmpfs: missing initialialization in never-hit case
switch posix_acl_create() to umode_t *
switch posix_acl_equiv_mode() to umode_t *
switch posix_acl_from_mode() to umode_t
switch posix_acl_chmod() to umode_t
David Howells (4):
VFS: Fix automount for negative autofs dentries
VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()
VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree()
VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock
Eric Dumazet (3):
vfs: conditionally call inode_wb_list_del()
vfs: avoid taking inode_hash_lock on pipes and sockets
vfs: avoid call to inode_lru_list_del() if possible
Josef Bacik (1):
Btrfs: load the key from the dir item in readdir into a fake dentry
Lachlan McIlroy (1):
block: initialise bd_super in bdget()
Markus Trippelsdorf (1):
xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set
Diffstat:
drivers/base/devtmpfs.c | 2 +-
fs/9p/acl.c | 6 ++--
fs/9p/acl.h | 4 +-
fs/9p/vfs_inode_dotl.c | 6 ++--
fs/block_dev.c | 1 +
fs/btrfs/acl.c | 10 +-----
fs/btrfs/inode.c | 47 ++++++++++++++++++++++++++++-
fs/dcache.c | 69 +++++++++++++++++--------------------------
fs/ext2/acl.c | 8 +----
fs/ext3/acl.c | 9 +----
fs/ext4/acl.c | 9 +----
fs/generic_acl.c | 13 ++------
fs/gfs2/acl.c | 6 ++--
fs/hppfs/hppfs.c | 1 +
fs/inode.c | 13 +++++---
fs/jffs2/acl.c | 4 +-
fs/jffs2/acl.h | 2 +-
fs/jffs2/fs.c | 2 +-
fs/jffs2/os-linux.h | 2 +-
fs/jfs/acl.c | 4 +--
fs/jfs/xattr.c | 4 +--
fs/namei.c | 24 +++++++++------
fs/nfs/nfs3acl.c | 2 +-
fs/nfs/nfs3proc.c | 6 ++--
fs/ocfs2/acl.c | 4 +-
fs/posix_acl.c | 16 +++++-----
fs/reiserfs/xattr_acl.c | 10 +-----
fs/xfs/linux-2.6/xfs_acl.c | 6 ++--
fs/xfs/xfs_acl.h | 5 ++-
include/linux/fs.h | 9 +++++-
include/linux/nfs_fs.h | 4 +-
include/linux/posix_acl.h | 8 ++--
32 files changed, 165 insertions(+), 151 deletions(-)
next reply other threads:[~2011-08-01 18:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-01 18:16 Al Viro [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-05-31 20:24 [git pull] assorted fixes Al Viro
2017-09-03 17:15 Al Viro
2017-09-03 18:12 ` Linus Torvalds
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=20110801181615.GI2203@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.