r25972@plastic: rob | 2007-04-15 01:04:52 +1000
commit73199f911a09bb7355d72c45a284c9ae9058305e
authorrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 14 Apr 2007 15:06:27 +0000 (14 15:06 +0000)
committerrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 14 Apr 2007 15:06:27 +0000 (14 15:06 +0000)
tree0c81058fab1e9a79310155dc22ad00f8d407988d
parent0678d71bef3bd909e84a7fd7823419054746e41f
 r25972@plastic:  rob | 2007-04-15 01:04:52 +1000
 fixed up fat12 access for the case where a fat entry is spread over two
 disk blocks
 added cache functions for marking blocks dirty, so that writethrough
 caching can eventually be supported
 added new code for setting fat entries and writing to files, untested
 and unused so far

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@25752 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/fs/fat/cache.c
workbench/fs/fat/cache.h
workbench/fs/fat/disk.c
workbench/fs/fat/fat.c
workbench/fs/fat/fat_fs.h
workbench/fs/fat/file.c