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-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [git pull] vfs, pile 4
Date: Mon, 4 Jun 2018 02:18:09 +0100	[thread overview]
Message-ID: <20180604011808.GG30522@ZenIV.linux.org.uk> (raw)

	misc bits and pieces not fitting into anything more specific.
That's probably it for tonight; more to follow tomorrow...

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -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 eb915375757cd32c5abf7aea4caa76fe7edf8ef4:

  vfs: delete unnecessary assignment in vfs_listxattr (2018-05-29 13:22:41 -0400)

----------------------------------------------------------------
Al Viro (7):
      remove rpc_rmdir()
      msdos_rmdir(): kill BS comment
      it's SB_BORN, not MS_BORN...
      get rid of dead code in d_find_alias()
      vfat: simplify checks in vfat_lookup()
      make xattr_getsecurity() static
      __inode_security_revalidate() never gets NULL opt_dentry

Chengguang Xu (1):
      vfs: delete unnecessary assignment in vfs_listxattr

Danilo Krummrich (1):
      vfs: namei: use path_equal() in follow_dotdot()

Li Qiang (1):
      fs.h: fix outdated comment about file flags

Sean Anderson (1):
      Documentation: filesystems: update filesystem locking documentation

Zev Weiss (1):
      fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()

 Documentation/filesystems/Locking  | 43 +++++++++++---------
 fs/dcache.c                        | 83 ++++++++++++++++----------------------
 fs/fat/namei_msdos.c               |  4 --
 fs/fat/namei_vfat.c                | 13 +-----
 fs/namei.c                         |  4 +-
 fs/read_write.c                    |  6 +--
 fs/super.c                         |  2 +-
 fs/xattr.c                         |  4 +-
 include/linux/fs.h                 |  2 +-
 include/linux/sunrpc/rpc_pipe_fs.h |  2 -
 include/linux/xattr.h              |  1 -
 net/sunrpc/rpc_pipe.c              | 16 --------
 security/selinux/hooks.c           |  7 ++--
 13 files changed, 69 insertions(+), 118 deletions(-)

             reply	other threads:[~2018-06-04  1:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-04  1:18 Al Viro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-04 18:18 [git pull] vfs, pile 4 Al Viro
2018-06-04 18:24 ` Linus Torvalds
2018-06-04 18:37   ` Al Viro
2018-06-04 18:40     ` 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=20180604011808.GG30522@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.