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: Re: [git pull] vfs pile 3
Date: Fri, 23 Dec 2016 11:44:19 +0000	[thread overview]
Message-ID: <20161223114418.GJ1555@ZenIV.linux.org.uk> (raw)
In-Reply-To: <20161223000321.GH1555@ZenIV.linux.org.uk>

On Fri, Dec 23, 2016 at 12:03:21AM +0000, Al Viro wrote:
> 	Assorted cleanups and fixes all over the place.

Fix for aio compat in !CONFIG_AIO builds folded in, commit message on
seq_file patch unmangled.  Other than that, identical to the previous.

The following changes since commit e93b1cc8a8965da137ffea0b88e5f62fa1d2a9e6:

  Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs (2016-12-19 08:23:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

for you to fetch changes up to faf0dcebd7b387187f29ff811d47df465ea4c9f9:

  Merge branch 'work.namespace' into for-linus (2016-12-22 23:04:31 -0500)

----------------------------------------------------------------
Al Viro (7):
      remove a bogus claim about namespace_sem being held by callers of mnt_alloc_id()
      clone_private_mount() doesn't need to touch namespace_sem
      reorganize do_make_slave()
      move aio compat to fs/aio.c
      [iov_iter] fix iterate_all_kinds() on empty iterators
      sg_write()/bsg_write() is not fit to be called under KERNEL_DS
      Merge branch 'work.namespace' into for-linus

Aleksa Sarai (1):
      fs: exec: apply CLOEXEC before changing dumpable task flags

Darrick J. Wong (1):
      vfs: fix isize/pos/len checks for reflink & dedupe

Jeff Layton (1):
      ufs: fix function declaration for ufs_truncate_blocks

Tomasz Majchrzak (1):
      seq_file: reset iterator to first record for zero offset

 block/bsg.c             |  3 ++
 drivers/scsi/sg.c       |  3 ++
 fs/aio.c                | 97 ++++++++++++++++++++++++++++++++++++++++++++++++-
 fs/compat.c             | 75 --------------------------------------
 fs/exec.c               | 10 ++++-
 fs/namespace.c          |  8 +---
 fs/ocfs2/refcounttree.c |  2 +-
 fs/pnode.c              | 74 ++++++++++++++++++-------------------
 fs/read_write.c         | 18 +++++----
 fs/seq_file.c           |  7 ++++
 fs/ufs/inode.c          |  2 +-
 fs/xfs/xfs_reflink.c    |  2 +-
 include/linux/aio.h     |  5 ---
 kernel/sys_ni.c         |  3 ++
 lib/iov_iter.c          | 55 +++++++++++++---------------
 15 files changed, 197 insertions(+), 167 deletions(-)

  reply	other threads:[~2016-12-23 11:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-23  0:03 [git pull] vfs pile 3 Al Viro
2016-12-23 11:44 ` Al Viro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-04  1:12 [git pull] vfs, " Al Viro
2016-08-07  3:46 [git pull] vfs " Al Viro
2016-08-07 14:00 ` Linus Torvalds
2012-10-13  0:20 Al Viro
2012-10-13  7:20 ` Marco Stornelli
2012-10-13  7:51   ` Al Viro
2012-10-13  7:52     ` Marco Stornelli
2012-10-13 15:48     ` Christoph Hellwig
2012-10-13 16:01       ` Al Viro
2012-10-13 16:04         ` Christoph Hellwig
2012-10-13 17:07           ` Al Viro
2012-10-14  9:59             ` Marco Stornelli

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=20161223114418.GJ1555@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).