linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Layton <jlayton@kernel.org>
To: fstests@vger.kernel.org
Cc: linux-fsdevel@vger.kernel.org,
	Christian Brauner <brauner@kernel.org>,
	 Jeff Layton <jlayton@kernel.org>
Subject: [PATCH fstests v2 0/3] fstests: new testcases for delegation support
Date: Wed, 19 Nov 2025 10:43:02 -0500	[thread overview]
Message-ID: <20251119-dir-deleg-v2-0-f952ba272384@kernel.org> (raw)

This version of the patchset does a bit of cleanup first, adds a
directory delegation test and then a set of tests for file delegations.

Christian has taken the initial directory delegation series into his
vfs-6.19.directory.delegations branch [1]. There is a follow-on set of
patches to fix some bugs as well [2].

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git/log/?h=vfs-6.19.directory.delegations
[2]: https://lore.kernel.org/linux-fsdevel/20251119-dir-deleg-ro-v8-0-81b6cf5485c6@kernel.org/

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
Changes in v2:
- Add tests for file delegations
- Clean up after testing whether leases are supported
- Link to v1: https://lore.kernel.org/r/20251111-dir-deleg-v1-1-d476e0bc1ee5@kernel.org

---
Jeff Layton (3):
      common/rc: clean up after the _require_test_fcntl_setlease() test
      generic: add test for directory delegations
      generic: add tests for file delegations

 common/locktest       |  19 +-
 common/rc             |  11 +
 src/locktest.c        | 621 +++++++++++++++++++++++++++++++++++++++++++++++++-
 tests/generic/998     |  22 ++
 tests/generic/998.out |   2 +
 tests/generic/999     |  22 ++
 tests/generic/999.out |   2 +
 7 files changed, 684 insertions(+), 15 deletions(-)
---
base-commit: 5b75444bc9123f261e0aa95f72328af4c827786a
change-id: 20251111-dir-deleg-ff05013ca540

Best regards,
-- 
Jeff Layton <jlayton@kernel.org>


             reply	other threads:[~2025-11-19 15:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-19 15:43 Jeff Layton [this message]
2025-11-19 15:43 ` [PATCH fstests v2 1/3] common/rc: clean up after the _require_test_fcntl_setlease() test Jeff Layton
2025-11-19 15:43 ` [PATCH fstests v2 2/3] generic: add test for directory delegations Jeff Layton
2025-12-02  5:07   ` Zorro Lang
2025-11-19 15:43 ` [PATCH fstests v2 3/3] generic: add tests for file delegations Jeff Layton
2025-12-02  5:12   ` Zorro Lang

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=20251119-dir-deleg-v2-0-f952ba272384@kernel.org \
    --to=jlayton@kernel.org \
    --cc=brauner@kernel.org \
    --cc=fstests@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).