libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher fb06c65ee9 fusefronted: reject oversized Read and Write requests
This should not happen via FUSE as the kernel caps the size,
but with fsck we have the first user that calls Read directly.
For symmetry, check it for Write as well.
2018-04-01 21:21:55 +02:00
..
args.go fusefrontend[_reverse]: move crypto init up to caller 2018-02-18 11:21:58 +01:00
ctlsock_interface.go fusefrontend: implement path decryption via ctlsock 2017-05-07 21:01:39 +02:00
file_allocate_truncate.go tlog: stop embedding log.Logger to prevent mistakes 2018-02-28 09:02:18 +01:00
file_holes.go fusefrontend: truncateGrowFile: avoid createHeader() call 2017-03-12 21:06:59 +01:00
file.go fusefronted: reject oversized Read and Write requests 2018-04-01 21:21:55 +02:00
fs_dir.go fusefrontend: drop unused haveGetdents warning 2018-01-25 09:06:06 +01:00
fs.go fusefrontend: handle empty xattrs efficiently 2018-03-25 21:06:10 +02:00
names.go fusefrontend: Introduce a openBackingPath helper and use it to simplify Mknod and Symlink 2017-11-28 09:28:06 +01:00
xattr_unit_test.go fusefrontend: add xattr support 2018-03-25 21:06:10 +02:00
xattr.go Switch from private copy to pkg/xattr 2018-03-28 19:19:58 +02:00