[PATCH 0/2] Test getfsxattrat and setfsxattrat syscalls

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



Add a test to check basic functionallity of getfsxattrat() and
setfsxattrat() syscalls. These syscalls are used to get/set filesystem
inode attributes (think of FS_IOC_SETFSXATTR ioctl()). The difference from
ioctl() is that these syscalls use *at() semantics and can be called on
any file without opening it, including special ones.

To: zlang@xxxxxxxxxx
Cc: fstests@xxxxxxxxxxxxxxx

Signed-off-by: Andrey Albershteyn <aalbersh@xxxxxxxxxx>
---
Andrey Albershteyn (2):
      fsxattrat: introduce program to set/get fsxattr
      generic: introduce test to test getfsxattrat/setfsxattrat syscalls

 .gitignore            |   1 +
 configure.ac          |   1 +
 include/builddefs.in  |   1 +
 m4/package_libcdev.m4 |  16 ++++
 src/Makefile          |   4 +
 src/fsxattrat.c       | 246 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/764     |  97 ++++++++++++++++++++
 tests/generic/764.out |  26 ++++++
 8 files changed, 392 insertions(+)
---
base-commit: 160362bfb7df528fb21c33068fbeee5a3c1410fb
change-id: 20250317-xattrat-syscall-ee8f5e2d6e18

Best regards,
-- 
Andrey Albershteyn <aalbersh@xxxxxxxxxx>


-- 
- Andrey





[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux