about summary refs log tree commit diff
path: root/tvix/store/src/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-05 r/6958 chore(tvix): add missing clippy attributes & configVincent Ambo1-0/+1
2023-11-05 r/6955 chore(tvix): fix trivial clippy lintsVincent Ambo1-1/+1
2023-11-05 r/6946 feat(tvix/castore): bump [Directory,File]Node size to u64Florian Klink3-8/+8
2023-10-27 r/6888 refactor(nix-compat/store_path): make digest and name privateedef1-3/+4
2023-10-16 r/6823 refactor(tvix/store/fs): clippyFlorian Klink2-7/+14
2023-10-14 r/6803 refactor(tvix/store/fs): make fetch_directory_inode_data asyncFlorian Klink1-30/+32
2023-10-12 r/6793 refactor(tvix/store/fs): use while let statementFlorian Klink1-22/+16
2023-10-12 r/6788 fix(tvix/store/fs): fix typoedef1-3/+3
2023-10-02 r/6687 fix(tvix/store): Fix FUSE support on MacOSBrian Olsen3-11/+24
2023-09-24 r/6642 feat(tvix/store/fs): Add support for virtiofs backendConnor Brewster2-0/+240
2023-09-22 r/6629 refactor(tvix): move castore into tvix-castore crateFlorian Klink4-63/+68
2023-09-21 r/6623 refactor(tvix/store): Asyncify PathInfoService and DirectoryServiceConnor Brewster2-96/+178
2023-09-20 r/6622 refactor(tvix/store/fs): Separate FUSE and filesystem codeConnor Brewster6-0/+2456