aboutsummaryrefslogtreecommitdiff
path: root/samples/vfs
AgeCommit message (Expand)AuthorFilesLines
2021-05-02.gitignore: prefix local generated files with a slashGravatar Masahiro Yamada 1-2/+2
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yGravatar Masahiro Yamada 1-2/+1
2020-07-03samples/vfs: avoid warning in statx overrideGravatar Kees Cook 1-0/+2
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-8/+3
2020-05-17samples: vfs: build sample programs for target architectureGravatar Masahiro Yamada 1-8/+3
2020-05-14uapi: deprecate STATX_ALLGravatar Miklos Szeredi 1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-3/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-18samples: guard sub-directories with CONFIG optionsGravatar Masahiro Yamada 1-1/+1
2019-05-14Add gitignore file for samples/vfs/ generated filesGravatar Linus Torvalds 1-0/+2
2019-03-20vfs: Add a sample program for the new mount APIGravatar David Howells 3-0/+410