aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fs_ioctl_f2fs.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: added new ioctls for f2fsSablin Viacheslav2024-11-041-0/+8
|
* 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: switch to the new .const formatDmitry Vyukov2020-08-131-0/+28
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983