aboutsummaryrefslogtreecommitdiffstats
path: root/samples/vfs
AgeCommit message (Expand)AuthorFilesLines
2025-02-25samples/vfs: fix printf format string for size_tArnd Bergmann1-2/+2
2025-02-12samples/vfs: add STATMOUNT_MNT_{G,U}IDMAPChristian Brauner2-3/+37
2025-02-12samples/vfs: check whether flag was raisedChristian Brauner1-4/+5
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-02.gitignore: prefix local generated files with a slashMasahiro Yamada1-2/+2
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada1-2/+1
2020-07-03samples/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-04kbuild: 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-20vfs: Add a sample program for the new mount APIDavid Howells3-0/+410