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
/
file.go
Age
Commit message (
Expand
)
Author
2021-08-18
Fix issues found by ineffassign
Jakob Unterwurzacher
2021-08-11
syscallcompat: move quirks logic here & fix darwin
Jakob Unterwurzacher
2021-08-02
fusefrontend: add quirks for MacOS ExFAT
Jakob Unterwurzacher
2021-07-29
fusefrontend: implement fsync on directories
Jakob Unterwurzacher
2021-06-02
fusefrontend: catch ReadAt integer overflow
Jakob Unterwurzacher
2021-03-21
fusefronted: move Create() and Open() to new file
Jakob Unterwurzacher
2020-10-14
syscallcompat: don't retry Close()
Jakob Unterwurzacher
2020-10-14
syscallcompat: retry ops on EINTR
Jakob Unterwurzacher
2020-08-16
v2api: rename "File2" to just "File"
Jakob Unterwurzacher
2020-07-26
v2api: delete (most) fusefrontend v1 files
Jakob Unterwurzacher
2020-05-17
Update go-fuse import path to github.com/hanwen/go-fuse/v2
Jakob Unterwurzacher
2020-04-13
inomap: split into separate package
Jakob Unterwurzacher
2019-11-16
fusefrontend: use inummap
Jakob Unterwurzacher
2019-10-06
fusefrontend: unregister from openfiletable before closing the fd
Jakob Unterwurzacher
2019-10-06
fusefrontend: print file hexdump on header error
Jakob Unterwurzacher
2019-01-16
fusefrontend: Always use intFd() method instead of int(f.fd.Fd()).
Sebastian Lackner
2019-01-16
fusefrontend: Rework the Utimens handling on macOS.
Sebastian Lackner
2019-01-01
fusefrontend: Fix debug message in doWrite() method.
Sebastian Lackner
2019-01-01
fusefrontend: Fix order of arguments in debug message for Read() FUSE call.
Sebastian Lackner
2018-12-27
fusefrontend: Remove unnecessary check in doRead function.
Sebastian Lackner
2018-10-17
fusefronted: log more details on WriteAt failures
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-01
Fix golint warnings
Jakob Unterwurzacher
2018-07-01
fusefrontend: export "File" type
Jakob Unterwurzacher
2018-07-01
fsck: rename "CorruptItems" channel to "MitigatedCorruptions"
Jakob Unterwurzacher
2018-04-03
fsck: report skipped corrupt files
Jakob Unterwurzacher
2018-04-02
fsck: clean up log output
Jakob Unterwurzacher
2018-04-01
fusefronted: reject oversized Read and Write requests
Jakob Unterwurzacher
2017-10-21
Revert most of "fusefrontend: clamp oversized reads"
Jakob Unterwurzacher
2017-10-17
fusefrontend: clamp oversized reads
Jakob Unterwurzacher
2017-07-02
fusefrontend: doRead: skip decryption for an empty read
Jakob Unterwurzacher
2017-06-30
contentenc: add PReqPool and use it in DecryptBlocks
Jakob Unterwurzacher
2017-06-30
fusefrontend: doRead: use CReqPool for ciphertext buffer
Jakob Unterwurzacher
2017-06-30
fusefrontend: Read: use provided buffer
Jakob Unterwurzacher
2017-06-29
contentenc: add safer "bPool" pool variant; add pBlockPool
Jakob Unterwurzacher
2017-06-20
contentenc: use sync.Pool memory pools for encryption
Jakob Unterwurzacher
2017-06-09
Fix missing Owner coercion for already-open files (#117)
Charles Duffy
2017-06-01
fusefrontend: write: consolidate and move encryption to contentenc
Jakob Unterwurzacher
2017-05-01
openfiletable: rename WriteLock to ContentLock
Jakob Unterwurzacher
2017-05-01
fusefrontend: rely on nodefs.defaultFile for no-op functions
Jakob Unterwurzacher
2017-05-01
fusefrontend: drop writeOnly flag
Jakob Unterwurzacher
2017-05-01
fusefronted, openfiletable: move the open file table to its own package
Jakob Unterwurzacher
2017-04-29
fusefronted: drop unused file.String() function
Jakob Unterwurzacher
2017-04-24
forcedecode: tighten checks
Jakob Unterwurzacher
2017-04-23
Add -forcedecode
danim7
2017-04-23
Fix Flock build breakage
Jakob Unterwurzacher
2017-03-18
fusefrontend: get rid of leftover debug output
Jakob Unterwurzacher
[next]