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] assorted vfs/fs patches
Date: Mon, 21 Mar 2011 16:18:59 +0000	[thread overview]
Message-ID: <20110321161859.GU22723@ZenIV.linux.org.uk> (raw)

	Misc patches from the last cycle + fix for nfs_path() braino +
sys_syncfs().  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

Tomorrow: procfs piles...

Shortlog:
Akinobu Mita (1):
      bfs: fix bitmap size argument to find_first_zero_bit()

Andrey Vagin (1):
      fs: devpts_pty_new() return -ENOMEM if dentry allocation failed

Ben Hutchings (1):
      fs/inode: Fix kernel-doc format for inode_init_owner

Dan Carpenter (1):
      nfs: lock() vs unlock() typo

David Howells (1):
      FS: lookup_mnt() is only used in the core fs routines now

David Jenni (1):
      Filesystem: fifo: Fixed coding style issue.

Holger Hans Peter Freyther (1):
      Small typo fix...

Namhyung Kim (2):
      vfs: cleanup do_vfs_ioctl()
      select: remove unused MAX_SELECT_SECONDS

Sage Weil (1):
      introduce sys_syncfs to sync a single file system

Tetsuo Handa (1):
      fs: Use BUG_ON(!mnt) at dentry_open().

Tony Luck (1):
      pstore: fix leaking ->i_private

Diffstat:
 arch/x86/ia32/ia32entry.S          |    1 +
 arch/x86/include/asm/unistd_32.h   |    3 ++-
 arch/x86/include/asm/unistd_64.h   |    2 ++
 arch/x86/kernel/syscall_table_32.S |    1 +
 fs/bfs/dir.c                       |    2 +-
 fs/compat.c                        |    3 ---
 fs/devpts/inode.c                  |   19 +++++++++----------
 fs/exec.c                          |    2 +-
 fs/fifo.c                          |    3 +--
 fs/inode.c                         |    2 +-
 fs/internal.h                      |    1 +
 fs/ioctl.c                         |   21 ++++++++-------------
 fs/nfs/namespace.c                 |    4 ++--
 fs/open.c                          |   13 ++-----------
 fs/pstore/inode.c                  |    8 +++++++-
 fs/select.c                        |    3 ---
 fs/sync.c                          |   24 ++++++++++++++++++++++++
 include/asm-generic/unistd.h       |    4 +++-
 include/linux/dcache.h             |    1 -
 include/linux/syscalls.h           |    1 +
 20 files changed, 67 insertions(+), 51 deletions(-)


                 reply	other threads:[~2011-03-21 16:19 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=20110321161859.GU22723@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.