util-linux/libmount
Gabriel de Perthuis 3dde0d076d Add to the list of pseudo-filesystem types
Useful commands for maintaining the list:

    grep -w ^nodev /proc/filesystems |sort

In a Linux source checkout:

    git grep -wl file_system_type '*.c' |xargs grep -L FS_REQUIRES_DEV |xargs grep -wA12 file_system_type |grep -F '.name' |uniq |column -t
2020-05-20 20:28:01 +02:00
..
docs libmount: add support for signed verity devices 2020-01-13 12:24:55 +00:00
python Merge branch 'clang' of https://github.com/neheb/util-linux 2020-04-22 10:07:51 +02:00
src Add to the list of pseudo-filesystem types 2020-05-20 20:28:01 +02:00
COPYING docs: use SPDX license names 2018-08-16 14:47:21 +02:00
Makemodule.am build-sys: add pylibmount 2013-08-19 14:57:21 +02:00
mount.pc.in libmount: add support for verity devices via libcryptsetup 2019-12-05 10:39:21 +00:00