summaryrefslogtreecommitdiff
path: root/lib/diskio/file_blockbuf.go
AgeCommit message (Expand)Author
2023-12-31file_blockbuf.go: Have Flush() return an errorLuke T. Shumaker
2023-12-31file_blockbuf.go: Add doc commentsLuke T. Shumaker
2023-12-31file_blockbuf.go: Ensure the cache is flushed before closingLuke T. Shumaker
2023-03-28containers: Rethink the caching librariesLuke Shumaker
2023-03-17tree-wide: Turn on all revive linters (with exceptions)Luke Shumaker
2023-02-12diskio: BufferedFile: Refactor to avoid closures and parallel readsLuke Shumaker
2023-02-12diskio: BufferedFile: Add a buffer pool to avoid allocationsLuke Shumaker
2023-02-12tree-wide: Migrate to the new ARCacheLuke Shumaker
2022-07-14Buffer FS IOLuke Shumaker