summaryrefslogtreecommitdiffstats
path: root/src/ioq.c
Commit message (Expand)AuthorAgeFilesLines
* ioq: Implement a non-blocking fast pathTavian Barnes2023-06-151-98/+107
* ioq: Use a circular bufferTavian Barnes2023-06-151-78/+201
* dir: New bfs_polldir() function for directory readaheadTavian Barnes2023-06-131-0/+4
* dir: Add a flag to bfs_freedir() to force the fd to stay the sameTavian Barnes2023-06-121-0/+1
* ioq: Implement an async I/O queueTavian Barnes2023-06-121-0/+284