Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ioq: New ioq_cancel() function | Tavian Barnes | 2023-06-26 | 1 | -7/+20 | |
| | ||||||
* | ioq: Don't check NDEBUG manually in ioqq_trypop() | Tavian Barnes | 2023-06-26 | 1 | -5/+2 | |
| | ||||||
* | dir: Arena-allocate directories | Tavian Barnes | 2023-06-20 | 1 | -5/+10 | |
| | ||||||
* | ioq: Arena-allocate ioq_cmd | Tavian Barnes | 2023-06-20 | 1 | -3/+8 | |
| | ||||||
* | alloc: New header for memory allocation utilities | Tavian Barnes | 2023-06-20 | 1 | -18/+8 | |
| | ||||||
* | ioq: Implement a non-blocking fast path | Tavian Barnes | 2023-06-15 | 1 | -98/+107 | |
| | ||||||
* | ioq: Use a circular buffer | Tavian Barnes | 2023-06-15 | 1 | -78/+201 | |
| | ||||||
* | dir: New bfs_polldir() function for directory readahead | Tavian Barnes | 2023-06-13 | 1 | -0/+4 | |
| | ||||||
* | dir: Add a flag to bfs_freedir() to force the fd to stay the same | Tavian Barnes | 2023-06-12 | 1 | -0/+1 | |
| | ||||||
* | ioq: Implement an async I/O queue | Tavian Barnes | 2023-06-12 | 1 | -0/+284 | |