summaryrefslogtreecommitdiffstats
path: root/mtab.h
AgeCommit message (Collapse)Author
2020-10-06mtab: Adjust some naming conventionsTavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes
The API remains similar, with some added accessor functions for lazy initialization of the pwcache and mtab.
2019-08-29mtab: Rename maybe_mount to might_be_mountTavian Barnes
2019-04-15Release 1.41.4Tavian Barnes
2019-03-06bftw: Work around d_type being wrong for bind mounts on LinuxTavian Barnes
C.f. https://savannah.gnu.org/bugs/?54913 C.f. https://lkml.org/lkml/2019/2/11/2027 Fixes https://github.com/tavianator/bfs/issues/37
2019-02-09Add some documentation commentsTavian Barnes
2018-09-24Update copyright datesTavian Barnes
2018-01-08stat: New wrapper around the stat() familyTavian Barnes
This lets bfs transparently support the new statx() system call on Linux, giving it access to file birth times.
2017-07-27Re-license under the BSD Zero Clause LicenseTavian Barnes
2017-04-23Implement -fstypeTavian Barnes
Fixes #6!