linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] assorted vfs/fs patches
@ 2011-03-21 16:18 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2011-03-21 16:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-21 16:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 16:18 [git pull] assorted vfs/fs patches Al Viro

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).