fs: initial qnx6fs addition
Adds support for qnx6fs readonly support to the linux kernel. * Mount option The option mmi_fs can be used to mount Harman Becker/Audi MMI 3G HDD qnx6fs filesystems. * Documentation A high level filesystem stucture description can be found in the Documentation/filesystems directory. (qnx6.txt) * Additional features - Active (stable) superblock selection - Superblock checksum check (enforced) - Supports mount of qnx6 filesystems with to host different endianess - Automatic endianess detection - Longfilename support (with non-enfocing crc check) - All blocksizes (512, 1024, 2048 and 4096 supported) Signed-off-by: Kai Bankett <chaosman@ontika.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Showing
fs/qnx6/Kconfig
0 → 100644
fs/qnx6/Makefile
0 → 100644
fs/qnx6/README
0 → 100644
fs/qnx6/dir.c
0 → 100644
fs/qnx6/inode.c
0 → 100644
This diff is collapsed.
fs/qnx6/namei.c
0 → 100644
fs/qnx6/qnx6.h
0 → 100644
fs/qnx6/super_mmi.c
0 → 100644
include/linux/qnx6_fs.h
0 → 100644
Please register or sign in to comment