Age | Commit message (Expand) | Author |
---|---|---|
2020-05-24 | syscallcompat: warn when Getdents truncates data | Jakob Unterwurzacher |
2020-05-23 | syscallcompat: getdents: retry on EINTR | Jakob Unterwurzacher |
2020-05-17 | Update go-fuse import path to github.com/hanwen/go-fuse/v2 | Jakob Unterwurzacher |
2018-11-17 | syscallcompat: downgrade DT_UNKNOWN message level on XFS | Jakob Unterwurzacher |
2018-01-31 | syscallcompat: switch from syscall.Getdents to unix.Getdents | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: hardcode maxReclen = 280 for all architectures | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: fix reversed warning output | Jakob Unterwurzacher |
2018-01-25 | syscallcompat: explain why we don't use syscall.ParseDirent() | Jakob Unterwurzacher |
2017-12-03 | syscallcompat: convert Getdents to fd input, add emulation | Jakob Unterwurzacher |
2017-09-03 | syscallcompat: Getdents: warn once if we get DT_UNKNOWN | Jakob Unterwurzacher |
2017-08-15 | syscallcompat: implement Getdents() | Jakob Unterwurzacher |