]> exis.tech > repos - linux.git/commit
Merge patch series "Rework simple xattrs"
authorChristian Brauner <brauner@kernel.org>
Sat, 6 Jun 2026 13:21:46 +0000 (15:21 +0200)
committerChristian Brauner <brauner@kernel.org>
Sat, 6 Jun 2026 13:21:46 +0000 (15:21 +0200)
commit3936c49a0322f5b7bee9e147a0400855da8b020a
treec081aa16e1500d13a3f4ee3aa613869264466ceb
parent254f49634ee16a731174d2ae34bc50bd5f45e731
parent1e7cd8a53b72a58a44c4d282aed95f6ce0e76db0
Merge patch series "Rework simple xattrs"

Christian Brauner (Amutable) <brauner@kernel.org> says:

Rework the simple xattrs api to make it more efficient and easier to
use for all consumers.

* patches from https://patch.msgid.link/20260605135322.2632068-1-mszeredi@redhat.com:
  simpe_xattr: use per-sb cache
  simple_xattr: change interface to pass struct simple_xattrs **
  tmpfs: simplify constructing "security.foo" xattr names
  kernfs: fix xattr race condition with multiple superblocks

Link: https://patch.msgid.link/20260605135322.2632068-1-mszeredi@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>