[PATCH] HFS+ support
From: Roman Zippel <zippel@linux-m68k.org> This driver adds full read/write support for HFS+ and is based on the readonly driver by Brad Broyer. Thanks to Ethan Benson <erbenson@alaska.net> for a number of patches to make the driver more compliant with the spec.
Showing
fs/hfsplus/Makefile
0 → 100644
fs/hfsplus/bfind.c
0 → 100644
fs/hfsplus/bitmap.c
0 → 100644
fs/hfsplus/bnode.c
0 → 100644
fs/hfsplus/brec.c
0 → 100644
fs/hfsplus/btree.c
0 → 100644
fs/hfsplus/catalog.c
0 → 100644
fs/hfsplus/dir.c
0 → 100644
fs/hfsplus/extents.c
0 → 100644
fs/hfsplus/hfsplus_fs.h
0 → 100644
fs/hfsplus/hfsplus_raw.h
0 → 100644
fs/hfsplus/inode.c
0 → 100644
fs/hfsplus/ioctl.c
0 → 100644
fs/hfsplus/options.c
0 → 100644
fs/hfsplus/part_tbl.c
0 → 100644
fs/hfsplus/super.c
0 → 100644
fs/hfsplus/tables.c
0 → 100644
fs/hfsplus/unicode.c
0 → 100644
fs/hfsplus/wrapper.c
0 → 100644
Please register or sign in to comment