Age | Commit message (Expand) | Author |
2018-09-23 | fusefrontend: get rid of os.File* wrapping | Jakob Unterwurzacher |
2018-09-23 | fusefrontent: make Open() symlink-safe | Jakob Unterwurzacher |
2018-09-08 | fusefrontend: use OpenDirNofollow in openBackingDir | Jakob Unterwurzacher |
2018-08-15 | fusefrontend: truncateGrowFile: pass zeroPad error to caller | Jakob Unterwurzacher |
2018-08-11 | reverse mode: add --exclude option | Jakob Unterwurzacher |
2018-07-22 | fusefronted: disallow writes running concurrently with reads | Jakob Unterwurzacher |
2018-07-15 | fusefrontend: doWrite: delete file header if first write fails | Jakob Unterwurzacher |
2018-07-15 | fusefrontend: doWrite: no need to take HeaderLock.RLock() | Jakob Unterwurzacher |
2018-07-14 | fusefrontend: log prealloc failures at Info level | Jakob Unterwurzacher |
2018-07-04 | macos: fix O_DIRECT build failure | Jakob Unterwurzacher |
2018-07-02 | fusefrontend: disallow O_DIRECT and fall back to buffered IO | Jakob Unterwurzacher |
2018-07-02 | fusefronted: downgrade fallocate message severity | Jakob Unterwurzacher |
2018-07-01 | Fix golint warnings | Jakob Unterwurzacher |
2018-07-01 | fusefrontend: add File.SeekData() function | Jakob Unterwurzacher |
2018-07-01 | fusefrontend: export "File" type | Jakob Unterwurzacher |
2018-07-01 | fsck: rename "CorruptItems" channel to "MitigatedCorruptions" | Jakob Unterwurzacher |
2018-06-19 | Fix three golint warnings | Jakob Unterwurzacher |
2018-06-12 | xattr: return EOPNOTSUPP instead of ENODATA in GetXattr | Jakob Unterwurzacher |
2018-05-27 | xattr: use LGet/LSet etc | Jakob Unterwurzacher |
2018-05-15 | xattr: return EOPNOTSUPP for unsupported attributes | Jakob Unterwurzacher |
2018-05-10 | xattr: optimize storage, store as binary instead of bae64 | Bolshevik |
2018-05-07 | xattr: added passing of a "flags" parameter | Bolshevik |
2018-05-01 | fusefrontend: xattr: return ENOSYS on unsupported flags | Jakob Unterwurzacher |
2018-04-17 | Improved xattr handling on non-linux systems (#227) | bolshevik |
2018-04-03 | fsck: report skipped corrupt files | Jakob Unterwurzacher |
2018-04-02 | fusefrontend: xattr: return ENODATA for security.* and system.* | Jakob Unterwurzacher |
2018-04-02 | fsck: clean up log output | Jakob Unterwurzacher |
2018-04-01 | fusefronted: reject oversized Read and Write requests | Jakob Unterwurzacher |
2018-03-28 | Switch from private copy to pkg/xattr | Jakob Unterwurzacher |
2018-03-25 | fusefrontend: handle empty xattrs efficiently | Jakob Unterwurzacher |
2018-03-25 | fusefrontend: add xattr support | Jakob Unterwurzacher |
2018-03-24 | fusefrontend: create helpers for symlink encryption | Jakob Unterwurzacher |
2018-02-28 | tlog: stop embedding log.Logger to prevent mistakes | Jakob Unterwurzacher |
2018-02-18 | fusefrontend[_reverse]: move crypto init up to caller | Jakob Unterwurzacher |
2018-01-25 | fusefrontend: drop unused haveGetdents warning | Jakob Unterwurzacher |
2018-01-17 | fusefronted: add PlaintextNames special-cases for Create & Rename | Jakob Unterwurzacher |
2017-12-25 | fusefrontend: Use Linkat syscall to implement Link | Sebastian Lackner |
2017-12-25 | fusefrontend: Handle PlaintextNames mode in Link | Sebastian Lackner |
2017-12-03 | syscallcompat: convert Getdents to fd input, add emulation | Jakob Unterwurzacher |
2017-12-01 | fusefrontend: Improve documentation of mkdirWithIv and WriteDirIV | Sebastian Lackner |
2017-11-30 | syscallcompat: check that we get NOFOLLOW wherever possible | Jakob Unterwurzacher |
2017-11-29 | fusefrontend: allow_other: close race between mkdir and chown | Sebastian Lackner |
2017-11-29 | fusefrontend: Use Fchownat to implement Chown | Sebastian Lackner |
2017-11-29 | fusefrontend: Use Fchmodat to implement Chmod | Sebastian Lackner |
2017-11-29 | syscallcompat: Introduce unlinkat syscall with flags argument | Sebastian Lackner |
2017-11-28 | fusefrontend: Use openBackingPath in Unlink and simplify code | Sebastian Lackner |
2017-11-28 | fusefrontend: Handle PlaintextNames mode in Unlink | Sebastian Lackner |
2017-11-28 | fusefrontend: Introduce a openBackingPath helper and use it to simplify Mknod... | Sebastian Lackner |
2017-11-28 | fusefrontend: allow_other: close race between symlink and chown | Sebastian Lackner |
2017-11-28 | fusefrontend: Use the Symlinkat syscall for longname handling | Sebastian Lackner |