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
Subject: [git pull] a couple of misc vfs patches
Date: Sat, 1 Feb 2025 22:56:51 +0000	[thread overview]
Message-ID: <20250201225651.GZ1977892@ZenIV> (raw)

A couple of unrelated patches - one is a removal of long-obsolete
include in overlayfs (it used to need fs/internal.h, but the extern
it wanted has been moved back to include/linux/namei.h) and another
introduces convenience helper constructing struct qstr by
a NUL-terminated string.

One trivial conflict in fs/bcachefs/recovery.c - in mainline
bch2_btree_lost_data() goes from returning void to returning int,
in this branch a #define two lines before that point is removed.

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-misc

for you to fetch changes up to c1feab95e0b2e9fce7e4f4b2739baf40d84543af:

  add a string-to-qstr constructor (2025-01-27 19:25:45 -0500)

----------------------------------------------------------------
assorted stuff for this merge window

----------------------------------------------------------------
Al Viro (2):
      fs/overlayfs/namei.c: get rid of include ../internal.h
      add a string-to-qstr constructor

 fs/anon_inodes.c       |  4 ++--
 fs/bcachefs/fsck.c     |  2 +-
 fs/bcachefs/recovery.c |  2 --
 fs/bcachefs/util.h     |  2 --
 fs/erofs/xattr.c       |  2 +-
 fs/file_table.c        |  4 +---
 fs/kernfs/file.c       |  2 +-
 fs/overlayfs/namei.c   |  2 --
 include/linux/dcache.h |  1 +
 mm/secretmem.c         |  3 +--
 net/sunrpc/rpc_pipe.c  | 14 +++++---------
 11 files changed, 13 insertions(+), 25 deletions(-)

             reply	other threads:[~2025-02-01 22:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-01 22:56 Al Viro [this message]
2025-02-01 23:25 ` [git pull] a couple of misc vfs patches 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=20250201225651.GZ1977892@ZenIV \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@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.