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
/
xattr.go
Age
Commit message (
Expand
)
Author
2020-05-17
Update go-fuse import path to github.com/hanwen/go-fuse/v2
Jakob Unterwurzacher
2020-02-29
fusefrontend: drop xattr user namespace restriction
Jakob Unterwurzacher
2019-03-26
reverse mode: support wildcard exclude (--exclude-wildcard)
Eduardo M KALINOWSKI
2019-01-05
fusefrontend: Allow to set/remove xattr on directory without read permission.
Sebastian Lackner
2019-01-04
fusefrontend: fix setting xattrs on directories
Jakob Unterwurzacher
2019-01-02
fusefrontend: use O_RDONLY in the ListXAttr fallback path
Jakob Unterwurzacher
2019-01-02
fusefrontend: xattr: fix operations on files without read permissions
Jakob Unterwurzacher
2019-01-02
fusefrontend: use Fsetxattr/Fgetxattr/etc on all platforms
Jakob Unterwurzacher
2019-01-01
fusefrontend: make ListXAttr symlink-safe on Linux
Jakob Unterwurzacher
2019-01-01
fusefrontend: make RemoveXAttr() symlink-safe
Jakob Unterwurzacher
2019-01-01
fusefrontend: make SetXAttr() symlink-safe on Linux
Jakob Unterwurzacher
2019-01-01
fusefrontend: make GetXAttr() symlink-safe on Linux
Jakob Unterwurzacher
2019-01-01
fusefrontend: mark Truncate, Unlink, Symlink symlink-safe
Jakob Unterwurzacher
2019-01-01
nametransform: rename WriteLongName() -> WriteLongNameAt()
Jakob Unterwurzacher
2019-01-01
fusefrontend: mark a few more functions as symlink-safe / unsafe
Jakob Unterwurzacher
2019-01-01
fusefrontend: mark symlink-safe FUSE calls
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-03-28
Switch from private copy to pkg/xattr
Jakob Unterwurzacher
2018-03-25
fusefrontend: add xattr support
Jakob Unterwurzacher