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.git pile 3
Date: Fri, 19 Dec 2014 16:57:51 +0000	[thread overview]
Message-ID: <20141219165751.GY22149@ZenIV.linux.org.uk> (raw)

Assorted fixes and patches from the last cycle.  There will be at least
one more pile this cycle, maybe two.  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Al Viro (7):
      btrfs: filp_open() returns ERR_PTR() on failure, not NULL...
      lustre: get rid of playing with ->fs
      move_extent_per_page(): get rid of unused w_flags
      new helper: iter_is_iovec()
      vm_area_operations: kill ->migrate()
      unfuck binfmt_misc.c (broken by commit e6084d4)
      [regression] chunk lost from bd9b51

Dmitry V. Levin (2):
      vfs: cleanup show_mountinfo
      vfs: make mounts and mountstats honor root dir like mountinfo does

Miklos Szeredi (1):
      init: fix read-write root mount

Diffstat:
 .../lustre/lustre/include/linux/lustre_compat25.h  | 24 ----------------------
 drivers/staging/lustre/lustre/llite/dir.c          |  2 +-
 drivers/staging/lustre/lustre/llite/llite_lib.c    | 17 +--------------
 fs/binfmt_misc.c                                   |  7 +++----
 fs/btrfs/volumes.c                                 |  2 +-
 fs/ext4/move_extent.c                              |  4 ----
 fs/kernfs/file.c                                   | 22 --------------------
 fs/proc_namespace.c                                | 16 +++++++++++----
 include/linux/migrate.h                            | 10 ---------
 include/linux/mm.h                                 |  2 --
 include/linux/uio.h                                |  5 +++++
 init/do_mounts.c                                   |  6 ++++--
 mm/filemap.c                                       |  2 +-
 mm/mempolicy.c                                     |  5 -----
 mm/migrate.c                                       | 21 -------------------
 mm/shmem.c                                         |  2 +-
 net/socket.c                                       |  1 -
 17 files changed, 29 insertions(+), 119 deletions(-)

             reply	other threads:[~2014-12-19 16:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-19 16:57 Al Viro [this message]
2014-12-20  2:19 ` [git pull] vfs.git pile 3 Linus Torvalds
2014-12-20  2:39   ` Al Viro
2014-12-20  2:42     ` Linus Torvalds

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=20141219165751.GY22149@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.