All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+f2fs@kernel.org
To: Jeff Layton <jlayton@kernel.org>
Cc: luisbg@kernel.org, salah.triki@gmail.com, nico@fluxnic.net,
	hch@infradead.org, jack@suse.cz, al@alarsen.net,
	viro@zeniv.linux.org.uk, brauner@kernel.org, dsterba@suse.com,
	clm@fb.com, xiang@kernel.org, chao@kernel.org,
	zbestahu@gmail.com, jefflexu@linux.alibaba.com,
	dhavale@google.com, lihongbo22@huawei.com, guochunhai@vivo.com,
	jack@suse.com, tytso@mit.edu, adilger.kernel@dilger.ca,
	jaegeuk@kernel.org, hirofumi@mail.parknet.co.jp,
	dwmw2@infradead.org, richard@nod.at, shaggy@kernel.org,
	konishi.ryusuke@gmail.com, slava@dubeyko.com,
	almaz.alexandrovich@paragon-software.com, mark@fasheh.com,
	jlbec@evilplan.org, joseph.qi@linux.alibaba.com,
	hubcap@omnibond.com, martin@omnibond.com, miklos@szeredi.hu,
	amir73il@gmail.com, phillip@squashfs.org.uk, cem@kernel.org,
	hughd@google.com, baolin.wang@linux.alibaba.com,
	akpm@linux-foundation.org, linkinjeon@kernel.org,
	sj1557.seo@samsung.com, yuezhang.mo@sony.com,
	chuck.lever@oracle.com, alex.aring@gmail.com,
	agruenba@redhat.com, corbet@lwn.net, willy@infradead.org,
	ericvh@kernel.org, lucho@ionkov.net, asmadeus@codewreck.org,
	linux_oss@crudebyte.com, xiubli@redhat.com, idryomov@gmail.com,
	trondmy@kernel.org, anna@kernel.org, sfrench@samba.org,
	pc@manguebit.org, ronniesahlberg@gmail.com,
	sprasad@microsoft.com, tom@talpey.com, bharathsm@microsoft.com,
	hansg@kernel.org, jfs-discussion@lists.sourceforge.net,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	gfs2@lists.linux.dev, linux-mm@kvack.org,
	linux-mtd@lists.infradead.org, linux-cifs@vger.kernel.org,
	linux-nilfs@vger.kernel.org, linux-ext4@vger.kernel.org,
	devel@lists.orangefs.org, ocfs2-devel@lists.linux.dev,
	ceph-devel@vger.kernel.org, linux-nfs@vger.kernel.org,
	v9fs@lists.linux.dev, samba-technical@lists.samba.org,
	linux-unionfs@vger.kernel.org,
	linux-f2fs-devel@lists.sourceforge.net,
	linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	ntfs3@lists.linux.dev, linux-erofs@lists.ozlabs.org,
	linux-btrfs@vger.kernel.org
