linux-fsdevel.vger.kernel.org archive mirror
 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 pile 1 - misc bits
Date: Thu, 24 Sep 2009 15:32:42 +0100	[thread overview]
Message-ID: <20090924143242.GO14381@ZenIV.linux.org.uk> (raw)

Assorted VFS patches for .32-rc1, all over the place.  This is *not* all;
there are several series waiting their turn.  That pile should take care
of all misc bits and pieces, provided that I have managed to dig everything
relevant out of the 35K+ mail mound after I'd got back to connectivity...

Please, pull from 
  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

Shortlog:
Andi Kleen (2):
      vfs: optimization for touch_atime()
      vfs: optimize touch_time() too
Boaz Harrosh (1):
      exofs: remove BKL from super operations
Christoph Hellwig (2):
      freeze_bdev: kill bd_mount_sem
      freeze_bdev: grab active reference to frozen superblocks
Jan Kara (1):
      vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it
Jeff Layton (3):
      vfs: explicitly cast s_maxbytes in fiemap_check_ranges
      vfs: change sb->s_maxbytes to a loff_t
      vfs: remove redundant position check in do_sendfile
Julia Lawall (1):
      fs/romfs: correct error-handling code
Manish Katiyar (1):
      fs/inode.c: add dev-id and inode number for debugging in init_special_inode()
Miklos Szeredi (1):
      vfs: seq_file: add helpers for data filling
Nick Piggin (2):
      truncate: new helpers
      truncate: use new helpers
Steven Rostedt (1):
      libfs: make simple_read_from_buffer conventional
Tetsuo Handa (1):
      seq_file: return a negative error code when seq_path_root() fails.
Thomas Gleixner (1):
      fs: Make unload_nls() NULL pointer safe
Vegard Nossum (1):
      fs: fix overflow in sys_mount() for in-kernel calls
Wu Fengguang (1):
      libfs: return error code on failed attr set

Diffstat:
 Documentation/vm/locking |    2 +-
 fs/attr.c                |   46 ++++++++++++++-
 fs/befs/linuxvfs.c       |    7 +--
 fs/block_dev.c           |  140 ++++++++++++++++++++++++----------------------
 fs/buffer.c              |   10 +---
 fs/cifs/cifsfs.c         |    3 +-
 fs/cifs/inode.c          |   53 +++--------------
 fs/compat.c              |   24 ++++----
 fs/exofs/super.c         |    6 --
 fs/fat/inode.c           |   16 +----
 fs/fuse/dir.c            |   14 +---
 fs/fuse/fuse_i.h         |    2 -
 fs/fuse/inode.c          |   11 +---
 fs/hfs/mdb.c             |    6 +-
 fs/hfsplus/super.c       |    6 +-
 fs/hugetlbfs/inode.c     |   33 +----------
 fs/inode.c               |   89 ++++++++++++++++++-----------
 fs/internal.h            |    1 +
 fs/ioctl.c               |    9 ++-
 fs/isofs/inode.c         |    8 +--
 fs/jfs/super.c           |    9 +--
 fs/libfs.c               |   13 +++-
 fs/namespace.c           |   77 +++++++++++++++----------
 fs/ncpfs/inode.c         |   12 +---
 fs/ncpfs/ioctl.c         |    6 +-
 fs/nfs/inode.c           |   54 ++++-------------
 fs/nls/nls_base.c        |    3 +-
 fs/ntfs/super.c          |   10 +--
 fs/ramfs/file-nommu.c    |   18 ++----
 fs/read_write.c          |    3 -
 fs/romfs/super.c         |    2 +-
 fs/seq_file.c            |   74 +++++++++++++------------
 fs/smbfs/inode.c         |   10 +---
 fs/super.c               |   67 +++++++++++++++++++++-
 include/linux/fs.h       |    8 ++-
 include/linux/mm.h       |    5 +-
 include/linux/seq_file.h |   38 ++++++++++++
 mm/filemap.c             |    2 +-
 mm/memory.c              |   62 +-------------------
 mm/mremap.c              |    4 +-
 mm/nommu.c               |   40 -------------
 mm/truncate.c            |   64 +++++++++++++++++++++
 42 files changed, 533 insertions(+), 534 deletions(-)

             reply	other threads:[~2009-09-24 14:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-24 14:32 Al Viro [this message]
2009-09-24 17:57 ` [git pull] VFS pile 1 - misc bits Roland Dreier

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=20090924143242.GO14381@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;
as well as URLs for NNTP newsgroup(s).