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
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
2017-03-18
serialize_reads: add read serialization logic
Jakob Unterwurzacher
2017-03-12
fusefrontend: readFileID: reject files that consist only of a header
Jakob Unterwurzacher
2016-11-25
main, fusefrontend: add "-noprealloc" option
Jakob Unterwurzacher
2016-11-25
fusefrontend: coalesce 4kB writes
Jakob Unterwurzacher
2016-11-17
fusefrontend: get the file ID from the open files table
Jakob Unterwurzacher
2016-11-17
fusefrontend: upgrade wlockMap to use device AND inode number
Jakob Unterwurzacher
2016-10-30
fusefrontend: drop atime workarounds
Jakob Unterwurzacher
2016-10-28
fusefronted: more concise corrupt block log message
Jakob Unterwurzacher
2016-10-28
fusefronted: optimize NFS streaming writes by saving one Stat()
Jakob Unterwurzacher
2016-10-25
fusefrontend: move hole padding check out of Write()
Jakob Unterwurzacher
2016-10-25
fusefrontend: rename "createsHole" to clearer "createsCiphertextHole"
Jakob Unterwurzacher
2016-10-24
Fix misspellings
Jakob Unterwurzacher
[next]