From: Christian Brauner <brauner@kernel.org>
To: NeilBrown <neilb@ownmail.net>
Cc: Christian Brauner <brauner@kernel.org>,
Alexander Viro <viro@zeniv.linux.org.uk>,
David Howells <dhowells@redhat.com>, Jan Kara <jack@suse.cz>,
Chuck Lever <chuck.lever@oracle.com>,
Jeff Layton <jlayton@kernel.org>,
Miklos Szeredi <miklos@szeredi.hu>,
Amir Goldstein <amir73il@gmail.com>,
John Johansen <john.johansen@canonical.com>,
Paul Moore <paul@paul-moore.com>,
James Morris <jmorris@namei.org>,
"Serge E. Hallyn" <serge@hallyn.com>,
Stephen Smalley <stephen.smalley.work@gmail.com>,
"Darrick J. Wong" <djwong@kernel.org>,
linux-kernel@vger.kernel.org, netfs@lists.linux.dev,
linux-fsdevel@vger.kernel.org, linux-nfs@vger.kernel.org,
linux-unionfs@vger.kernel.org, apparmor@lists.ubuntu.com,
linux-security-module@vger.kernel.org, selinux@vger.kernel.org
Subject: Re: [PATCH] FIXUP: cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
Date: Mon, 9 Mar 2026 09:43:15 +0100 [thread overview]
Message-ID: <20260309-verdacht-parkhaus-3a9cde4d4a7a@brauner> (raw)
In-Reply-To: <177300347820.5556.314358492166337403@noble.neil.brown.name>
On Mon, 09 Mar 2026 07:57:58 +1100, NeilBrown wrote:
> [[This fixup for f242581e611e in vfs/vfs-7.1.directory provides a new
> commit description has preserves the error returns and log message, and
> importantly calls cachefiles_io_error() in exactly the same
> circumstances as the original - thanks]]
>
> Rather then using lock_rename() and lookup_one() etc we can use
> the new start_renaming_dentry(). This is part of centralising dir
> locking and lookup so that locking rules can be changed.
>
> [...]
Applied to the vfs-7.1.directory branch of the vfs/vfs.git tree.
Patches in the vfs-7.1.directory branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-7.1.directory
[1/1] FIXUP: cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
(fixup)
next prev parent reply other threads:[~2026-03-09 8:43 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-24 22:16 [PATCH v3 00/15] Further centralising of directory locking for name ops NeilBrown
2026-02-24 22:16 ` [PATCH v3 01/15] VFS: note error returns in documentation for various lookup functions NeilBrown
2026-03-02 20:11 ` Jeff Layton
2026-03-02 20:28 ` NeilBrown
2026-02-24 22:16 ` [PATCH v3 02/15] fs/proc: Don't lock root inode when creating "self" and "thread-self" NeilBrown
2026-02-24 22:16 ` [PATCH v3 03/15] VFS: move the start_dirop() kerndoc comment to before start_dirop() NeilBrown
2026-02-24 22:16 ` [PATCH v3 04/15] libfs: change simple_done_creating() to use end_creating() NeilBrown
2026-03-02 20:11 ` Jeff Layton
2026-02-24 22:16 ` [PATCH v3 05/15] Apparmor: Use simple_start_creating() / simple_done_creating() NeilBrown
2026-03-06 9:42 ` Christian Brauner
2026-03-06 21:12 ` NeilBrown
2026-02-24 22:16 ` [PATCH v3 06/15] selinux: " NeilBrown
2026-02-24 22:16 ` [PATCH v3 07/15] nfsd: switch purge_old() to use start_removing_noperm() NeilBrown
2026-02-24 22:16 ` [PATCH v3 08/15] VFS: make lookup_one_qstr_excl() static NeilBrown
2026-02-24 22:16 ` [PATCH v3 09/15] ovl: Simplify ovl_lookup_real_one() NeilBrown
2026-02-24 22:16 ` [PATCH v3 10/15] cachefiles: change cachefiles_bury_object to use start_renaming_dentry() NeilBrown
2026-03-06 10:03 ` Christian Brauner
2026-03-08 20:57 ` [PATCH] FIXUP: " NeilBrown
2026-03-09 8:43 ` Christian Brauner [this message]
2026-02-24 22:16 ` [PATCH v3 11/15] ovl: pass name buffer to ovl_start_creating_temp() NeilBrown
2026-02-24 22:16 ` [PATCH v3 12/15] ovl: change ovl_create_real() to get a new lock when re-opening created file NeilBrown
2026-02-24 22:16 ` [PATCH v3 13/15] ovl: use is_subdir() for testing if one thing is a subdir of another NeilBrown
2026-02-24 22:16 ` [PATCH v3 14/15] ovl: remove ovl_lock_rename_workdir() NeilBrown
2026-02-24 22:17 ` [PATCH v3 15/15] VFS: unexport lock_rename(), lock_rename_child(), unlock_rename() NeilBrown
2026-03-05 1:24 ` [PATCH v3 00/15] Further centralising of directory locking for name ops NeilBrown
2026-03-06 10:40 ` Christian Brauner
2026-03-06 21:16 ` NeilBrown
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=20260309-verdacht-parkhaus-3a9cde4d4a7a@brauner \
--to=brauner@kernel.org \
--cc=amir73il@gmail.com \
--cc=apparmor@lists.ubuntu.com \
--cc=chuck.lever@oracle.com \
--cc=dhowells@redhat.com \
--cc=djwong@kernel.org \
--cc=jack@suse.cz \
--cc=jlayton@kernel.org \
--cc=jmorris@namei.org \
--cc=john.johansen@canonical.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nfs@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=linux-unionfs@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=neilb@ownmail.net \
--cc=netfs@lists.linux.dev \
--cc=paul@paul-moore.com \
--cc=selinux@vger.kernel.org \
--cc=serge@hallyn.com \
--cc=stephen.smalley.work@gmail.com \
--cc=viro@zeniv.linux.org.uk \
/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