aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 hourssharedstorage: fix darwin & freebsd build failureLockSharedStorage_rebase2Jakob Unterwurzacher
5 hoursfusefrontend: sharedstorage: truncate: error out on failed file lockJakob Unterwurzacher
5 hourstests/cluster: fix possible fd exhaustionJakob Unterwurzacher
5 hoursfusefrontend: LockSharedStorage: loop on EINTR, add debug outputJakob Unterwurzacher
5 hoursfusefrontend: sharedstorage: add two missing unlocksJakob Unterwurzacher
5 hoursfusefrontend: sharedstorage: introduce UnlockSharedStorage helperJakob Unterwurzacher
6 hoursfusefrontend: sharedstorage: lock truncate agains concurrent accessJakob Unterwurzacher
6 hoursfusefrontend: sharedstorage: add warnings for lock failureJakob Unterwurzacher
6 hoursfusefrontend: sharedstorage: retry read-path on EIO errorJakob Unterwurzacher
6 hourstests/cluster: enable TestClusterConcurrentRW per defaultJakob Unterwurzacher
6 hoursfusefrontend: sharedstorage: add file content byte-range locksJakob Unterwurzacher
6 hourstests/cluster: add TestPoCTornWriteLockedJakob Unterwurzacher
6 hourstests/cluster: note that ext4 provides no atomicityJakob Unterwurzacher
6 hourstests/cluster: add TestPoCTornWriteJakob Unterwurzacher
6 hoursfusefrontend: sharedstorage: keep file header on truncateJakob Unterwurzacher
6 hourstests/cluster: add TestOpenTruncateJakob Unterwurzacher
6 hourstests/cluster: add TestPoCHeaderCreationJakob Unterwurzacher
6 hourstests/cluster: add TestConcurrentCreateJakob Unterwurzacher
6 hoursfusefrontend: sharedstorage: use byte-range lock on file header creationJakob Unterwurzacher
28 hoursnew file: Documentation/pjdfstest.mdJakob Unterwurzacher
4 daysbuild(deps): bump golang.org/x/crypto from 0.45.0 to 0.52.0dependabot[bot]
4 daysbuild(deps): bump actions/checkout from 6 to 7dependabot[bot]
4 daysreverse: hide custom -config file located inside CIPHERDIRmaximilize
2026-05-07mount: mount ro if cipherdir is on a ro filesystem (don't allow rw)Simon Pilkington
2026-04-26Update feature_flags.goDMyachin
2026-03-08build(deps): bump actions/upload-artifact from 6 to 7dependabot[bot]
2026-03-08make formatfreebsd-supportJakob Unterwurzacher
2026-03-08Added basic support for FreeBSD.Ankush Patel
2026-03-08tests: example_filesystems: more detailed errorsJakob Unterwurzacher
2026-03-08tests: only add -wpanic on linuxJakob Unterwurzacher
2026-02-10Fix issue with reverse mode and excluded virtual filesm4rc0d1
2026-02-10enable falloc on btrfs if CoW is disabledJared Van Bortel
2026-02-10syscallcompat: delete accidentially-commited debug outputJakob Unterwurzacher
2026-02-10reverse: return ENOTTR when xattr name is not decryptableJakob Unterwurzacher
2026-02-09fusefrontend: convert mangleOpenFlags method to a functionJakob Unterwurzacher
2026-02-09darwin: syscallcompat: Openat: use O_SYMLINKJakob Unterwurzacher
2026-02-09darwin: fusefrontend: use O_SYMLINK for get,set,remove,listxattrJakob Unterwurzacher
2026-02-08tests/reverse: add TestXattrGetMountpointJakob Unterwurzacher
2026-02-08Add profiling/tinyfiles.bashJakob Unterwurzacher
2026-02-03performance.txt: add latest numbersJakob Unterwurzacher
2026-02-03syscallcompat: Listxattr: smart buffer sizingJakob Unterwurzacher
2026-02-03performance.txt: add latest numbersJakob Unterwurzacher
2026-02-03go.mod: bump go-fuse to v2.9.0Jakob Unterwurzacher
2026-02-03performance.txt: fill in missing versionsJakob Unterwurzacher
2026-02-01syscallcompat: DetectQuirks: unbreak darwinJakob Unterwurzacher
2026-02-01syscallcompat: DetectQuirks: suppress Btrfs message when -noprealloc has been...Jakob Unterwurzacher
2026-01-29go.mod: bump emeJakob Unterwurzacher
2026-01-24macos: normalize unicode file names in forward mode (#992)rfjakob
2026-01-18added -noxattr flag which ignores all xattr operations (#987)Jarek Kowalski
2026-01-07Update hkdf.goDMyachin