]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: add xfile support
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 17:01:09 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:40 +0000 (11:37 -0700)
commit1cb2e387792d724a9ea983edfcacd370ff764c81
treeaa71882e76de90e37906962fe9d6e4ef1da851b0
parent27d818454c0f1b0cb778748ebaab0429c264b921
libxfs: add xfile support

Port the xfile functionality (anonymous pageable file-index memory) from
the kernel.  In userspace, we try to use memfd() to create tmpfs files
that are not in any namespace, matching the kernel.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
libxfs/Makefile
libxfs/xfile.c [new file with mode: 0644]
libxfs/xfile.h [new file with mode: 0644]
repair/xfs_repair.c