aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/filesystem.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update constsDmitry Vyukov2021-03-021-2/+2
| | | | | Update consts on upstream 7a7fd0de4a9804299793e564a555a49c1fc924cb. Remove termiox ioctls, they were removed in commit e0efb3168d34.
* sys/linux/filesystem: add mount_setattr() coverageChristian Brauner2021-03-011-0/+2
| | | | | | | | | I've moved the idmapped mount patchset into my for-next branch and plan to send it for the v5.12 merge window in ~2.5 weeks. It comes with a large xfstest but I would also like to get some syzkaller coverage. With-help-from: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+67
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983