···55 FreeVxFS is a file system driver that support the VERITAS VxFS(TM)66 file system format. VERITAS VxFS(TM) is the standard file system77 of SCO UnixWare (and possibly others) and optionally available88- for Sunsoft Solaris, HP-UX and many other operating systems.88+ for Sunsoft Solaris, HP-UX and many other operating systems. However99+ these particular OS implementations of vxfs may differ in on-disk1010+ data endianess and/or superblock offset. The vxfs module has been1111+ tested with SCO UnixWare and HP-UX B.10.20 (pa-risc 1.1 arch.)912 Currently only readonly access is supported.10131114 NOTE: the file system type as used by mount(1), mount(2) and1215 fstab(5) is 'vxfs' as it describes the file system format, not1316 the actual driver.1717+1818+ There is a userspace utility for HP-UX logical volumes which makes1919+ creating HP-UX logical volumes easy from HP-UX disk block device file2020+ or regular file with image of the disk. See:2121+ https://sourceforge.net/projects/linux-vxfs/14221523 To compile this as a module, choose M here: the module will be1624 called freevxfs. If unsure, say N.
+1
fs/freevxfs/vxfs.h
···11/*22 * Copyright (c) 2000-2001 Christoph Hellwig.33+ * Copyright (c) 2016 Krzysztof Blaszkowski34 * All rights reserved.45 *56 * Redistribution and use in source and binary forms, with or without
+1
fs/freevxfs/vxfs_fshead.c
···11/*22 * Copyright (c) 2000-2001 Christoph Hellwig.33+ * Copyright (c) 2016 Krzysztof Blaszkowski34 * All rights reserved.45 *56 * Redistribution and use in source and binary forms, with or without
+1
fs/freevxfs/vxfs_fshead.h
···11/*22 * Copyright (c) 2000-2001 Christoph Hellwig.33+ * Copyright (c) 2016 Krzysztof Blaszkowski34 * All rights reserved.45 *56 * Redistribution and use in source and binary forms, with or without
+1
fs/freevxfs/vxfs_inode.c
···11/*22 * Copyright (c) 2000-2001 Christoph Hellwig.33+ * Copyright (c) 2016 Krzysztof Blaszkowski34 * All rights reserved.45 *56 * Redistribution and use in source and binary forms, with or without
+1
fs/freevxfs/vxfs_inode.h
···11/*22 * Copyright (c) 2000-2001 Christoph Hellwig.33+ * Copyright (c) 2016 Krzysztof Blaszkowski34 * All rights reserved.45 *56 * Redistribution and use in source and binary forms, with or without
+1
fs/freevxfs/vxfs_lookup.c
···11/*22 * Copyright (c) 2000-2001 Christoph Hellwig.33+ * Copyright (c) 2016 Krzysztof Blaszkowski34 * All rights reserved.45 *56 * Redistribution and use in source and binary forms, with or without
+2-1
fs/freevxfs/vxfs_super.c
···11/*22 * Copyright (c) 2000-2001 Christoph Hellwig.33+ * Copyright (c) 2016 Krzysztof Blaszkowski34 * All rights reserved.45 *56 * Redistribution and use in source and binary forms, with or without···4948#include "vxfs_inode.h"504951505252-MODULE_AUTHOR("Christoph Hellwig");5151+MODULE_AUTHOR("Christoph Hellwig, Krzysztof Blaszkowski");5352MODULE_DESCRIPTION("Veritas Filesystem (VxFS) driver");5453MODULE_LICENSE("Dual BSD/GPL");5554