depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
store
/
src
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-16
r/7226
docs(tvix/store/fs): fix comment
Florian Klink
1
-5
/
+7
2023-12-16
r/7223
refactor(tvix/store/fs): no explicitly required Arc'ed Blob/DirSvc
Florian Klink
1
-7
/
+12
2023-12-14
r/7222
refactor(tvix/store/fs): Decouple TvixStoreFs from Nix concepts
Connor Brewster
2
-76
/
+119
2023-12-09
r/7138
refactor(store/fs): address clippy
Florian Klink
1
-1
/
+1
2023-11-28
r/7080
fix(tvix/store/fs): don't panic on PathInfoService error
Florian Klink
1
-11
/
+9
2023-11-18
r/7030
refactor(tvix/store/fs): simpllify read
Florian Klink
1
-19
/
+3
2023-11-07
r/6978
refactor(tvix/store/fs): mv sparse -> populated directories
Florian Klink
3
-317
/
+54
2023-11-07
r/6977
refactor(tvix/store/fs): simplify name_in_root_to_ino_and_data
Florian Klink
1
-82
/
+72
2023-11-07
r/6976
refactor(tvix/store/fs): move code to get_directory_children helper
Florian Klink
1
-122
/
+76
2023-11-07
r/6975
refactor(tvix/store/fs): reduce write lock, return children
Florian Klink
1
-47
/
+56
2023-11-07
r/6974
refactor(tvix/src/fs): reduce write lock, avoid inode_tracker lookup
Florian Klink
1
-39
/
+50
2023-11-07
r/6973
refactor(tvix/store/fs): move inode for store_path lookup to helper
Florian Klink
1
-19
/
+13
2023-11-07
r/6972
fix(tvix/castore): B3Digest::{to_vec -> as_slice}
edef
1
-4
/
+4
2023-11-05
r/6958
chore(tvix): add missing clippy attributes & config
Vincent Ambo
1
-0
/
+1
2023-11-05
r/6955
chore(tvix): fix trivial clippy lints
Vincent Ambo
1
-1
/
+1
2023-11-05
r/6946
feat(tvix/castore): bump [Directory,File]Node size to u64
Florian Klink
3
-8
/
+8
2023-10-27
r/6888
refactor(nix-compat/store_path): make digest and name private
edef
1
-3
/
+4
2023-10-16
r/6823
refactor(tvix/store/fs): clippy
Florian Klink
2
-7
/
+14
2023-10-14
r/6803
refactor(tvix/store/fs): make fetch_directory_inode_data async
Florian Klink
1
-30
/
+32
2023-10-12
r/6793
refactor(tvix/store/fs): use while let statement
Florian Klink
1
-22
/
+16
2023-10-12
r/6788
fix(tvix/store/fs): fix typo
edef
1
-3
/
+3
2023-10-02
r/6687
fix(tvix/store): Fix FUSE support on MacOS
Brian Olsen
3
-11
/
+24
2023-09-24
r/6642
feat(tvix/store/fs): Add support for virtiofs backend
Connor Brewster
2
-0
/
+240
2023-09-22
r/6629
refactor(tvix): move castore into tvix-castore crate
Florian Klink
4
-63
/
+68
2023-09-21
r/6623
refactor(tvix/store): Asyncify PathInfoService and DirectoryService
Connor Brewster
2
-96
/
+178
2023-09-20
r/6622
refactor(tvix/store/fs): Separate FUSE and filesystem code
Connor Brewster
6
-0
/
+2456