Subject: Re: [f2fs-dev] [PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
Date: Tue, 17 Feb 2026 21:14:29 +0000	[thread overview]
Message-ID: <177136286957.643511.1991968143318289235.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260108-setlease-6-20-v1-0-ea4dec9b67fa@kernel.org>

Hello:

This series was applied to jaegeuk/f2fs.git (dev)
by Christian Brauner <brauner@kernel.org>:

On Thu, 08 Jan 2026 12:12:55 -0500 you wrote:
> Yesterday, I sent patches to fix how directory delegation support is
> handled on filesystems where the should be disabled [1]. That set is
> appropriate for v6.19. For v7.0, I want to make lease support be more
> opt-in, rather than opt-out:
> 
> For historical reasons, when ->setlease() file_operation is set to NULL,
> the default is to use the kernel-internal lease implementation. This
> means that if you want to disable them, you need to explicitly set the
> ->setlease() file_operation to simple_nosetlease() or the equivalent.
> 
> [...]

Here is the summary with links:
  - [f2fs-dev,01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
    https://git.kernel.org/jaegeuk/f2fs/c/ca4388bf1d9e
  - [f2fs-dev,02/24] affs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/663cdef61a27
  - [f2fs-dev,03/24] btrfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f9688474e413
  - [f2fs-dev,04/24] erofs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f8902d3df893
  - [f2fs-dev,05/24] ext2: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/ccdc2e0569f5
  - [f2fs-dev,06/24] ext4: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/20747a2a29c6
  - [f2fs-dev,07/24] exfat: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/b8ca02667552
  - [f2fs-dev,08/24] f2fs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/9e2ac6ddb397
  - [f2fs-dev,09/24] fat: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/a9acc8422ffb
  - [f2fs-dev,10/24] gfs2: add a setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/3b514c333390
  - [f2fs-dev,11/24] jffs2: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/c275e6e7c085
  - [f2fs-dev,12/24] jfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/7dd596bb35e5
  - [f2fs-dev,13/24] nilfs2: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f46bb13dc5d9
  - [f2fs-dev,14/24] ntfs3: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/6aaa1d6337b5
  - [f2fs-dev,15/24] ocfs2: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f15d3150279d
  - [f2fs-dev,16/24] orangefs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/136b43aa4b16
  - [f2fs-dev,17/24] overlayfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/94a3f60af5dc
  - [f2fs-dev,18/24] squashfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/dfd8676efe43
  - [f2fs-dev,19/24] tmpfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f5a3446be277
  - [f2fs-dev,20/24] udf: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/dbe8d57d1483
  - [f2fs-dev,21/24] ufs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/545b4144d804
  - [f2fs-dev,22/24] xfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/6163b5da2f5e
  - [f2fs-dev,23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
    https://git.kernel.org/jaegeuk/f2fs/c/2b10994be716
  - [f2fs-dev,24/24] fs: remove simple_nosetlease()
    https://git.kernel.org/jaegeuk/f2fs/c/51e49111c00b

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+f2fs--- via Linux-f2fs-devel <linux-f2fs-devel@lists.sourceforge.net>
To: Jeff Layton <jlayton@kernel.org>
Cc: lucho@ionkov.net, shaggy@kernel.org, alex.aring@gmail.com,
	jack@suse.cz, pc@manguebit.org, linux-xfs@vger.kernel.org,
	dhavale@google.com, martin@omnibond.com, yuezhang.mo@sony.com,
	al@alarsen.net, amir73il@gmail.com,
	jfs-discussion@lists.sourceforge.net,
	linux-unionfs@vger.kernel.org,
	almaz.alexandrovich@paragon-software.com, clm@fb.com,
	adilger.kernel@dilger.ca, guochunhai@vivo.com,
	idryomov@gmail.com, ronniesahlberg@gmail.com,
	linux-mtd@lists.infradead.org, hubcap@omnibond.com,
	linux-cifs@vger.kernel.org, xiubli@redhat.com,
	zbestahu@gmail.com, miklos@szeredi.hu, richard@nod.at,
	mark@fasheh.com, linux-doc@vger.kernel.org, hughd@google.com,
	willy@infradead.org, ntfs3@lists.linux.dev, hch@infradead.org,
	joseph.qi@linux.alibaba.com, devel@lists.orangefs.org,
	linux-mm@kvack.org, slava@dubeyko.com,
	linux-btrfs@vger.kernel.org, xiang@kernel.org,
	linux-ext4@vger.kernel.org, salah.triki@gmail.com,
	cem@kernel.org, asmadeus@codewreck.org, sprasad@microsoft.com,
	linux_oss@crudebyte.com, linux-nfs@vger.kernel.org,
	tom@talpey.com, ocfs2-devel@lists.linux.dev,
	bharathsm@microsoft.com, linux-nilfs@vger.kernel.org,
	dsterba@suse.com, viro@zeniv.linux.org.uk,
	baolin.wang@linux.alibaba.com, jefflexu@linux.alibaba.com,
	jaegeuk@kernel.org, ceph-devel@vger.kernel.org,
	ericvh@kernel.org, konishi.ryusuke@gmail.com,
	hirofumi@mail.parknet.co.jp, agruenba@redhat.com,
	hansg@kernel.org, gfs2@lists.linux.dev, brauner@kernel.org,
	linux-f2fs-devel@lists.sourceforge.net, tytso@mit.edu,
	luisbg@kernel.org, nico@fluxnic.net,
	linux-erofs@lists.ozlabs.org, v9fs@lists.linux.dev,
	corbet@lwn.net, samba-technical@lists.samba.org,
	linux-kernel@vger.kernel.org, linkinjeon@kernel.org,
	sfrench@samba.org, chuck.lever@oracle.com, lihongbo22@huawei.com,
	anna@kernel.org, jack@suse.com, linux-fsdevel@vger.kernel.org,
	phillip@squashfs.org.uk, akpm@linux-foundation.org,
	sj1557.seo@samsung.com, dwmw2@infradead.org, trondmy@kernel.org,
	jlbec@evilplan.org
Subject: Re: [f2fs-dev] [PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
Date: Tue, 17 Feb 2026 21:14:29 +0000	[thread overview]
Message-ID: <177136286957.643511.1991968143318289235.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260108-setlease-6-20-v1-0-ea4dec9b67fa@kernel.org>

Hello:

This series was applied to jaegeuk/f2fs.git (dev)
by Christian Brauner <brauner@kernel.org>:

On Thu, 08 Jan 2026 12:12:55 -0500 you wrote:
> Yesterday, I sent patches to fix how directory delegation support is
> handled on filesystems where the should be disabled [1]. That set is
> appropriate for v6.19. For v7.0, I want to make lease support be more
> opt-in, rather than opt-out:
> 
> For historical reasons, when ->setlease() file_operation is set to NULL,
> the default is to use the kernel-internal lease implementation. This
> means that if you want to disable them, you need to explicitly set the
> ->setlease() file_operation to simple_nosetlease() or the equivalent.
> 
> [...]

Here is the summary with links:
  - [f2fs-dev,01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
    https://git.kernel.org/jaegeuk/f2fs/c/ca4388bf1d9e
  - [f2fs-dev,02/24] affs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/663cdef61a27
  - [f2fs-dev,03/24] btrfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f9688474e413
  - [f2fs-dev,04/24] erofs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f8902d3df893
  - [f2fs-dev,05/24] ext2: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/ccdc2e0569f5
  - [f2fs-dev,06/24] ext4: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/20747a2a29c6
  - [f2fs-dev,07/24] exfat: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/b8ca02667552
  - [f2fs-dev,08/24] f2fs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/9e2ac6ddb397
  - [f2fs-dev,09/24] fat: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/a9acc8422ffb
  - [f2fs-dev,10/24] gfs2: add a setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/3b514c333390
  - [f2fs-dev,11/24] jffs2: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/c275e6e7c085
  - [f2fs-dev,12/24] jfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/7dd596bb35e5
  - [f2fs-dev,13/24] nilfs2: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f46bb13dc5d9
  - [f2fs-dev,14/24] ntfs3: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/6aaa1d6337b5
  - [f2fs-dev,15/24] ocfs2: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f15d3150279d
  - [f2fs-dev,16/24] orangefs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/136b43aa4b16
  - [f2fs-dev,17/24] overlayfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/94a3f60af5dc
  - [f2fs-dev,18/24] squashfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/dfd8676efe43
  - [f2fs-dev,19/24] tmpfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f5a3446be277
  - [f2fs-dev,20/24] udf: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/dbe8d57d1483
  - [f2fs-dev,21/24] ufs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/545b4144d804
  - [f2fs-dev,22/24] xfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/6163b5da2f5e
  - [f2fs-dev,23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
    https://git.kernel.org/jaegeuk/f2fs/c/2b10994be716
  - [f2fs-dev,24/24] fs: remove simple_nosetlease()
    https://git.kernel.org/jaegeuk/f2fs/c/51e49111c00b

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html




_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+f2fs@kernel.org
To: Jeff Layton <jlayton@kernel.org>
Cc: luisbg@kernel.org, salah.triki@gmail.com, nico@fluxnic.net,
	hch@infradead.org, jack@suse.cz, al@alarsen.net,
	viro@zeniv.linux.org.uk, brauner@kernel.org, dsterba@suse.com,
	clm@fb.com, xiang@kernel.org, chao@kernel.org,
	zbestahu@gmail.com, jefflexu@linux.alibaba.com,
	dhavale@google.com, lihongbo22@huawei.com, guochunhai@vivo.com,
	jack@suse.com, tytso@mit.edu, adilger.kernel@dilger.ca,
	jaegeuk@kernel.org, hirofumi@mail.parknet.co.jp,
	dwmw2@infradead.org, richard@nod.at, shaggy@kernel.org,
	konishi.ryusuke@gmail.com, slava@dubeyko.com,
	almaz.alexandrovich@paragon-software.com, mark@fasheh.com,
	jlbec@evilplan.org, joseph.qi@linux.alibaba.com,
	hubcap@omnibond.com, martin@omnibond.com, miklos@szeredi.hu,
	amir73il@gmail.com, phillip@squashfs.org.uk, cem@kernel.org,
	hughd@google.com, baolin.wang@linux.alibaba.com,
	akpm@linux-foundation.org, linkinjeon@kernel.org,
	sj1557.seo@samsung.com, yuezhang.mo@sony.com,
	chuck.lever@oracle.com, alex.aring@gmail.com,
	agruenba@redhat.com, corbet@lwn.net, willy@infradead.org,
	ericvh@kernel.org, lucho@ionkov.net, asmadeus@codewreck.org,
	linux_oss@crudebyte.com, xiubli@redhat.com, idryomov@gmail.com,
	trondmy@kernel.org, anna@kernel.org, sfrench@samba.org,
	pc@manguebit.org, ronniesahlberg@gmail.com,
	sprasad@microsoft.com, tom@talpey.com, bharathsm@microsoft.com,
	hansg@kernel.org, jfs-discussion@lists.sourceforge.net,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	gfs2@lists.linux.dev, linux-mm@kvack.org,
	linux-mtd@lists.infradead.org, linux-cifs@vger.kernel.org,
	linux-nilfs@vger.kernel.org, linux-ext4@vger.kernel.org,
	devel@lists.orangefs.org, ocfs2-devel@lists.linux.dev,
	ceph-devel@vger.kernel.org, linux-nfs@vger.kernel.org,
	v9fs@lists.linux.dev, samba-technical@lists.samba.org,
	linux-unionfs@vger.kernel.org,
	linux-f2fs-devel@lists.sourceforge.net,
	linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	ntfs3@lists.linux.dev, linux-erofs@lists.ozlabs.org,
	linux-btrfs@vger.kernel.org
Subject: Re: [f2fs-dev] [PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
Date: Tue, 17 Feb 2026 21:14:29 +0000	[thread overview]
Message-ID: <177136286957.643511.1991968143318289235.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260108-setlease-6-20-v1-0-ea4dec9b67fa@kernel.org>

Hello:

This series was applied to jaegeuk/f2fs.git (dev)
by Christian Brauner <brauner@kernel.org>:

On Thu, 08 Jan 2026 12:12:55 -0500 you wrote:
> Yesterday, I sent patches to fix how directory delegation support is
> handled on filesystems where the should be disabled [1]. That set is
> appropriate for v6.19. For v7.0, I want to make lease support be more
> opt-in, rather than opt-out:
> 
> For historical reasons, when ->setlease() file_operation is set to NULL,
> the default is to use the kernel-internal lease implementation. This
> means that if you want to disable them, you need to explicitly set the
> ->setlease() file_operation to simple_nosetlease() or the equivalent.
> 
> [...]

Here is the summary with links:
  - [f2fs-dev,01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
    https://git.kernel.org/jaegeuk/f2fs/c/ca4388bf1d9e
  - [f2fs-dev,02/24] affs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/663cdef61a27
  - [f2fs-dev,03/24] btrfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f9688474e413
  - [f2fs-dev,04/24] erofs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f8902d3df893
  - [f2fs-dev,05/24] ext2: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/ccdc2e0569f5
  - [f2fs-dev,06/24] ext4: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/20747a2a29c6
  - [f2fs-dev,07/24] exfat: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/b8ca02667552
  - [f2fs-dev,08/24] f2fs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/9e2ac6ddb397
  - [f2fs-dev,09/24] fat: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/a9acc8422ffb
  - [f2fs-dev,10/24] gfs2: add a setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/3b514c333390
  - [f2fs-dev,11/24] jffs2: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/c275e6e7c085
  - [f2fs-dev,12/24] jfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/7dd596bb35e5
  - [f2fs-dev,13/24] nilfs2: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f46bb13dc5d9
  - [f2fs-dev,14/24] ntfs3: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/6aaa1d6337b5
  - [f2fs-dev,15/24] ocfs2: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f15d3150279d
  - [f2fs-dev,16/24] orangefs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/136b43aa4b16
  - [f2fs-dev,17/24] overlayfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/94a3f60af5dc
  - [f2fs-dev,18/24] squashfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/dfd8676efe43
  - [f2fs-dev,19/24] tmpfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/f5a3446be277
  - [f2fs-dev,20/24] udf: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/dbe8d57d1483
  - [f2fs-dev,21/24] ufs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/545b4144d804
  - [f2fs-dev,22/24] xfs: add setlease file operation
    https://git.kernel.org/jaegeuk/f2fs/c/6163b5da2f5e
  - [f2fs-dev,23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
    https://git.kernel.org/jaegeuk/f2fs/c/2b10994be716
  - [f2fs-dev,24/24] fs: remove simple_nosetlease()
    https://git.kernel.org/jaegeuk/f2fs/c/51e49111c00b

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  parent reply	other threads:[~2026-02-17 21:14 UTC|newest]

Thread overview: 247+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-08 17:12 [PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support Jeff Layton
2026-01-08 17:12 ` Jeff Layton
2026-01-08 17:12 ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:12 ` [PATCH 01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations Jeff Layton
2026-01-08 17:12   ` Jeff Layton
2026-01-08 17:12   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:26   ` Jan Kara
2026-01-08 17:26     ` Jan Kara
2026-01-08 17:26     ` [f2fs-dev] " Jan Kara
2026-01-08 17:12 ` [PATCH 02/24] affs: add setlease file operation Jeff Layton
2026-01-08 17:12   ` Jeff Layton
2026-01-08 17:12   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 21:26   ` David Sterba
2026-01-08 21:26     ` David Sterba
2026-01-08 21:26     ` [f2fs-dev] " David Sterba
2026-01-08 17:12 ` [PATCH 03/24] btrfs: " Jeff Layton
2026-01-08 17:12   ` Jeff Layton
2026-01-08 17:12   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 21:26   ` David Sterba
2026-01-08 21:26     ` David Sterba
2026-01-08 21:26     ` [f2fs-dev] " David Sterba
2026-01-08 17:12 ` [PATCH 04/24] erofs: " Jeff Layton
2026-01-08 17:12   ` Jeff Layton
2026-01-08 17:12   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-10  1:47   ` Chao Yu
2026-01-10  1:47     ` Chao Yu
2026-01-10  1:47     ` [f2fs-dev] " Chao Yu via Linux-f2fs-devel
2026-01-08 17:13 ` [PATCH 05/24] ext2: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:28   ` Jan Kara
2026-01-08 17:28     ` Jan Kara
2026-01-08 17:28     ` [f2fs-dev] " Jan Kara
2026-01-08 17:13 ` [PATCH 06/24] ext4: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:28   ` Jan Kara
2026-01-08 17:28     ` Jan Kara
2026-01-08 17:28     ` [f2fs-dev] " Jan Kara
2026-01-08 17:13 ` [PATCH 07/24] exfat: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 22:47   ` Namjae Jeon
2026-01-08 22:47     ` Namjae Jeon
2026-01-08 22:47     ` [f2fs-dev] " Namjae Jeon via Linux-f2fs-devel
2026-01-08 17:13 ` [PATCH 08/24] f2fs: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-10  1:47   ` Chao Yu
2026-01-10  1:47     ` Chao Yu
2026-01-10  1:47     ` [f2fs-dev] " Chao Yu via Linux-f2fs-devel
2026-01-08 17:13 ` [PATCH 09/24] fat: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 18:12   ` OGAWA Hirofumi
2026-01-08 18:12     ` OGAWA Hirofumi
2026-01-08 18:12     ` [f2fs-dev] " OGAWA Hirofumi
2026-01-08 17:13 ` [PATCH 10/24] gfs2: add a " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:13 ` [PATCH 11/24] jffs2: add " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-09  8:49   ` Richard Weinberger
2026-01-09  8:49     ` Richard Weinberger
2026-01-09  8:49     ` [f2fs-dev] " Richard Weinberger
2026-01-08 17:13 ` [PATCH 12/24] jfs: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 19:46   ` Dave Kleikamp
2026-01-08 19:46     ` Dave Kleikamp
2026-01-08 19:46     ` [f2fs-dev] " Dave Kleikamp via Linux-f2fs-devel
2026-01-09  7:40   ` Richard Weinberger
2026-01-09  7:40     ` Richard Weinberger
2026-01-09  7:40     ` [f2fs-dev] " Richard Weinberger
2026-01-09  8:48     ` Richard Weinberger
2026-01-09  8:48       ` Richard Weinberger
2026-01-09  8:48       ` [f2fs-dev] " Richard Weinberger
2026-01-08 17:13 ` [PATCH 13/24] nilfs2: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-09  5:26   ` Ryusuke Konishi
2026-01-09  5:26     ` Ryusuke Konishi
2026-01-09  5:26     ` [f2fs-dev] " Ryusuke Konishi
2026-01-08 17:13 ` [PATCH 14/24] ntfs3: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:13 ` [PATCH 15/24] ocfs2: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:29   ` Jan Kara
2026-01-08 17:29     ` Jan Kara
2026-01-08 17:29     ` [f2fs-dev] " Jan Kara
2026-01-08 17:13 ` [PATCH 16/24] orangefs: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:13 ` [PATCH 17/24] overlayfs: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:13 ` [PATCH 18/24] squashfs: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:13 ` [PATCH 19/24] tmpfs: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:31   ` Jan Kara
2026-01-08 17:31     ` Jan Kara
2026-01-08 17:31     ` [f2fs-dev] " Jan Kara
2026-01-08 17:13 ` [PATCH 20/24] udf: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:29   ` Jan Kara
2026-01-08 17:29     ` Jan Kara
2026-01-08 17:29     ` [f2fs-dev] " Jan Kara
2026-01-08 17:13 ` [PATCH 21/24] ufs: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:13 ` [PATCH 22/24] xfs: " Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:13 ` [PATCH 23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:34   ` Jan Kara
2026-01-08 17:34     ` Jan Kara
2026-01-08 17:34     ` [f2fs-dev] " Jan Kara
2026-01-08 17:13 ` [PATCH 24/24] fs: remove simple_nosetlease() Jeff Layton
2026-01-08 17:13   ` Jeff Layton
2026-01-08 17:13   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:34   ` Jan Kara
2026-01-08 17:34     ` Jan Kara
2026-01-08 17:34     ` [f2fs-dev] " Jan Kara
2026-02-25 17:58   ` Mike Snitzer
2026-02-25 17:58     ` Mike Snitzer
2026-03-04 16:59     ` Jeff Layton
2026-03-04 16:59       ` Jeff Layton
2026-03-04 16:59       ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-03-04 22:29       ` Mike Snitzer
2026-03-04 22:29         ` Mike Snitzer
2026-03-04 22:29         ` [f2fs-dev] " Mike Snitzer via Linux-f2fs-devel
2026-03-05 19:25         ` Jeff Layton
2026-03-05 19:25           ` Jeff Layton
2026-03-05 19:25           ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-08 17:40 ` [PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support Jan Kara
2026-01-08 17:40   ` Jan Kara
2026-01-08 17:40   ` [f2fs-dev] " Jan Kara
2026-01-08 18:56   ` Jeff Layton
2026-01-08 18:56     ` Jeff Layton
2026-01-08 18:56     ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-09  9:26     ` Jan Kara
2026-01-09  9:26       ` Jan Kara
2026-01-09  9:26       ` [f2fs-dev] " Jan Kara
2026-01-09 18:52     ` Amir Goldstein
2026-01-09 18:52       ` Amir Goldstein
2026-01-09 18:52       ` [f2fs-dev] " Amir Goldstein
2026-01-12  9:49       ` Christian Brauner
2026-01-12  9:49         ` Christian Brauner
2026-01-12  9:49         ` [f2fs-dev] " Christian Brauner via Linux-f2fs-devel
2026-01-12 13:34       ` Jeff Layton
2026-01-12 13:34         ` Jeff Layton
2026-01-12 13:34         ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-12 14:31         ` Chuck Lever
2026-01-12 14:31           ` Chuck Lever
2026-01-12 14:31           ` [f2fs-dev] " Chuck Lever via Linux-f2fs-devel
2026-01-12 14:50           ` Jeff Layton
2026-01-12 14:50             ` Jeff Layton
2026-01-12 14:50             ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-13  8:54             ` Christian Brauner
2026-01-13  8:54               ` Christian Brauner
2026-01-13  8:54               ` [f2fs-dev] " Christian Brauner via Linux-f2fs-devel
2026-01-13 11:03               ` Amir Goldstein
2026-01-13 11:03                 ` Amir Goldstein
2026-01-13 11:45               ` Jeff Layton
2026-01-13 11:45                 ` Jeff Layton
2026-01-13 11:45                 ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-13 14:03                 ` Chuck Lever
2026-01-13 14:03                   ` Chuck Lever
2026-01-13 14:03                   ` [f2fs-dev] " Chuck Lever via Linux-f2fs-devel
2026-01-13 14:27                   ` Jeff Layton
2026-01-13 14:27                     ` Jeff Layton
2026-01-13 14:27                     ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-13 14:31                     ` Chuck Lever
2026-01-13 14:31                       ` Chuck Lever
2026-01-13 14:31                       ` [f2fs-dev] " Chuck Lever via Linux-f2fs-devel
2026-01-13 15:00                       ` Jeff Layton
2026-01-13 15:00                         ` Jeff Layton
2026-01-13 15:00                         ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-13 14:54               ` Christoph Hellwig
2026-01-13 14:54                 ` Christoph Hellwig
2026-01-13 14:54                 ` [f2fs-dev] " Christoph Hellwig
2026-01-13 17:06                 ` Jeff Layton
2026-01-13 17:06                   ` Jeff Layton
2026-01-13 17:06                   ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-14  6:28                   ` Christoph Hellwig
2026-01-14  6:28                     ` Christoph Hellwig
2026-01-14  6:28                     ` [f2fs-dev] " Christoph Hellwig
2026-01-14  9:34                     ` Amir Goldstein
2026-01-14  9:34                       ` Amir Goldstein
2026-01-14  9:34                       ` [f2fs-dev] " Amir Goldstein
2026-01-14 13:06                       ` Christoph Hellwig
2026-01-14 13:06                         ` Christoph Hellwig
2026-01-14 13:06                         ` [f2fs-dev] " Christoph Hellwig
2026-01-14 13:41                         ` Jeff Layton
2026-01-14 13:41                           ` Jeff Layton
2026-01-14 13:41                           ` [f2fs-dev] " Jeff Layton via Linux-f2fs-devel
2026-01-14 14:14                           ` Amir Goldstein
2026-01-14 14:14                             ` Amir Goldstein
2026-01-14 14:14                             ` [f2fs-dev] " Amir Goldstein
2026-01-14 14:52                             ` Chuck Lever
2026-01-14 14:52                               ` Chuck Lever
2026-01-14 14:52                               ` [f2fs-dev] " Chuck Lever via Linux-f2fs-devel
2026-01-14 15:05                             ` Christoph Hellwig
2026-01-14 15:05                               ` Christoph Hellwig
2026-01-14 15:05                               ` [f2fs-dev] " Christoph Hellwig
2026-01-15  8:18                               ` Christian Brauner
2026-01-15  8:18                                 ` Christian Brauner
2026-01-15  8:18                                 ` [f2fs-dev] " Christian Brauner via Linux-f2fs-devel
2026-01-14 15:26                           ` Christian Brauner
2026-01-14 15:26                             ` Christian Brauner
2026-01-14 15:26                             ` [f2fs-dev] " Christian Brauner via Linux-f2fs-devel
2026-01-14 15:20                         ` Christian Brauner
2026-01-14 15:20                           ` Christian Brauner
2026-01-14 15:20                           ` [f2fs-dev] " Christian Brauner via Linux-f2fs-devel
2026-01-15  6:42                           ` Christoph Hellwig
2026-01-15  6:42                             ` Christoph Hellwig
2026-01-15  6:42                             ` [f2fs-dev] " Christoph Hellwig
2026-01-15  8:14                             ` Christian Brauner
2026-01-15  8:14                               ` Christian Brauner
2026-01-15  8:14                               ` [f2fs-dev] " Christian Brauner via Linux-f2fs-devel
2026-01-15  8:33                               ` Christoph Hellwig
2026-01-15  8:33                                 ` Christoph Hellwig
2026-01-15  8:33                                 ` [f2fs-dev] " Christoph Hellwig
2026-01-14 13:39                       ` David Laight
2026-01-14 13:39                         ` David Laight
2026-01-14 13:39                         ` [f2fs-dev] " David Laight
2026-01-09  6:00 ` Christoph Hellwig
2026-01-09  6:00   ` Christoph Hellwig
2026-01-09  6:00   ` [f2fs-dev] " Christoph Hellwig
2026-01-09  8:03 ` Al Viro
2026-01-09  8:03   ` Al Viro
2026-01-09  8:03   ` [f2fs-dev] " Al Viro
2026-01-12  9:56 ` Christian Brauner
2026-01-12  9:56   ` Christian Brauner
2026-01-12  9:56   ` [f2fs-dev] " Christian Brauner via Linux-f2fs-devel
2026-02-17 21:14 ` patchwork-bot+f2fs [this message]
2026-02-17 21:14   ` patchwork-bot+f2fs
2026-02-17 21:14   ` patchwork-bot+f2fs--- via Linux-f2fs-devel

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=177136286957.643511.1991968143318289235.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+f2fs@kernel.org \
    --cc=adilger.kernel@dilger.ca \
    --cc=agruenba@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=al@alarsen.net \
    --cc=alex.aring@gmail.com \
    --cc=almaz.alexandrovich@paragon-software.com \
    --cc=amir73il@gmail.com \
    --cc=anna@kernel.org \
    --cc=asmadeus@codewreck.org \
    --cc=baolin.wang@linux.alibaba.com \
    --cc=bharathsm@microsoft.com \
    --cc=brauner@kernel.org \
    --cc=cem@kernel.org \
    --cc=ceph-devel@vger.kernel.org \
    --cc=chao@kernel.org \
    --cc=chuck.lever@oracle.com \
    --cc=clm@fb.com \
    --cc=corbet@lwn.net \
    --cc=devel@lists.orangefs.org \
    --cc=dhavale@google.com \
    --cc=dsterba@suse.com \
    --cc=dwmw2@infradead.org \
    --cc=ericvh@kernel.org \
    --cc=gfs2@lists.linux.dev \
    --cc=guochunhai@vivo.com \
    --cc=hansg@kernel.org \
    --cc=hch@infradead.org \
    --cc=hirofumi@mail.parknet.co.jp \
    --cc=hubcap@omnibond.com \
    --cc=hughd@google.com \
    --cc=idryomov@gmail.com \
    --cc=jack@suse.com \
    --cc=jack@suse.cz \
    --cc=jaegeuk@kernel.org \
    --cc=jefflexu@linux.alibaba.com \
    --cc=jfs-discussion@lists.sourceforge.net \
    --cc=jlayton@kernel.org \
    --cc=jlbec@evilplan.org \
    --cc=joseph.qi@linux.alibaba.com \
    --cc=konishi.ryusuke@gmail.com \
    --cc=lihongbo22@huawei.com \
    --cc=linkinjeon@kernel.org \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-f2fs-devel@lists.sourceforge.net \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=linux-nilfs@vger.kernel.org \
    --cc=linux-unionfs@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=linux_oss@crudebyte.com \
    --cc=lucho@ionkov.net \
    --cc=luisbg@kernel.org \
    --cc=mark@fasheh.com \
    --cc=martin@omnibond.com \
    --cc=miklos@szeredi.hu \
    --cc=nico@fluxnic.net \
    --cc=ntfs3@lists.linux.dev \
    --cc=ocfs2-devel@lists.linux.dev \
    --cc=pc@manguebit.org \
    --cc=phillip@squashfs.org.uk \
    --cc=richard@nod.at \
    --cc=ronniesahlberg@gmail.com \
    --cc=salah.triki@gmail.com \
    --cc=samba-technical@lists.samba.org \
    --cc=sfrench@samba.org \
    --cc=shaggy@kernel.org \
    --cc=sj1557.seo@samsung.com \
    --cc=slava@dubeyko.com \
    --cc=sprasad@microsoft.com \
    --cc=tom@talpey.com \
    --cc=trondmy@kernel.org \
    --cc=tytso@mit.edu \
    --cc=v9fs@lists.linux.dev \
    --cc=viro@zeniv.linux.org.uk \
    --cc=willy@infradead.org \
    --cc=xiang@kernel.org \
    --cc=xiubli@redhat.com \
    --cc=yuezhang.mo@sony.com \
    --cc=zbestahu@gmail.com \
    /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.