kernel-hacking-2024-linux-s.../fs/ufs
Mark Fortescue 252e211e90 Add in SunOS 4.1.x compatible mode for UFS
Add in support for SunOS 4.1.x flavor of BSD 4.2 UFS filing system Macros have
been put in to alow suport for the old static table Cylinder Groups but this
implementation does not use them yet.

This also fixes Solaris UFS filing system access by disabling fast symbolic
links as Sun's version of UFS does not support on-disk fast symbolic links.

Tested by:
  Ppartitioning a new disk using SunOS 4.1.1, creating a UFS filing system on
  one of the partitions and writing some files to the filing system.
  Using Linux-2.6.22 (patched) to read the files and then write a shed load of
  files to the UFS partition.
  Using SunOS 4.1.1 to verify the filing system is OK and to check the files.
The test host is a sun4c SS1 Clone.

[akpm@linux-foundation.org: coding style fixes]
[adobriyan@gmail.com: fix oops]
Signed-off-by: Mark Fortescue <mark@mtfhpc.demon.co.uk>
Cc: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-17 08:42:49 -07:00
..
balloc.c
cylinder.c
dir.c ufs: convert to new aops 2007-10-16 09:42:57 -07:00
file.c
ialloc.c
inode.c ufs: convert to new aops 2007-10-16 09:42:57 -07:00
Makefile
namei.c
super.c Add in SunOS 4.1.x compatible mode for UFS 2007-10-17 08:42:49 -07:00
swab.h
symlink.c
truncate.c
util.c
util.h Add in SunOS 4.1.x compatible mode for UFS 2007-10-17 08:42:49 -07:00