aboutsummaryrefslogtreecommitdiff
path: root/filesystem
AgeCommit message (Expand)Author
2020-01-23filesystem: remove canonicalizePath() (#185)ebiggers
2019-11-27Allow filesystem links to contain leading/trailing whitespaceEric Biggers
2019-10-30filesystem: add unit tests for loadMountInfo()Eric Biggers
2019-10-30filesystem: handle bind mounts properlyEric Biggers
2019-10-30filesystem: make link handling more robustEric Biggers
2019-10-30filesystem: get correct device for kernel-mounted rootfsEric Biggers
2019-10-30filesystem: add device number utilitiesEric Biggers
2019-10-30filesystem: skip unnecessary mountpoint canonicalizationEric Biggers
2019-10-30filesystem: switch to using /proc/self/mountinfoEric Biggers
2019-10-29filesystem: rename getMountInfo() to loadMountInfo()Eric 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-23actions/config: ensure config file is created with mode 0644 (#152)ebiggers
2019-10-23filesystem: Move test-only code to test filesJoe Richey
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
2019-08-28Run 'make format' with latest version of goimportsEric Biggers
2018-09-02feat(spell-check): add make command for spell check.Deepesh Pathak
2018-08-30Use proto.Equal instead of reflect.DeepEqualsJoe Richey joerichey@google.com
2017-08-31filesystem: libblkid -> search /dev/disk/by-uuidJoe Richey
2017-07-18tests: Unit tests and Integration tests workJoe Richey joerichey@google.com
2017-07-17Small fixes so "make lint" doesn't complain.Joe Richey joerichey@google.com
2017-07-17Changes from "make format"Joe Richey joerichey@google.com
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-28actions: error handling and API changedJoe Richey joerichey@google.com
2017-06-28Change error handling to new packageJoe Richey joerichey@google.com
2017-06-15metadata: change encryption mode namesJoe Richey joerichey@google.com
2017-06-15filesystem: change support detection and bug-fixesJoe Richey joerichey@google.com
2017-06-15pam: checking a user's login passphraseJoe Richey joerichey@google.com
2017-05-31filesystem: creating the directories and filesJoe Richey joerichey@google.com