All of lore.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 misc bits
Date: Mon, 17 Jan 2011 13:37:41 +0000	[thread overview]
Message-ID: <20110117133741.GI22723@ZenIV.linux.org.uk> (raw)

	Assorted bits and pieces.  There will be one more pile, but this one
is just sweeping the misc stuff.  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

Shortlog:
Al Viro (3):
      Take the completion of automount into new helper
      don't drop newmnt on error in do_add_mount()
      tidy up around finish_automount()

Christoph Hellwig (2):
      make the feature checks in ->fallocate future proof
      fallocate should be a file operation

Dr. David Alan Gilbert (1):
      hpfs_setattr error case avoids unlock_kernel

Namhyung Kim (5):
      compat: remove unnecessary assignment in compat_rw_copy_check_uvector()
      compat: update comment of compat statfs syscalls
      compat: copy missing fields in compat_statfs64 to user
      aio: check return value of create_workqueue()
      fs: fix address space warnings in ioctl_fiemap()

Randy Dunlap (1):
      fs: FS_POSIX_ACL does not depend on BLOCK

Steven Rostedt (2):
      fs: Remove unlikely() from fput_light()
      fs: Remove unlikely() from fget_light()

Yang Ruirui (1):
      staging: smbfs building fix

Diffstat:
 Documentation/filesystems/Locking |    3 +-
 drivers/staging/smbfs/dir.c       |    4 +-
 fs/Kconfig                        |   17 +--
 fs/aio.c                          |    2 +-
 fs/btrfs/file.c                   |  113 ++++++++++++++++
 fs/btrfs/inode.c                  |  111 ----------------
 fs/compat.c                       |   10 +-
 fs/ext4/ext4.h                    |    2 +-
 fs/ext4/extents.c                 |   11 +-
 fs/ext4/file.c                    |    2 +-
 fs/file_table.c                   |    2 +-
 fs/gfs2/file.c                    |  258 +++++++++++++++++++++++++++++++++++++
 fs/gfs2/ops_inode.c               |  258 -------------------------------------
 fs/hpfs/inode.c                   |    2 +-
 fs/internal.h                     |    3 +-
 fs/ioctl.c                        |   10 +-
 fs/namei.c                        |   31 +----
 fs/namespace.c                    |   63 ++++++----
 fs/ocfs2/file.c                   |   10 +-
 fs/open.c                         |    4 +-
 fs/xfs/linux-2.6/xfs_file.c       |   56 ++++++++
 fs/xfs/linux-2.6/xfs_iops.c       |   57 --------
 include/linux/file.h              |    2 +-
 include/linux/fs.h                |    8 +-
 24 files changed, 515 insertions(+), 524 deletions(-)

             reply	other threads:[~2011-01-17 13:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-17 13:37 Al Viro [this message]
2011-01-17 14:32 ` [git pull] vfs misc bits Sedat Dilek
2011-01-17 14:32   ` Sedat Dilek

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=20110117133741.GI22723@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.