aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fsverity.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename fsverity.txt to fs_ioctl_fsverity.txtAndrey Konovalov2020-06-121-28/+0
|
* sys/linux: update fs-verity descriptionsEric Biggers2019-07-161-3/+15
| | | | | | | | The fs-verity API was redesigned, and we're planning to re-add the fs-verity patches to linux-next soon. Get the syzkaller descriptions up to date with the new API [1] [1] https://lkml.kernel.org/linux-fsdevel/20190701153237.1777-4-ebiggers@kernel.org
* sys/linux: regenerate and fix const filesDmitry Vyukov2019-03-141-0/+16
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.