index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
vfs
Age
Commit message (
Expand
)
Author
2025-02-25
samples/vfs: fix printf format string for size_t
Arnd Bergmann
2025-02-12
samples/vfs: add STATMOUNT_MNT_{G,U}IDMAP
Christian Brauner
2025-02-12
samples/vfs: check whether flag was raised
Christian Brauner
2025-01-20
samples/vfs: fix build warnings
Christian Brauner
2025-01-20
samples/vfs: use shared header
Christian Brauner
2025-01-10
samples/vfs/mountinfo: Use __u64 instead of uint64_t
Geert Uytterhoeven
2025-01-09
samples: add test-list-all-mounts
Christian Brauner
2025-01-09
samples: add a mountinfo program to demonstrate statmount()/listmount()
Jeff Layton
2021-05-02
.gitignore: prefix local generated files with a slash
Masahiro Yamada
2020-08-10
kbuild: introduce hostprogs-always-y and userprogs-always-y
Masahiro Yamada
2020-07-03
samples/vfs: avoid warning in statx override
Kees Cook
2020-06-06
Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2020-05-17
samples: vfs: build sample programs for target architecture
Masahiro Yamada
2020-05-14
uapi: deprecate STATX_ALL
Miklos Szeredi
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-02-04
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-18
samples: guard sub-directories with CONFIG options
Masahiro Yamada
2019-05-14
Add gitignore file for samples/vfs/ generated files
Linus Torvalds
2019-03-20
vfs: Add a sample program for the new mount API
David Howells