aboutsummaryrefslogtreecommitdiff
path: root/filesystem/filesystem.go
AgeCommit message (Expand)Author
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