[PATCH] stat,tail: sync with latest Linux file systems

2024-05-28 Thread Pádraig Brady
* src/stat.c (human_fstype): Rename "FUSEBLK" to "FUSE" to sync with kernel adjustments. Add "bcachefs", and "pidfs". Both are local, with the latter being similar to "proc" which is also local. * NEWS: Mention the change in behavior, and the improvement. --- NEWS | 7 +++ src/stat.c |

[PATCH] stat,tail: sync with latest Linux file systems

2016-11-26 Thread Pádraig Brady
Update with the results from: kgit='https://git.kernel.org/cgit/linux/kernel/git' wget -q $kgit/torvalds/linux.git/plain/include/uapi/linux/magic.h \ -O src/fs-latest-magic.h make src/fs-magic-compare * src/stat.c (human_fstype): Add entries for: BALLOON_KVM, CGROUP2, DAXFS, ZSMALLOC. -