aboutsummaryrefslogtreecommitdiff
path: root/filesystem/filesystem.go
AgeCommit message (Expand)Author
2022-02-23Make 'fscrypt setup' offer a choice of directory modesEric Biggers
2022-02-23filesystem: fall back to non-atomic overwrites when requiredEric Biggers
2022-02-23filesystem: reject spoofed login protectorsEric Biggers
2022-02-23filesystem: validate size and type of metadata filesEric Biggers
2022-02-06filesystem: remove an outdated commentEric Biggers
2021-12-22filesystem: store mountpoint in link files as a fallbackEric Biggers
2021-12-20filesystem: avoid accessing irrelevant filesystemsEric Biggers
2021-12-19Set owner of login protectors to correct userEric Biggers
2020-05-09filesystem: improve errorsEric Biggers
2020-05-09actions/policy: improve errorsEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_CONSISTENT_OUTPUT environmental variableEric Biggers
2020-04-16Allow fscrypt to work in containers (#213)Eric Biggers
2020-01-28filesystem: don't overwrite existing protector linksEric Biggers
2019-10-30filesystem: handle bind mounts properlyEric Biggers
2019-10-30filesystem: get correct device for kernel-mounted rootfsEric Biggers
2019-10-29filesystem: remove Mount.OptionsEric Biggers
2019-10-29filesystem: rename Mount.Filesystem to Mount.FilesystemTypeEric Biggers
2019-10-25Added capacity to slice creation, when capacity is known (#159)Vivek V
2019-10-01filesystem: allow .fscrypt to be a symlinkEric Biggers
2019-09-09writeDataAtomic() fixes (#140)ebiggers
2019-09-08Fix various typos and grammatical errors (#141)ebiggers
2017-08-31filesystem: libblkid -> search /dev/disk/by-uuidJoe Richey
2017-07-17filesystem: Distinguish support and setup for fsJoe Richey joerichey@google.com
2017-06-28Finalize import paths and documentationv0.1.00.1.0Joe Richey joerichey@google.com
2017-06-28Change error handling to new packageJoe Richey joerichey@google.com
2017-06-15filesystem: change support detection and bug-fixesJoe Richey joerichey@google.com
2017-05-31filesystem: creating the directories and filesJoe Richey joerichey@google.com