public inbox for linux-kernel@vger.kernel.org
 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 for rc2, part 1
Date: Wed, 18 Aug 2010 16:35:28 +0100	[thread overview]
Message-ID: <20100818153528.GO31363@ZenIV.linux.org.uk> (raw)

	Assorted fixes + subset of Nick's series + few bits lost from the
last pile.  Please, pull from the usual place:

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/

	Tomorrow: freeze/thaw fixes and big code movement series (partitioning
and otherwise block-related)...

Shortlog:
Al Viro (2):
      hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpy
      hostfs ->follow_link() braino

Alexander Shishkin (1):
      cramfs: only unlock new inodes

Andreas Gruenbacher (1):
      mbcache: Limit the maximum number of cache entries

Christoph Hellwig (2):
      kill BH_Ordered flag
      remove SWRITE* I/O types

Jan Kara (1):
      vfs: update ctime when changing the file's permission by setfacl

Nick Piggin (10):
      fs: fix do_lookup false negative
      fs: dentry allocation consolidation
      apparmor: use task path helpers
      fs: fs_struct rwlock to spinlock
      fs: remove extra lookup in __lookup_hash
      fs: cleanup files_lock locking
      tty: fix fu_list abuse
      lglock: introduce special lglock and brlock spin locks
      fs: scale files_lock
      fs: brlock vfsmount_lock

Sergey Senozhatsky (1):
      fix reiserfs_evict_inode end_writeback second call

Diffstat:
 drivers/char/pty.c                    |    4 +-
 drivers/char/tty_io.c                 |   92 ++++++++++++------
 drivers/staging/pohmelfs/path_entry.c |    8 +-
 fs/buffer.c                           |   69 +++++++------
 fs/cramfs/inode.c                     |    2 +-
 fs/dcache.c                           |   71 ++++++++------
 fs/exec.c                             |    4 +-
 fs/fat/misc.c                         |    4 +-
 fs/file_table.c                       |  124 ++++++++++++++++++------
 fs/fs_struct.c                        |   32 +++---
 fs/generic_acl.c                      |    1 +
 fs/hostfs/hostfs_kern.c               |    4 +-
 fs/internal.h                         |    7 +-
 fs/jbd/checkpoint.c                   |    4 +-
 fs/jbd/commit.c                       |   53 +++++-----
 fs/jbd/journal.c                      |    2 +-
 fs/jbd/revoke.c                       |    2 +-
 fs/jbd2/checkpoint.c                  |    4 +-
 fs/jbd2/commit.c                      |   41 +++-----
 fs/jbd2/journal.c                     |    2 +-
 fs/jbd2/revoke.c                      |    2 +-
 fs/mbcache.c                          |   30 +++++-
 fs/namei.c                            |  119 ++++++++++------------
 fs/namespace.c                        |  177 +++++++++++++++++++++------------
 fs/nilfs2/super.c                     |   28 +++---
 fs/open.c                             |    4 +-
 fs/pnode.c                            |   11 ++-
 fs/reiserfs/inode.c                   |    1 +
 fs/reiserfs/journal.c                 |    2 +-
 fs/super.c                            |   18 ++++
 fs/ufs/balloc.c                       |   24 ++---
 fs/ufs/ialloc.c                       |   18 +---
 fs/ufs/truncate.c                     |   18 +---
 fs/ufs/util.c                         |   20 ++---
 fs/ufs/util.h                         |    3 +-
 include/linux/buffer_head.h           |    4 +-
 include/linux/fs.h                    |   21 ++---
 include/linux/fs_struct.h             |   14 ++--
 include/linux/lglock.h                |  172 ++++++++++++++++++++++++++++++++
 include/linux/tty.h                   |    9 ++
 kernel/fork.c                         |   10 +-
 security/apparmor/path.c              |    9 +--
 security/selinux/hooks.c              |    9 +-
 43 files changed, 800 insertions(+), 453 deletions(-)

             reply	other threads:[~2010-08-18 15:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-18 15:35 Al Viro [this message]
2010-08-18 16:44 ` [git pull] vfs for rc2, part 1 Linus Torvalds
2010-08-18 16:52   ` Christoph Hellwig

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=20100818153528.GO31363@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