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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pathfs_frontend
/
file.go
Age
Commit message (
Expand
)
Author
2015-12-19
Increase GCM IV size from 96 to 128 bits
Jakob Unterwurzacher
2015-12-19
diriv: handle directory rename over directory
Jakob Unterwurzacher
2015-12-13
go fmt
Jakob Unterwurzacher
2015-12-13
Handle EINTR returned by Fallocate
Jakob Unterwurzacher
2015-12-08
go fmt
Jakob Unterwurzacher
2015-12-06
fallocate the space needed for the file header beforehand
Jakob Unterwurzacher
2015-11-08
Handle ENOSPC errors better by preallocating the space before writing
Jakob Unterwurzacher
2015-11-01
Remove code detected by "deadcode"
Jakob Unterwurzacher
2015-11-01
Refactor ciphertext <-> plaintext offset translation functions
Jakob Unterwurzacher
2015-11-01
Add file header (on-disk-format change)
Jakob Unterwurzacher
2015-10-06
Use block number as authentication data
Jakob Unterwurzacher
2015-10-04
Utimens: Use UtimesNano instead of Futimes
Jakob Unterwurzacher
2015-10-04
fallocate: return ENOSYS
Jakob Unterwurzacher
2015-10-04
truncate: Fix bug that caused xfstests generic/030 to fail
Jakob Unterwurzacher
2015-10-04
Truncate: Logging improvements, show number of blocks as float
Jakob Unterwurzacher
2015-10-04
Fix Trucate() bug causing files to be too small
Jakob Unterwurzacher
2015-10-04
Run go fmt
Jakob Unterwurzacher
2015-10-04
intraBlock: Rename Offset to Skip
Jakob Unterwurzacher
2015-10-04
Utilize file hole passtrough capability in Truncate()
Jakob Unterwurzacher
2015-10-04
Zero-pad last block if a file hole is created on Write()
Jakob Unterwurzacher
2015-10-04
Fix xfstests generic/030 failure
Jakob Unterwurzacher
2015-10-03
debug: log inode number instead of encrypted filename
Jakob Unterwurzacher
2015-09-30
tests: Add append test
Jakob Unterwurzacher
2015-09-30
Implement Truncate() + Test
Jakob Unterwurzacher
2015-09-30
debug: Log encrypted filename
Jakob Unterwurzacher
2015-09-16
Fix symlink size reporting
Jakob Unterwurzacher
2015-09-09
Fix File.GettAttr() size reporting
Jakob Unterwurzacher
2015-09-08
Explain both frontends in readme
Jakob Unterwurzacher
2015-09-08
tests: add TestCiphertextRange
Jakob Unterwurzacher
2015-09-08
Fix append issue
Jakob Unterwurzacher
2015-09-08
More debug logging, improve main_test.go (do not use all-zero content)
Jakob Unterwurzacher
2015-09-08
Add pathfs frontend, part II
Jakob Unterwurzacher
2015-09-08
Add pathfs frontend (uses go-fuse instead of bazil-fuse), part I
Jakob Unterwurzacher