busybox/util-linux/volume_id
Sven-Göran Bergh e411cd071a volume_id: add LittleFS detection
Add support for LittleFS to blkid. Not included if FEATURE_BLKID_TYPE
is not selected (neither UUID nor label).

LittleFS is a small fail-safe filesystem designed for embedded
systems. It has strong copy-on-write guarantees and storage on disk
is always kept in a valid state. It also provides a form of dynamic
wear levelling for systems that can not fit a full flash translation
layer. (https://github.com/geky/littlefs)

ARM has introduced it in its Mbed OS 5.7, so it starts to gain focus.
(https://os.mbed.com/blog/entry/littlefs-high-integrity-embedded-fs/)

function                                             old     new   delta
volume_id_probe_lfs                                    -      62     +62
fs1                                                   20      24      +4

Signed-off-by: Sven-Göran Bergh <sgb@systemaxion.se>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-01-19 20:37:13 +01:00
..
bcache.c
btrfs.c
Config.src
cramfs.c
exfat.c
ext.c
f2fs.c
fat.c
get_devname.c
hfs.c
iso9660.c
jfs.c
Kbuild.src
lfs.c volume_id: add LittleFS detection 2018-01-19 20:37:13 +01:00
linux_raid.c
linux_swap.c
luks.c
minix.c
nilfs.c
ntfs.c
ocfs2.c
reiserfs.c
romfs.c
squashfs.c
sysv.c
ubifs.c
udf.c
unused_highpoint.c
unused_hpfs.c
unused_isw_raid.c
unused_lsi_raid.c
unused_lvm.c
unused_mac.c
unused_msdos.c
unused_nvidia_raid.c
unused_promise_raid.c
unused_silicon_raid.c
unused_ufs.c
unused_via_raid.c
util.c
volume_id_internal.h volume_id: add LittleFS detection 2018-01-19 20:37:13 +01:00
volume_id.c volume_id: add LittleFS detection 2018-01-19 20:37:13 +01:00
xfs.c