Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) config VXFS_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "FreeVxFS file system support (VERITAS VxFS(TM) compatible)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on BLOCK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	  FreeVxFS is a file system driver that support the VERITAS VxFS(TM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	  file system format.  VERITAS VxFS(TM) is the standard file system
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  of SCO UnixWare (and possibly others) and optionally available
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  for Sunsoft Solaris, HP-UX and many other operating systems. However
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	  these particular OS implementations of vxfs may differ in on-disk
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  data endianess and/or superblock offset. The vxfs module has been
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  tested with SCO UnixWare and HP-UX B.10.20 (pa-risc 1.1 arch.)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	  Currently only readonly access is supported and VxFX versions
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	  2, 3 and 4. Tests were performed with HP-UX VxFS version 3.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  NOTE: the file system type as used by mount(1), mount(2) and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  fstab(5) is 'vxfs' as it describes the file system format, not
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	  the actual driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	  There is a userspace utility for HP-UX logical volumes which makes
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  creating HP-UX logical volumes easy from HP-UX disk block device file
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	  or regular file with image of the disk. See:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	         https://sourceforge.net/projects/linux-vxfs/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	  To compile this as a module, choose M here: the module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	  called freevxfs.  If unsure, say N.