740027
 src/fs-is-local.h | 23 ++++++++++++++++++++
740027
 src/stat.c        | 64 +++++++++++++++++++++++++++++++++++++++++++++++++------
740027
 src/tail.c        |  2 ++
740027
 3 files changed, 83 insertions(+), 6 deletions(-)
740027
740027
diff --git a/src/fs-is-local.h b/src/fs-is-local.h
740027
index 61849da..5f73488 100644
740027
--- a/src/fs-is-local.h
740027
+++ b/src/fs-is-local.h
740027
@@ -6,30 +6,39 @@ is_local_fs_type (unsigned long int magic)
740027
 {
740027
   switch (magic)
740027
     {
740027
+      case S_MAGIC_AAFS: return 1;
740027
+      case S_MAGIC_ACFS: return 0;
740027
       case S_MAGIC_ADFS: return 1;
740027
       case S_MAGIC_AFFS: return 1;
740027
       case S_MAGIC_AFS: return 0;
740027
       case S_MAGIC_ANON_INODE_FS: return 1;
740027
       case S_MAGIC_AUFS: return 0;
740027
       case S_MAGIC_AUTOFS: return 1;
740027
+      case S_MAGIC_BALLOON_KVM: return 1;
740027
       case S_MAGIC_BEFS: return 1;
740027
       case S_MAGIC_BDEVFS: return 1;
740027
       case S_MAGIC_BFS: return 1;
740027
+      case S_MAGIC_BPF_FS: return 1;
740027
       case S_MAGIC_BINFMTFS: return 1;
740027
       case S_MAGIC_BTRFS: return 1;
740027
+      case S_MAGIC_BTRFS_TEST: return 1;
740027
       case S_MAGIC_CEPH: return 0;
740027
       case S_MAGIC_CGROUP: return 1;
740027
+      case S_MAGIC_CGROUP2: return 1;
740027
       case S_MAGIC_CIFS: return 0;
740027
       case S_MAGIC_CODA: return 0;
740027
       case S_MAGIC_COH: return 1;
740027
+      case S_MAGIC_CONFIGFS: return 1;
740027
       case S_MAGIC_CRAMFS: return 1;
740027
       case S_MAGIC_CRAMFS_WEND: return 1;
740027
+      case S_MAGIC_DAXFS: return 1;
740027
       case S_MAGIC_DEBUGFS: return 1;
740027
       case S_MAGIC_DEVFS: return 1;
740027
       case S_MAGIC_DEVPTS: return 1;
740027
       case S_MAGIC_ECRYPTFS: return 1;
740027
       case S_MAGIC_EFIVARFS: return 1;
740027
       case S_MAGIC_EFS: return 1;
740027
+      case S_MAGIC_EXFS: return 1;
740027
       case S_MAGIC_EXOFS: return 1;
740027
       case S_MAGIC_EXT: return 1;
740027
       case S_MAGIC_EXT2: return 1;
740027
@@ -43,10 +52,13 @@ is_local_fs_type (unsigned long int magic)
740027
       case S_MAGIC_GFS: return 0;
740027
       case S_MAGIC_GPFS: return 0;
740027
       case S_MAGIC_HFS: return 1;
740027
+      case S_MAGIC_HFS_PLUS: return 1;
740027
+      case S_MAGIC_HFS_X: return 1;
740027
       case S_MAGIC_HOSTFS: return 1;
740027
       case S_MAGIC_HPFS: return 1;
740027
       case S_MAGIC_HUGETLBFS: return 1;
740027
       case S_MAGIC_MTD_INODE_FS: return 1;
740027
+      case S_MAGIC_IBRIX: return 0;
740027
       case S_MAGIC_INOTIFYFS: return 1;
740027
       case S_MAGIC_ISOFS: return 1;
740027
       case S_MAGIC_ISOFS_R_WIN: return 1;
740027
@@ -55,7 +67,9 @@ is_local_fs_type (unsigned long int magic)
740027
       case S_MAGIC_JFFS2: return 1;
740027
       case S_MAGIC_JFS: return 1;
740027
       case S_MAGIC_KAFS: return 0;
740027
+      case S_MAGIC_LOGFS: return 1;
740027
       case S_MAGIC_LUSTRE: return 0;
740027
+      case S_MAGIC_M1FS: return 1;
740027
       case S_MAGIC_MINIX: return 1;
740027
       case S_MAGIC_MINIX_30: return 1;
740027
       case S_MAGIC_MINIX_V2: return 1;
740027
@@ -67,23 +81,29 @@ is_local_fs_type (unsigned long int magic)
740027
       case S_MAGIC_NFS: return 0;
740027
       case S_MAGIC_NFSD: return 0;
740027
       case S_MAGIC_NILFS: return 1;
740027
+      case S_MAGIC_NSFS: return 1;
740027
       case S_MAGIC_NTFS: return 1;
740027
       case S_MAGIC_OPENPROM: return 1;
740027
       case S_MAGIC_OCFS2: return 0;
740027
+      case S_MAGIC_OVERLAYFS: return 0;
740027
       case S_MAGIC_PANFS: return 0;
740027
       case S_MAGIC_PIPEFS: return 0;
740027
+      case S_MAGIC_PRL_FS: return 0;
740027
       case S_MAGIC_PROC: return 1;
740027
       case S_MAGIC_PSTOREFS: return 1;
740027
       case S_MAGIC_QNX4: return 1;
740027
       case S_MAGIC_QNX6: return 1;
740027
       case S_MAGIC_RAMFS: return 1;
740027
+      case S_MAGIC_RDTGROUP: return 1;
740027
       case S_MAGIC_REISERFS: return 1;
740027
       case S_MAGIC_ROMFS: return 1;
740027
       case S_MAGIC_RPC_PIPEFS: return 1;
740027
+      case S_MAGIC_SDCARDFS: return 1;
740027
       case S_MAGIC_SECURITYFS: return 1;
740027
       case S_MAGIC_SELINUX: return 1;
740027
       case S_MAGIC_SMACK: return 1;
740027
       case S_MAGIC_SMB: return 0;
740027
+      case S_MAGIC_SMB2: return 0;
740027
       case S_MAGIC_SNFS: return 0;
740027
       case S_MAGIC_SOCKFS: return 1;
740027
       case S_MAGIC_SQUASHFS: return 1;
740027
@@ -91,6 +111,7 @@ is_local_fs_type (unsigned long int magic)
740027
       case S_MAGIC_SYSV2: return 1;
740027
       case S_MAGIC_SYSV4: return 1;
740027
       case S_MAGIC_TMPFS: return 1;
740027
+      case S_MAGIC_TRACEFS: return 1;
740027
       case S_MAGIC_UBIFS: return 1;
740027
       case S_MAGIC_UDF: return 1;
740027
       case S_MAGIC_UFS: return 1;
740027
@@ -100,11 +121,13 @@ is_local_fs_type (unsigned long int magic)
740027
       case S_MAGIC_VMHGFS: return 0;
740027
       case S_MAGIC_VXFS: return 0;
740027
       case S_MAGIC_VZFS: return 1;
740027
+      case S_MAGIC_WSLFS: return 1;
740027
       case S_MAGIC_XENFS: return 1;
740027
       case S_MAGIC_XENIX: return 1;
740027
       case S_MAGIC_XFS: return 1;
740027
       case S_MAGIC_XIAFS: return 1;
740027
       case S_MAGIC_ZFS: return 1;
740027
+      case S_MAGIC_ZSMALLOC: return 1;
740027
       default: return -1;
740027
     }
740027
 }
