strata icon indicating copy to clipboard operation
strata copied to clipboard

various bugfix without pr

Open Alkaid-Benetnash opened this issue 6 years ago • 5 comments

should use function parameter instead of file descriptor's offset field please see this commit

Alkaid-Benetnash avatar Jan 08 '19 23:01 Alkaid-Benetnash

ftruncate bug due to bad end block calculation. Can be tested in libfs/tests/ftrunc_test. Notably, the old way had a bug if the file size was less than 4k and a truncate to 0 was specified. This fixes that

iangneal avatar Jan 22 '19 17:01 iangneal

unlink bug fix

iangneal avatar Jan 29 '19 00:01 iangneal