Skip to content
GitLab
Explore
Sign in
gekkofs
Jun 14, 2024
Some minor fixes (to be squashed)
· c8745e8b
Marc Vef
authored
Mar 14, 2024
c8745e8b
Change recording to micro seconds and storing raw bytes.
· 7e3bbec5
Marc Vef
authored
Dec 06, 2023
7e3bbec5
Added msgpack2json tools to convert clientmetrics into a readable format
· 125882a1
Marc Vef
authored
Jun 12, 2024
125882a1
Working MSGPack version. Flush at destroy
· d0eb08b0
Marc Vef
authored
Mar 14, 2024
d0eb08b0
Adding gkfs read/write wrappers for client IO tracing
· 4e7d301c
Marc Vef
authored
Mar 14, 2024
4e7d301c
Incomplete adding of MSGPack definitions
· 3e80d1ad
Marc Vef
authored
Mar 14, 2024
3e80d1ad
Adding first version to collect metrics on pread(), pwrite()
· 650decdb
Marc Vef
authored
Mar 14, 2024
650decdb
Initial messagepack dependency integration
· 21fba413
Marc Vef
authored
Mar 14, 2024
21fba413
Jun 11, 2024
Merge branch 'marc/hotfix' into 'master'
· 1b23cfda
Marc Vef
authored
Jun 11, 2024
1b23cfda
Hermes submodule: Add CMake fix
· aa3e1872
Marc Vef
authored
Jun 11, 2024
aa3e1872
Merge branch 'rnou/291-gcc-14-1-1-replace-not-declared' into 'master'
· 65b96499
Marc Vef
authored
Jun 11, 2024
65b96499
Added algorithm include for GCC14.1.1
· 4acdc772
Ramon Nou
authored
Jun 10, 2024
and
Marc Vef
committed
Jun 11, 2024
4acdc772
Merge branch 'marc/245-fadvise64-syscall-not-hooked' into 'master'
· df7b453d
Marc Vef
authored
Jun 11, 2024
df7b453d
Jun 09, 2024
Update Changelog
· 7cf9413b
Marc Vef
authored
Jun 09, 2024
7cf9413b
Adding interception of fallocate and fadvise64 syscall. Not supported by GekkoFS at this time
· 1d22618b
Marc Vef
authored
Feb 16, 2023
1d22618b
Merge branch 'marc/255-gekkofs-v0-9-2-dependency-bump' into 'master'
· 2ae7ca40
Marc Vef
authored
Jun 09, 2024
2ae7ca40
Update CMake dependency checks
· c2404130
Marc Vef
authored
Jun 09, 2024
c2404130
Update Changelog
· 6ac5ab1e
Marc Vef
authored
Jun 09, 2024
6ac5ab1e
Update Gitlab CI to new dependencies
· f0806808
Marc Vef
authored
Jun 09, 2024
f0806808
Update Docker to dependency updates: 0.9.3-rc1
· e144723b
Marc Vef
authored
Jun 09, 2024
and
Marc Vef
committed
Jun 09, 2024
e144723b
Updating bats to 0.9.3
· 11105a28
Marc Vef
authored
Jun 09, 2024
11105a28
Set Hermes submodule to master
· a54d0d95
Marc Vef
authored
Jun 09, 2024
a54d0d95
Migrated to margo-hg-shim
· b3902693
Marc Vef
authored
Jun 27, 2023
b3902693
Fix margo deprecated code
· 4f5bf187
Marc Vef
authored
Jun 27, 2023
4f5bf187
Updating all dependencies for v0.9.3
· bbcb8a59
Marc Vef
authored
Jun 09, 2024
bbcb8a59
Jun 08, 2024
Merge branch 'rnou/ExAPI' into 'master'
· 471a7739
Marc Vef
authored
Jun 08, 2024
471a7739
Added changelog
· 92c904a2
Marc Vef
authored
Jun 08, 2024
92c904a2
Instruct the linker to mark the stack segment of gkfs_user_lib as non-executable.
· 5aa4e850
Marc Vef
authored
Jun 08, 2024
5aa4e850
Fix user library headers
· 5320d81d
Marc Vef
authored
Jun 08, 2024
5320d81d
CMake: Always build examples
· 6adbd340
Marc Vef
authored
Jun 08, 2024
6adbd340
CMake cleanup
· e70867a1
Marc Vef
authored
Jun 08, 2024
e70867a1
Update Hermes for CMake fixes
· 634f0a71
Marc Vef
authored
Jun 08, 2024
634f0a71
Gfind CMake updated to Cxx 17
· b749fdf9
Ramon Nou
authored
Jun 06, 2024
and
Marc Vef
committed
Jun 08, 2024
b749fdf9
Add file_list function, remove and expand gkfs_lib example
· 751bceaa
Ramon Nou
authored
Feb 29, 2024
and
Marc Vef
committed
Jun 08, 2024
751bceaa
Adding gkfs_stat to the user lib
· 649df72d
Ramon Nou
authored
Feb 28, 2024
and
Marc Vef
committed
Jun 08, 2024
649df72d
Add headers and new user function headers
· 3fefaec3
Marc Vef
authored
Mar 14, 2024
3fefaec3
Create an user_functions.hpp
· 965614f4
Ramon Nou
authored
Oct 11, 2023
and
Marc Vef
committed
Jun 08, 2024
965614f4
Library finish
· 395e9329
Ramon Nou
authored
Oct 11, 2023
and
Marc Vef
committed
Jun 08, 2024
395e9329
2 libs, disable syscall_intercept
· 9f5e4f34
Marc Vef
authored
Mar 14, 2024
9f5e4f34
Creating Gekko API example
· 6cbdc20c
Ramon Nou
authored
Oct 10, 2023
and
Marc Vef
committed
Jun 08, 2024
6cbdc20c
Loading