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] work.misc
Date: Sun, 2 May 2021 01:30:42 +0000	[thread overview]
Message-ID: <YI4AwgZaFSGsTDR9@zeniv-ca.linux.org.uk> (raw)

	Assorted stuff all over the place.  Will cause trivial conflicts in
f2fs and csky (if you've already pulled those).

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

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 80e5d1ff5d5f1ed5167a69b7c2fe86071b615f6b:

  useful constants: struct qstr for ".." (2021-04-15 22:36:45 -0400)

----------------------------------------------------------------
Al Viro (7):
      constify dentry argument of dentry_path()/dentry_path_raw()
      get rid of autofs_getpath()
      apparmor:match_mn() - constify devpath argument
      autofs: should_expire() argument is guaranteed to be positive
      whack-a-mole: kill strlen_user() (again)
      hostfs_open(): don't open-code file_dentry()
      useful constants: struct qstr for ".."

Mikulas Patocka (1):
      buffer: a small optimization in grow_buffers

 arch/csky/include/asm/uaccess.h  |  2 --
 arch/csky/lib/usercopy.c         |  2 +-
 arch/nds32/include/asm/uaccess.h |  1 -
 arch/nios2/include/asm/uaccess.h |  1 -
 arch/riscv/include/asm/uaccess.h |  1 -
 fs/autofs/autofs_i.h             |  1 +
 fs/autofs/expire.c               |  2 +-
 fs/autofs/waitq.c                | 72 +++++++++-------------------------------
 fs/buffer.c                      |  6 +---
 fs/d_path.c                      | 10 +++---
 fs/dcache.c                      |  2 ++
 fs/ext2/namei.c                  |  3 +-
 fs/ext4/namei.c                  |  3 +-
 fs/f2fs/dir.c                    |  4 +--
 fs/f2fs/namei.c                  |  3 +-
 fs/fuse/inode.c                  |  3 +-
 fs/hostfs/hostfs_kern.c          |  2 +-
 fs/nilfs2/namei.c                |  3 +-
 fs/udf/namei.c                   |  3 +-
 fs/ufs/super.c                   |  3 +-
 include/linux/dcache.h           |  5 +--
 security/apparmor/mount.c        |  4 +--
 22 files changed, 41 insertions(+), 95 deletions(-)

             reply	other threads:[~2021-05-02  1:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-02  1:30 Al Viro [this message]
2021-05-02 16:26 ` [git pull] work.misc Linus Torvalds
2021-05-02 17:59   ` Matthew Wilcox
2021-05-02 18:14     ` Linus Torvalds
2021-05-02 18:32 ` 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=YI4AwgZaFSGsTDR9@zeniv-ca.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.