740027
diff --git a/src/stat.c b/src/stat.c
740027
index ba491f4..718b32a 100644
740027
--- a/src/stat.c
740027
+++ b/src/stat.c
740027
@@ -240,6 +240,10 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
740027
          a comment.  The S_MAGIC_... name and constant are automatically
740027
          combined to produce the #define directives in fs.h.  */
740027
 
740027
+    case S_MAGIC_AAFS: /* 0x5A3C69F0 local */
740027
+      return "aafs";
740027
+    case S_MAGIC_ACFS: /* 0x61636673 remote */
740027
+      return "acfs";
740027
     case S_MAGIC_ADFS: /* 0xADF5 local */
740027
       return "adfs";
740027
     case S_MAGIC_AFFS: /* 0xADFF local */
740027
@@ -255,30 +259,42 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
740027
       return "aufs";
740027
     case S_MAGIC_AUTOFS: /* 0x0187 local */
740027
       return "autofs";
740027
+    case S_MAGIC_BALLOON_KVM: /* 0x13661366 local */
740027
+      return "balloon-kvm-fs";
740027
     case S_MAGIC_BEFS: /* 0x42465331 local */
740027
       return "befs";
740027
     case S_MAGIC_BDEVFS: /* 0x62646576 local */
740027
       return "bdevfs";
