Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-25 | contrib/getdents-debug: implement getdents -loop | Jakob Unterwurzacher | |
$ ./getdents -loop /mnt/synology/public/tmp/g1 unix.Getdents: n=4176; n=4176; n=4176; n=4176; n=4176; n=3192; n=0; err=<nil>; total 24072 bytes unix.Getdents: n=4176; n=4176; n=4176; n=4176; n=4176; n=3192; n=0; err=<nil>; total 24072 bytes unix.Getdents: n=4176; n=-1; err=no such file or directory; total 4176 bytes | |||
2020-05-24 | Add contrib/getdents-debug/readdirnames | Jakob Unterwurzacher | |
Another way to repro the problem in https://github.com/rfjakob/gocryptfs/issues/483 | |||
2020-05-24 | contrib: collect getdents stuff in getdents-debug folder | Jakob Unterwurzacher | |