Skip to content
GitLab
Explore
Sign in
gekkofs
May 01, 2024
Adding write_size cache, enable by config and disable via...
· b29b8445
Marc Vef
authored
May 01, 2024
b29b8445
Renamed Cache to DentryCache. Added several options to config.hpp Removed...
· 9d525d46
Marc Vef
authored
May 01, 2024
9d525d46
To be investigated further: Avoid race condition and segfault during read/write
· 269a0a8c
Marc Vef
authored
May 01, 2024
269a0a8c
Apr 30, 2024
Improve log output
· 13ef8009
Marc Vef
authored
Apr 30, 2024
13ef8009
Apr 29, 2024
Adding config for async opendir
· 4258d135
Marc Vef
authored
Apr 29, 2024
4258d135
Bugfix gkfs script
· af9d2904
Marc Vef
authored
Apr 29, 2024
af9d2904
Parallelize opendir when using dir cache
· 31fe24ee
Marc Vef
authored
Apr 29, 2024
31fe24ee
gkfs script AI messed up my code
· f21e7d32
Marc Vef
authored
Apr 29, 2024
f21e7d32
gkfs script slurm nodelist support. add better cpu affinity option via config file
· b451a654
Marc Vef
authored
Apr 29, 2024
b451a654
Apr 28, 2024
Cleanup and added new dir cache env variable `LIBGKFS_ENABLE_DIR_CACHE`
· 2c02aab8
Marc Vef
authored
Apr 28, 2024
2c02aab8
Adding directory entry cache avoiding stat RPCs. Flushed for dir on dir close.
· 525ca153
Marc Vef
authored
Apr 28, 2024
525ca153
Apr 26, 2024
Client readdir cache: Base structure
· 476e2933
Marc Vef
authored
Apr 26, 2024
476e2933
gfind/sfind fix broken find argument order enforcement
· 7c7cffe6
Marc Vef
authored
Apr 26, 2024
7c7cffe6
more find updates
· cc4266a9
Marc Vef
authored
Apr 26, 2024
cc4266a9
Adding examples cmake option for gfind
· e05b8e43
Marc Vef
authored
Apr 26, 2024
e05b8e43
Apr 25, 2024
Bugfix: gkfs script
· 00bda3c1
Marc Vef
authored
Apr 25, 2024
00bda3c1
Apr 24, 2024
Adding proxy operation to remove directory
· ce08e512
Marc Vef
authored
Apr 24, 2024
ce08e512
SQUASH Revert previous commit and handle notfoundexception instead.
· 38d47351
Marc Vef
authored
Apr 24, 2024
38d47351
RocksDB backend: Ignore not found on deletion
· a61ab03a
Marc Vef
authored
Apr 24, 2024
a61ab03a
Apr 23, 2024
gkfs runner script: Add USE_PROXY to config file
· 5eca81f9
Marc Vef
authored
Apr 23, 2024
5eca81f9
gkfs runner script: bugfix pid file for proxy
· dcc84f3e
Marc Vef
authored
Apr 23, 2024
dcc84f3e
Added full proxy support to gkfs runner script
· 269b3802
Marc Vef
authored
Apr 23, 2024
269b3802
Apr 22, 2024
Added Proxy lseek() support for Proxy <-> Daemon
· 5771a32c
Marc Vef
authored
Apr 22, 2024
5771a32c
Added Proxy lseek() support for Client <-> Proxy
· 02e2a0d3
Marc Vef
authored
Apr 22, 2024
02e2a0d3
Added Proxy decr_size support (truncate) for Proxy <-> Daemon
· 299c9f42
Marc Vef
authored
Apr 22, 2024
299c9f42
Added Proxy decr_size support (truncate) for Client <-> Proxy
· 14bb32d5
Marc Vef
authored
Apr 22, 2024
14bb32d5
Added Proxy truncate() support for Proxy <-> Daemon
· ebe147cf
Marc Vef
authored
Apr 22, 2024
ebe147cf
Added Proxy truncate() support for Client <-> Proxy
· 04fc1638
Marc Vef
authored
Apr 22, 2024
04fc1638
Apr 20, 2024
Migrate Proxy to Margo-hg-shim
· c3216c0f
Marc Vef
authored
Apr 19, 2024
c3216c0f
Added Proxy
· 08db0000
Marc Vef
authored
Apr 20, 2024
08db0000
Update Hermes submodule
· 3fc8438e
Marc Vef
authored
Apr 20, 2024
3fc8438e
Update FMT git module to v10.1.0
· 1a12d0ff
Marc Vef
authored
Apr 19, 2024
1a12d0ff
Mar 27, 2024
Do not remove mountdir on finish
· 9d025aa0
Marc Vef
authored
Mar 27, 2024
9d025aa0
Adding UCX and OFI protocols
· 8817d300
Marc Vef
authored
Mar 27, 2024
8817d300
Changing init_t to flush_t sending the flush time relative to process launch
· 841a8868
Marc Vef
authored
Mar 27, 2024
841a8868
ExAPI: Fix compile warnings
· 975ade0c
Marc Vef
authored
Mar 27, 2024
975ade0c
Encapsulating msgpack away from build when not needed
· ccb98a46
Marc Vef
authored
Mar 27, 2024
ccb98a46
MSQPack MPI bug fix: Init client metrics after interception start
· 188146f4
Marc Vef
authored
Mar 27, 2024
188146f4
Mar 26, 2024
Fix user library API
· e3cefe8b
Marc Vef
authored
Mar 26, 2024
e3cefe8b
Update mtime bug: Added new UpdateTimeOperand for updating mtime
· 649b9e16
Marc Vef
authored
Mar 26, 2024
649b9e16
Loading