740027
     case S_MAGIC_BFS: /* 0x1BADFACE local */
740027
       return "bfs";
740027
+    case S_MAGIC_BPF_FS: /* 0xCAFE4A11 local */
740027
+      return "bpf_fs";
740027
     case S_MAGIC_BINFMTFS: /* 0x42494E4D local */
740027
       return "binfmt_misc";
740027
     case S_MAGIC_BTRFS: /* 0x9123683E local */
740027
       return "btrfs";
740027
+    case S_MAGIC_BTRFS_TEST: /* 0x73727279 local */
740027
+      return "btrfs_test";
740027
     case S_MAGIC_CEPH: /* 0x00C36400 remote */
740027
       return "ceph";
740027
     case S_MAGIC_CGROUP: /* 0x0027E0EB local */
740027
       return "cgroupfs";
740027
+    case S_MAGIC_CGROUP2: /* 0x63677270 local */
740027
+      return "cgroup2fs";
740027
     case S_MAGIC_CIFS: /* 0xFF534D42 remote */
740027
       return "cifs";
740027
     case S_MAGIC_CODA: /* 0x73757245 remote */
740027
       return "coda";
740027
     case S_MAGIC_COH: /* 0x012FF7B7 local */
740027
       return "coh";
740027
+    case S_MAGIC_CONFIGFS: /* 0x62656570 local */
740027
+      return "configfs";
740027
     case S_MAGIC_CRAMFS: /* 0x28CD3D45 local */
740027
       return "cramfs";
740027
     case S_MAGIC_CRAMFS_WEND: /* 0x453DCD28 local */
740027
       return "cramfs-wend";
740027
+    case S_MAGIC_DAXFS: /* 0x64646178 local */
740027
+      return "daxfs";
740027
     case S_MAGIC_DEBUGFS: /* 0x64626720 local */
740027
       return "debugfs";
740027
     case S_MAGIC_DEVFS: /* 0x1373 local */
740027
@@ -291,6 +307,8 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
740027
       return "efivarfs";
740027
     case S_MAGIC_EFS: /* 0x00414A53 local */
740027
       return "efs";
740027
+    case S_MAGIC_EXFS: /* 0x45584653 local */
740027
+      return "exfs";
740027
     case S_MAGIC_EXOFS: /* 0x5DF5 local */
740027
       return "exofs";
740027
     case S_MAGIC_EXT: /* 0x137D local */
740027
@@ -311,13 +329,17 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
740027
       return "fusectl";
740027
     case S_MAGIC_FUTEXFS: /* 0x0BAD1DEA local */
740027
       return "futexfs";
740027
-    case S_MAGIC_GFS: /* 0x1161970 remote */
740027
+    case S_MAGIC_GFS: /* 0x01161970 remote */
740027
       return "gfs/gfs2";
740027
     case S_MAGIC_GPFS: /* 0x47504653 remote */
740027
       return "gpfs";
