| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Denis Efremov <efremov@linux.com>
|
| |
|
|
|
|
|
| |
It duplicates ioctl$FS_IOC_SETFLAGS. There is no need in a
separate definition.
Signed-off-by: Denis Efremov <efremov@linux.com>
|
| |
|
|
|
|
| |
FS_IOC_GETFLAGS, FS_IOC_SETFLAGS ioctls use pointer to int32.
Signed-off-by: Denis Efremov <efremov@linux.com>
|
| |
|