aboutsummaryrefslogtreecommitdiff
path: root/filesystem/mountpoint.go
AgeCommit message (Expand)Author
2022-02-23Make the output of 'fscrypt status' unambiguousEric Biggers
2022-01-26filesystem: fall back to path-only links if UUID cannot be determinedEric Biggers
2022-01-26filesystem: make FindMount() fall back to search by pathEric Biggers
2022-01-19filesystem: add back the mountsByPath mapEric Biggers
2021-12-22filesystem: store mountpoint in link files as a fallbackEric Biggers
2020-05-09filesystem: improve errorsEric Biggers
2020-04-16Allow fscrypt to work in containers (#213)Eric Biggers
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: 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-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
2017-08-31filesystem: libblkid -> search /dev/disk/by-uuidJoe Richey
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-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