aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fs_ioctl_f2fs.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: enable some disabled syscalls in snapshot modeDmitry Vyukov2026-01-021-1/+1
| | | | | | 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: added new ioctls for f2fsSablin Viacheslav2024-11-041-0/+18
|
* sys/linux: update an `f2fs` system callHrutvik Kanabar2022-08-291-1/+1
| | | | | | `F2FS_IOC_ABORT_VOLATILE_WRITE` was renamed to `F2FS_IOC_ABORT_ATOMIC_WRITE` in torvalds/linux@23339e5752d01a4b5e122759b002cf896d26f6c1. This commit updates the corresponding description.
* sys/linux: update constsDmitry Vyukov2021-02-121-0/+1
| | | | Update consts on upstream 825b5991a46ef28a05a4646c8fe1ae5cef7c7828.
* sys/linux: add shutdown ioctl for f2fsJiaheng Hu2020-07-141-0/+6
| | | | Added the shutdown ioctl for f2fs filesystem.
* sys/linux: add ioctls for f2fs file systemJiaheng Hu2020-07-141-0/+49
Added the description for the ioctls that are specific to the f2fs file system.