index
:
gocryptfs
570
LockSharedStorage
allow_other
codeql
dependabot
det
master
next
paralin-update-deps
setup-go-v3
testing_init
Mirror of gocryptfs source code on Github
https://github.com/rfjakob/gocryptfs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
fusefrontend
/
fs.go
Age
Commit message (
Expand
)
Author
2020-04-13
inomap: split into separate package
Jakob Unterwurzacher
2019-11-16
fs: add uint64 cast to fix Darwin build
Jakob Unterwurzacher
2019-11-16
fusefrontend: use inummap
Jakob Unterwurzacher
2019-09-08
Fix -idle unmounting despite activity
Jakob Unterwurzacher
2019-03-26
reverse mode: support wildcard exclude (--exclude-wildcard)
Eduardo M KALINOWSKI
2019-01-20
fusefronted: comment why Access() does not check context.Uid
Jakob Unterwurzacher
2019-01-20
Revert "syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper"
Jakob Unterwurzacher
2019-01-20
syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper
Jakob Unterwurzacher
2019-01-16
fusefrontend: Rework the Utimens handling on macOS.
Sebastian Lackner
2019-01-15
fusefrontend: Print 'too many open files' warning for both short and long names.
Sebastian Lackner
2019-01-14
syscallcompat: rework Fchmodat to FchmodatNofollow
Jakob Unterwurzacher
2019-01-13
fusefrontend: drop last remaining call into loopbackFileSystem
Jakob Unterwurzacher
2019-01-13
fusefrontend: Do not pass unsupported flags to Faccessat on macOS.
Sebastian Lackner
2019-01-12
fusefrontend: Preserve SUID/SGID/sticky-bits in openWriteOnlyFile and Rmdir.
Sebastian Lackner
2019-01-12
fusefrontend: -allow_other: Use SymlinkatUser in Symlink FUSE call.
Sebastian Lackner
2019-01-12
fusefrontend: -allow_other: Use MknodatUser in Mknod FUSE call.
Sebastian Lackner
2019-01-12
fusefrontend: -allow_other: Use OpenatUser in Create FUSE call.
Sebastian Lackner
2019-01-12
fusefrontend: Don't chown gocryptfs.diriv files.
Sebastian Lackner
2019-01-08
fusefrontend: -allow_other: set file mode *after* chown in Create()
Jakob Unterwurzacher
2019-01-07
fusefrontend: Clarify access mode check related to O_WRONLY handling.
Sebastian Lackner
2019-01-07
fusefrontend: Filter O_CREAT in mangleOpenFlags.
Sebastian Lackner
2019-01-06
fusefrontend: Check result of Fchmod syscall.
Sebastian Lackner
2019-01-04
fusefrontend: print warning when Create() runs out of file descriptors
Jakob Unterwurzacher
2019-01-04
A few more spelling fixes.
Sebastian Lackner
2019-01-03
fusefrontend: add dirCache
Jakob Unterwurzacher
2019-01-02
fusefrontend: move openBackingDir into its own file
Jakob Unterwurzacher
2019-01-02
fusefrontend: xattr: fix operations on files without read permissions
Jakob Unterwurzacher
2019-01-02
fusefrontend: don't downgrade type needlessly
Jakob Unterwurzacher
2019-01-01
fusefrontend: fix fd leak in Access()
Jakob Unterwurzacher
2019-01-01
fusefrontend: make Utimens symlink-safe
Jakob Unterwurzacher
2019-01-01
fusefrontend: mark Truncate, Unlink, Symlink symlink-safe
Jakob Unterwurzacher
2019-01-01
fusefrontend: make Rmdir symlink-safe
Jakob Unterwurzacher
2019-01-01
nametransform: rename WriteLongName() -> WriteLongNameAt()
Jakob Unterwurzacher
2019-01-01
fusefrontend: make Readlink() symlink-safe
Jakob Unterwurzacher
2019-01-01
fusefrontend: make GetAttr() symlink-safe
Jakob Unterwurzacher
2019-01-01
fusefrontend: mark symlink-safe FUSE calls
Jakob Unterwurzacher
2019-01-01
fusefrontend: make Access() symlink-safe.
Jakob Unterwurzacher
2018-10-11
Add option for autounmount
Jesse Dunietz
2018-09-23
fusefrontend: Fix uint16 build failure on Darwin
Jakob Unterwurzacher
2018-09-23
fusefrontend: make Rename() symlink-safe
Jakob Unterwurzacher
2018-09-23
fusefrontend: make Create() symlink-safe
Jakob Unterwurzacher
2018-09-23
fusefrontend: Open(): fix dirfd leak
Jakob Unterwurzacher
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-11
reverse mode: add --exclude option
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-01
fsck: rename "CorruptItems" channel to "MitigatedCorruptions"
Jakob Unterwurzacher
2018-06-19
Fix three golint warnings
Jakob Unterwurzacher
[next]