Message ID | 20241118213808.GI3387508@ZenIV (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [git,pull] statx stuff | expand |
The pull request you sent on Mon, 18 Nov 2024 21:38:08 +0000:
> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-statx
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c6d64479d6093a5c3d709d4cc992a5344877cc3c
Thank you!
[now that the part shared with vfs.xattr2 is merged...] The following changes since commit e896474fe4851ffc4dd860c92daa906783090346: getname_maybe_null() - the third variant of pathname copy-in (2024-10-19 20:33:34 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-statx for you to fetch changes up to 6c056ae4b27575d9230b883498d3cd02315ce6cc: libfs: kill empty_dir_getattr() (2024-11-13 11:46:44 -0500) ---------------------------------------------------------------- sanitize struct filename and lookup flags handling in statx and friends Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> ---------------------------------------------------------------- Al Viro (4): io_statx_prep(): use getname_uflags() kill getname_statx_lookup_flags() fs/stat.c: switch to CLASS(fd_raw) libfs: kill empty_dir_getattr() Stefan Berger (1): fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag fs/ecryptfs/inode.c | 12 ++---------- fs/internal.h | 1 - fs/libfs.c | 11 ----------- fs/overlayfs/inode.c | 10 +++++----- fs/overlayfs/overlayfs.h | 8 -------- fs/stat.c | 24 +++++++----------------- include/uapi/linux/fcntl.h | 4 ---- io_uring/statx.c | 3 +-- 8 files changed, 15 insertions(+), 58 deletions(-)