aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fs_ioctl_ext4.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: enable some disabled syscalls in snapshot modeDmitry Vyukov2026-01-021-2/+2
| | | | | | Enable some previously disabled syscalls in snapshot mode that look safe for snapshot mode. In snapshot mode we don't rely on the actual networking, and should be able to survive runner process kills, and disk shutdown.
* sys/linux: add EXT4_IOC_GETFSUUID/EXT4_IOC_SETFSUUIDDenis Efremov2022-10-101-0/+10
| | | | | | | | | | | Update ext4 ioctls. Add EXT4_IOC_GETFSUUID/EXT4_IOC_SETFSUUID ioctls which were added upstream in d95efb14c0b8 ("ext4: add ioctls to get/set the ext4 superblock uuid"). In the current code `fsu_flags` is always 0 and `fsu_len` is either 0 or UUID_SIZE. Signed-off-by: Denis Efremov <denis.e.efremov@oracle.com>
* sys/linux: update ext4 ioctlsDenis Efremov2021-09-101-0/+7
| | | | Signed-off-by: Denis Efremov <efremov@linux.com>
* sys/linux: remove ioctl$EXT4_IOC_SETFLAGSDenis Efremov2020-07-221-3/+0
| | | | | | | It duplicates ioctl$FS_IOC_SETFLAGS. There is no need in a separate definition. Signed-off-by: Denis Efremov <efremov@linux.com>
* sys/linux: change argument type in FS_IOC_[GS]ETFLAGS ioctlDenis Efremov2020-07-221-1/+1
| | | | | | FS_IOC_GETFLAGS, FS_IOC_SETFLAGS ioctls use pointer to int32. Signed-off-by: Denis Efremov <efremov@linux.com>
* sys/linux: rename fs_ext4.txt to fs_ioctl_ext4.txtAndrey Konovalov2020-06-121-0/+46