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.git misc stuff
Date: Tue, 9 May 2017 06:34:59 +0100	[thread overview]
Message-ID: <20170509053459.GW29622@ZenIV.linux.org.uk> (raw)

	Assorted bits and pieces from various people.  No common topic in
that pile, sorry.

The following changes since commit 4f7d029b9bf009fbee76bb10c0c4351a1870d2f3:

  Linux 4.11-rc7 (2017-04-16 13:00:18 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc

for you to fetch changes up to 6b4657667ba06cd2e07206c65e630acdf248bfd1:

  fs/affs: add rename exchange (2017-05-05 15:24:52 -0400)

----------------------------------------------------------------
Al Viro (1):
      remove pointless extern of atime_need_update_rcu()

Christoph Hellwig (2):
      fs: add a VALID_OPEN_FLAGS
      fs: completely ignore unknown open flags

David Howells (1):
      Make stat/lstat/fstatat pass AT_NO_AUTOMOUNT to vfs_statx()

Eric Biggers (2):
      fs: constify tree_descr arrays passed to simple_fill_super()
      fs: remove _submit_bh()

Fabian Frederick (7):
      fs/affs: bugfix: make symbolic links work again
      fs/affs: import amigaffs.h
      fs/affs: remove node generation check
      fs/affs: bugfix: enable writes on OFS disks
      fs/affs: bugfix: Write files greater than page size on OFS
      fs/affs: add rename2 to prepare multiple methods
      fs/affs: add rename exchange

Geliang Tang (1):
      fs: drop duplicate header percpu-rwsem.h

Josef Bacik (1):
      fs: don't set *REFERENCED on single use objects

Mark Charlebois (1):
      fs: compat: Remove warning from COMPATIBLE_IOCTL

 drivers/infiniband/hw/qib/qib_fs.c    |  2 +-
 drivers/xen/xenfs/super.c             |  4 +-
 fs/affs/affs.h                        |  4 +-
 {include/linux => fs/affs}/amigaffs.h |  0
 fs/affs/dir.c                         |  2 +-
 fs/affs/file.c                        | 10 ++--
 fs/affs/inode.c                       |  1 +
 fs/affs/namei.c                       | 87 +++++++++++++++++++++++++++++------
 fs/binfmt_misc.c                      |  2 +-
 fs/buffer.c                           | 19 ++------
 fs/compat_ioctl.c                     |  2 +-
 fs/dcache.c                           |  4 +-
 fs/debugfs/inode.c                    |  2 +-
 fs/fcntl.c                            | 14 ++----
 fs/fuse/control.c                     |  2 +-
 fs/inode.c                            |  3 +-
 fs/internal.h                         |  2 -
 fs/libfs.c                            |  2 +-
 fs/nfsd/nfsctl.c                      |  2 +-
 fs/open.c                             |  6 +++
 fs/tracefs/inode.c                    |  2 +-
 include/linux/buffer_head.h           |  2 -
 include/linux/fcntl.h                 |  6 +++
 include/linux/fs.h                    | 14 +++---
 kernel/bpf/inode.c                    |  2 +-
 security/inode.c                      |  2 +-
 security/selinux/selinuxfs.c          |  4 +-
 security/smack/smackfs.c              |  2 +-
 28 files changed, 130 insertions(+), 74 deletions(-)
 rename {include/linux => fs/affs}/amigaffs.h (100%)

             reply	other threads:[~2017-05-09  5:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-09  5:34 Al Viro [this message]
2020-12-24 23:35 [git pull] vfs.git misc stuff Al Viro
2020-12-25 19:09 ` pr-tracker-bot
2021-02-27  6:00 Al Viro
2021-02-27 16:21 ` Linus Torvalds
2021-02-27 17:18   ` Al Viro
2021-02-27 16:29 ` pr-tracker-bot

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=20170509053459.GW29622@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).