740027
     case S_MAGIC_HFS: /* 0x4244 local */
740027
       return "hfs";
740027
-    case S_MAGIC_HOSTFS: /* 0xC0FFEE local */
740027
+    case S_MAGIC_HFS_PLUS: /* 0x482B local */
740027
+      return "hfs+";
740027
+    case S_MAGIC_HFS_X: /* 0x4858 local */
740027
+      return "hfsx";
740027
+    case S_MAGIC_HOSTFS: /* 0x00C0FFEE local */
740027
       return "hostfs";
740027
     case S_MAGIC_HPFS: /* 0xF995E849 local */
740027
       return "hpfs";
740027
@@ -325,6 +347,8 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
740027
       return "hugetlbfs";
740027
     case S_MAGIC_MTD_INODE_FS: /* 0x11307854 local */
740027
       return "inodefs";
740027
+    case S_MAGIC_IBRIX: /* 0x013111A8 remote */
740027
+      return "ibrix";
740027
     case S_MAGIC_INOTIFYFS: /* 0x2BAD1DEA local */
740027
       return "inotifyfs";
740027
     case S_MAGIC_ISOFS: /* 0x9660 local */
740027
@@ -341,8 +365,12 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
740027
       return "jfs";
740027
     case S_MAGIC_KAFS: /* 0x6B414653 remote */
740027
       return "k-afs";
740027
+    case S_MAGIC_LOGFS: /* 0xC97E8168 local */
740027
+      return "logfs";
740027
     case S_MAGIC_LUSTRE: /* 0x0BD00BD0 remote */
740027
       return "lustre";
740027
+    case S_MAGIC_M1FS: /* 0x5346314D local */
740027
+      return "m1fs";
740027
     case S_MAGIC_MINIX: /* 0x137F local */
740027
       return "minix";
740027
     case S_MAGIC_MINIX_30: /* 0x138F local */
740027
@@ -365,19 +393,28 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
740027
       return "nfsd";
740027
     case S_MAGIC_NILFS: /* 0x3434 local */
740027
       return "nilfs";
740027
+    case S_MAGIC_NSFS: /* 0x6E736673 local */
740027
+      return "nsfs";
740027
     case S_MAGIC_NTFS: /* 0x5346544E local */
740027
       return "ntfs";
740027
     case S_MAGIC_OPENPROM: /* 0x9FA1 local */
740027
       return "openprom";
740027
-    case S_MAGIC_OCFS2: /* 0x7461636f remote */
740027
+    case S_MAGIC_OCFS2: /* 0x7461636F remote */
740027
       return "ocfs2";
740027
+    case S_MAGIC_OVERLAYFS: /* 0x794C7630 remote */
740027
+      /* This may overlay remote file systems.
740027
+         Also there have been issues reported with inotify and overlayfs,
740027
+         so mark as "remote" so that polling is used.  */
740027
+      return "overlayfs";
740027
     case S_MAGIC_PANFS: /* 0xAAD7AAEA remote */
740027
       return "panfs";
740027
     case S_MAGIC_PIPEFS: /* 0x50495045 remote */
740027
       /* FIXME: change syntax or add an optional attribute like "inotify:no".
740027
-         The above is labeled as "remote" so that tail always uses polling,
740027
-         but this isn't really a remote file system type.  */
740027
+         pipefs and prlfs are labeled as "remote" so that tail always polls,
740027
+         but these aren't really remote file system types.  */
740027
       return "pipefs";
740027
+    case S_MAGIC_PRL_FS: /* 0x7C7C6673 remote */
740027
+      return "prl_fs";
740027
     case S_MAGIC_PROC: /* 0x9FA0 local */
740027
       return "proc";
740027
     case S_MAGIC_PSTOREFS: /* 0x6165676C local */
740027
@@ -388,12 +425,16 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
740027
       return "qnx6";
740027
     case S_MAGIC_RAMFS: /* 0x858458F6 local */
740027
       return "ramfs";
