David van Moolenbroek bdd4f5857f Fixes for truncate system calls:
- VFS: check for negative sizes in all truncate calls
- VFS: update file size after truncating with fcntl(F_FREESP)
- VFS: move pos/len checks for F_FREESP with l_len!=0 from FS to VFS
- MFS: do not zero data block for small files when fully truncating
- MFS: do not write out freed indirect blocks after freeing space
- MFS: make truncate work correctly with differing zone/block sizes
- tests: add new test50 for truncate call family
2010-02-09 08:12:37 +00:00
..
2010-01-27 22:59:03 +00:00
2010-02-04 22:06:10 +00:00
2010-01-25 23:23:43 +00:00
2010-02-09 08:12:37 +00:00
2010-02-03 12:27:52 +00:00
2010-02-09 08:12:37 +00:00
2010-02-03 13:35:17 +00:00