summaryrefslogtreecommitdiff
path: root/samples/vfs
AgeCommit message (Expand)AuthorFilesLines
2025-01-20samples/vfs: fix build warningsChristian Brauner1-11/+12
2025-01-20samples/vfs: use shared headerChristian Brauner3-93/+249
2025-01-10samples/vfs/mountinfo: Use __u64 instead of uint64_tGeert Uytterhoeven1-18/+17
2025-01-09samples: add test-list-all-mountsChristian Brauner3-1/+237
2025-01-09samples: add a mountinfo program to demonstrate statmount()/listmount()Jeff Layton3-1/+276
2021-05-01.gitignore: prefix local generated files with a slashMasahiro Yamada1-2/+2
2020-08-09kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada1-2/+1
2020-07-04samples/vfs: avoid warning in statx overrideKees Cook1-0/+2
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-8/+3
2020-05-17samples: vfs: build sample programs for target architectureMasahiro Yamada1-8/+3
2020-05-14uapi: deprecate STATX_ALLMiklos Szeredi1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-02-03kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-3/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-18samples: guard sub-directories with CONFIG optionsMasahiro Yamada1-1/+1
2019-05-14Add gitignore file for samples/vfs/ generated filesLinus Torvalds1-0/+2
2019-03-21vfs: Add a sample program for the new mount APIDavid Howells3-0/+410