740027
+    case S_MAGIC_RDTGROUP: /* 0x07655821 local */
740027
+      return "rdt";
740027
     case S_MAGIC_REISERFS: /* 0x52654973 local */
740027
       return "reiserfs";
740027
     case S_MAGIC_ROMFS: /* 0x7275 local */
740027
       return "romfs";
740027
     case S_MAGIC_RPC_PIPEFS: /* 0x67596969 local */
740027
       return "rpc_pipefs";
740027
+    case S_MAGIC_SDCARDFS: /* 0x5DCA2DF5 local */
740027
+      return "sdcardfs";
740027
     case S_MAGIC_SECURITYFS: /* 0x73636673 local */
740027
       return "securityfs";
740027
     case S_MAGIC_SELINUX: /* 0xF97CFF8C local */
740027
@@ -402,6 +443,8 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
740027
       return "smackfs";
740027
     case S_MAGIC_SMB: /* 0x517B remote */
740027
       return "smb";
740027
+    case S_MAGIC_SMB2: /* 0xFE534D42 remote */
740027
+      return "smb2";
740027
     case S_MAGIC_SNFS: /* 0xBEEFDEAD remote */
740027
       return "snfs";
740027
     case S_MAGIC_SOCKFS: /* 0x534F434B local */
740027
@@ -416,6 +459,8 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
740027
       return "sysv4";
740027
     case S_MAGIC_TMPFS: /* 0x01021994 local */
740027
       return "tmpfs";
740027
+    case S_MAGIC_TRACEFS: /* 0x74726163 local */
740027
+      return "tracefs";
740027
     case S_MAGIC_UBIFS: /* 0x24051905 local */
740027
       return "ubifs";
740027
     case S_MAGIC_UDF: /* 0x15013346 local */
740027
@@ -430,10 +475,14 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
740027
       return "v9fs";
740027
     case S_MAGIC_VMHGFS: /* 0xBACBACBC remote */
740027
       return "vmhgfs";
740027
-    case S_MAGIC_VXFS: /* 0xA501FCF5 local */
740027
+    case S_MAGIC_VXFS: /* 0xA501FCF5 remote */
740027
+      /* Veritas File System can run in single instance or clustered mode,
740027
+         so mark as remote to cater for the latter case.  */
740027
       return "vxfs";
740027
     case S_MAGIC_VZFS: /* 0x565A4653 local */
740027
       return "vzfs";
740027
+    case S_MAGIC_WSLFS: /* 0x53464846 local */
740027
+      return "wslfs";
740027
     case S_MAGIC_XENFS: /* 0xABBA1974 local */
740027
       return "xenfs";
740027
     case S_MAGIC_XENIX: /* 0x012FF7B4 local */
740027
@@ -444,6 +493,9 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
740027
       return "xia";
740027
     case S_MAGIC_ZFS: /* 0x2FC12FC1 local */
740027
       return "zfs";
740027
+    case S_MAGIC_ZSMALLOC: /* 0x58295829 local */
740027
+      return "zsmallocfs";
740027
+
740027
 
740027
 # elif __GNU__
740027
     case FSTYPE_UFS:
740027
diff --git a/src/tail.c b/src/tail.c
740027
index dc4e10d..f4575d8 100644
740027
--- a/src/tail.c
740027
+++ b/src/tail.c
740027
@@ -898,6 +898,7 @@ fremote (int fd, const char *name)
740027
         case 0:
740027
           break;
740027
         case -1:
740027
+#if 0
740027
           {
740027
             unsigned long int fs_type = buf.f_type;
740027
             error (0, 0, _("unrecognized file system type 0x%08lx for %s. "
740027
@@ -905,6 +906,7 @@ fremote (int fd, const char *name)
740027
                    fs_type, quote (name), PACKAGE_BUGREPORT);
740027
             /* Treat as "remote", so caller polls.  */
740027
           }
740027
+#endif
740027
           break;
740027
         case 1:
740027
           remote = false;