aboutsummaryrefslogtreecommitdiff
path: root/mount.go
AgeCommit message (Expand)Author
2023-05-17mount: set DirectMount: trueJakob Unterwurzacher
2023-05-17mount: drop "max_read="Jakob Unterwurzacher
2023-05-17mount: set FsName via go-fuseJakob Unterwurzacher
2022-12-29main: doMount: call Setsid before starting loggerJakob Unterwurzacher
2021-10-21cli: add -longnamemaxJakob Unterwurzacher
2021-10-21nametransform: add longNameMax parameterJakob Unterwurzacher
2021-09-10cli: drop -forcedecode flagJakob Unterwurzacher
2021-09-08Make -openssl also apply to xchachaJakob Unterwurzacher
2021-08-30Unbreak hyperlinks broken by go mod v2 conversionJakob Unterwurzacher
2021-08-30Reimplement -serialize_reads flag using new SyncRead mount flagJakob Unterwurzacher
2021-08-23cryptocore: add NonceSize to AEADTypeEnumJakob Unterwurzacher
2021-08-23Add partial XChaCha20-Poly1305 support (mount flag only)Jakob Unterwurzacher
2021-08-23go mod: declare module version v2Jakob Unterwurzacher
2021-08-20-deterministic-names: accept flag on -initJakob Unterwurzacher
2021-08-20Implement -deterministic-names: extended -zerodirivJakob Unterwurzacher
2021-08-19Flag -zerodiriv to create all diriv as all zero byte filesJose M Perez
2021-08-19golangci-lint: fix issues found by gosimpleJakob Unterwurzacher
2021-08-16reverse mode: implement -one-file-systemJakob Unterwurzacher
2021-08-12main: accept magic /dev/fd/ mountpointJakob Unterwurzacher
2021-08-02fusefrontend: add quirks for MacOS ExFATJakob Unterwurzacher
2021-06-21Improve startup debug outputJakob Unterwurzacher
2021-06-20nametransform: pass badname patterns via NewJakob Unterwurzacher
2021-06-20main: use JSONDump helper for debug outputJakob Unterwurzacher
2021-05-18fsck: redirect go-fuse noise to syslogJakob Unterwurzacher
2021-05-15Add -acl flag to enable ACL enforcementJakob Unterwurzacher
2021-04-05fusefrontend: print dirCache stats after unmountJakob Unterwurzacher
2021-03-07v2api: -sharestorage: disable hard link tracking & add testsJakob Unterwurzacher
2021-01-02-idle: don't lazy-unmountJakob Unterwurzacher
2020-12-20main: add "-kernel_cache" flaggmd20
2020-10-18fusefronted: reject GETXATTR "security.capability"Jakob Unterwurzacher
2020-10-14main: show microseconds in go-fuse logsJakob Unterwurzacher
2020-07-27v2api: pass fusedebug option via MountOptionsJakob Unterwurzacher
2020-07-19v2api: fsck: use a temporary mountJakob Unterwurzacher
2020-07-19v2api: enable go-fuse warnings on mount & fsckJakob Unterwurzacher
2020-07-18v2api: make fsck compile againJakob Unterwurzacher
2020-07-12v2api: set NullPermissions = trueJakob Unterwurzacher
2020-07-08v2api: fix crash on umountJakob Unterwurzacher
2020-06-21v2api (go-fuse v2 api): initial noop implementationJakob Unterwurzacher
2020-05-17Update go-fuse import path to github.com/hanwen/go-fuse/v2Jakob Unterwurzacher
2020-05-09ctlsock: create exported ctlsock client libraryJakob Unterwurzacher
2020-05-09main: untangle `-masterkey` handling and config loadingJakob Unterwurzacher
2020-02-28Show undecryptable filenames if they match supplied globorcas
2020-01-14main: haveFusermount2: respect PATH environment variableJakob Unterwurzacher
2019-12-28main: detect fusermount3 and don't add `nonempty`Jakob Unterwurzacher
2019-09-08Fix -idle unmounting despite activityJakob Unterwurzacher
2019-08-04Fix "constant 2435016766 overflows int32" build failure on armJakob Unterwurzacher
2019-08-04Rename isDirEmpty -> isEmptyDirJakob Unterwurzacher
2019-08-04Force -noprealloc on BtrfsJakob Unterwurzacher
2019-03-26reverse mode: support wildcard exclude (--exclude-wildcard)Eduardo M KALINOWSKI
2019-01-15mount: Replace commas in volume name.Sebastian Lackner