aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fs_ioctl_amd64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-51/+0
| | | | | | | This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983
* sys/linux: make fs flags explicit in ioctl$FS_IOC_SETFLAGSDenis Efremov2020-07-221-0/+30
| | | | | | | Make fs flags explicit in FS_IOC_SETFLAGS, FS_IOC_GETFLAGS ioctls. Signed-off-by: Denis Efremov <efremov@linux.com>
* sys/linux: re-generate Linux descriptions from next-20190918Eric Biggers2019-09-191-13/+0
|
* sys/linux: regenerate and fix const filesDmitry Vyukov2019-03-141-5/+0
| | | | | | | | 1. Move fsverity descriptions to a separate file which is not regenerated automatically. It was dropped from linux-next. 2. Fix tlk_device.txt name in syz-extract. 3. Update some socket consts e.g. s/SO_TIMESTAMPING/SO_TIMESTAMPING_OLD/. 4. Regenerate const files on current upstream head.
* sys/linux: add fs-verity ioctlsVictor Hsieh2018-12-181-0/+5
| | | | | | | | This adds 2 ioctls and an argument type: - FS_IOC_ENABLE_VERITY - FS_IOC_MEASURE_VERITY - struct fsverity_digest Note fs-verity on-disk structs are not yet added.
* sys/linux: add ext4 ioctls and overlayfsDmitry Vyukov2018-08-291-0/+34
Update #533