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 regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
btrfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
Config.src volume_id: Adopt to new config style. 2013-07-31 15:57:59 +02:00
cramfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
exfat.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
ext.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
f2fs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
fat.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
get_devname.c swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABEL 2017-07-27 10:58:08 +02:00
hfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
iso9660.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
jfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
Kbuild.src volume_id: Adopt to new kbuild style. 2013-07-31 15:45:20 +02:00
lfs.c volume_id: add LittleFS detection 2018-01-19 20:37:13 +01:00
linux_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
linux_swap.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
luks.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
minix.c volume_id: enable minix detection 2017-07-25 14:22:08 +02:00
nilfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
ntfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
ocfs2.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
reiserfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
romfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
squashfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
sysv.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
ubifs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
udf.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_highpoint.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_hpfs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_isw_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_lsi_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_lvm.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_mac.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_msdos.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_nvidia_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_promise_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_silicon_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_ufs.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
unused_via_raid.c regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00
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 regularize format of source file headers, no code changes 2017-09-18 16:28:43 +02:00