summaryrefslogtreecommitdiffstats
path: root/src/dir.h
AgeCommit message (Expand)Author
2023-10-17dir: New flag to control whiteout visibilityTavian Barnes
2023-10-17dir: Add a flags parameter to bfs_opendir()Tavian Barnes
2023-07-10bftw: Try to close files asynchronouslyTavian Barnes
2023-06-20dir: Arena-allocate directoriesTavian Barnes
2023-06-13dir: New bfs_polldir() function for directory readaheadTavian Barnes
2023-06-12dir: Add a flag to bfs_freedir() to force the fd to stay the sameTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-04-16Source / Include Folder (#88)トトも