| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/osutil: fix CreationTime | Dmitry Vyukov | 2026-01-09 | 1 | -2/+8 |
| | | | | | | | | | | | We return Ctime from CreationTime. But "C" does not stand for "creation", it stands for "status change" (inode update). It may or may not be the creation time. Use Btime (birth time) for creation time. Fixes #6547 | ||||
| * | pkg/osutil: add DiskUsage function | Dmitry Vyukov | 2026-01-09 | 1 | -0/+46 |
| DiskUsage returns total recursive disk usage of the dir (similar to du -s). | |||||
