libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher 38767ab527 fuserfrontend: support truncate(2) by wrapping ftruncate(2)
Support truncate(2) by opening the file and calling ftruncate(2)
While the glibc "truncate" wrapper seems to always use ftruncate, fsstress from
xfstests uses this a lot by calling "truncate64" directly.
2016-06-26 18:41:04 +02:00
..
args.go Drop deprecated "-gcmiv128" option 2016-06-23 22:10:19 +02:00
compat_darwin.go Move pathfs_frontend to internal/fusefrontend 2016-02-06 19:27:59 +01:00
compat_linux.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00
file_holes.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00
file.go fuserfrontend: support truncate(2) by wrapping ftruncate(2) 2016-06-26 18:41:04 +02:00
fs_dir.go Drop deprecated "-diriv" option 2016-06-23 21:38:59 +02:00
fs.go fuserfrontend: support truncate(2) by wrapping ftruncate(2) 2016-06-26 18:41:04 +02:00
names.go Drop deprecated "-diriv" option 2016-06-23 21:38:59 +02:00
write_lock.go fusefrontend: simplify wlockMap 2016-05-29 22:40:05 +02:00