| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-03 | Use user-provided Listxattr buffer sizexattr_user_buffer | Jakob Unterwurzacher | |
| This huge buffer showed up big time in ./profiling/ls.bash and caused a 2x LS benchmark slowdown. Instead of the fixed-size buffer, use the buffer size hint the user has provided us. We return inaccurate (larger than actual, which should be safe) numbers when the user has provided no buffer (size probe). | |||
| 2026-01-18 | added -noxattr flag which ignores all xattr operations (#987) | Jarek Kowalski | |
| * added -noxattr flag which ignores all xattr operations | |||
| 2025-11-22 | Xattrs support in reverse mode | Aleksey Vasenev | |
| Fixes https://github.com/rfjakob/gocryptfs/issues/827 | |||
