- May 09, 2018
-
-
Tommaso Tocci authored
Data operation has been grouped under a ChunkStorage class that will manage all the data backend operations. The instance of this object is stored into the ADAFS_DATA sigleton.
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Marc Vef authored
Use CMake imported target for Boost components See merge request zdvresearch_bsc/adafs!68
-
Tommaso Tocci authored
-
Marc Vef authored
Introduce MetadataDB class See merge request zdvresearch_bsc/adafs!67
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Marc Vef authored
Preload includes cleanup See merge request zdvresearch_bsc/adafs!64
-
Marc Vef authored
docker: changed dependencies build path See merge request zdvresearch_bsc/adafs!66
-
Tommaso Tocci authored
-
Tommaso Tocci authored
The metadataDB class was using integer to return errors. New exceptions classes has been introduced in order to be used as error propagation method. In this commit the MetadataDB::get function has been modified in order to make use of exceptions.
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Marc Vef authored
move file map into context See merge request zdvresearch_bsc/adafs!65
-
- May 08, 2018
-
-
Marc Vef authored
Multiple logs handling See merge request zdvresearch_bsc/adafs!59
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Marc Vef authored
Use relative paths See merge request zdvresearch_bsc/adafs!58 Signed-off-by: Marc Vef <vef@uni-mainz.de>
-
Tommaso Tocci authored
During daemon setup, multiple spdloggers are configured. Using spdlog::get("<LOGNAME>") is possible to retrieve those and use them in other part of the code.
-
Tommaso Tocci authored
Paths are now made relative to the mountdir at client side. The new relativize_path fucntion in the PreloadContext is used to check if a path is relative to the pseudo-mount directory and to make it relative
-
Tommaso Tocci authored
-
Tommaso Tocci authored
The new PreloadContext class is used as singleton to store the general context information of the interception library. The plan is to move global accessed variables into this sigleton. At the moment just the logger object has been moved into it.
-
- May 02, 2018
-
-
Marc Vef authored
Fix update size See merge request zdvresearch_bsc/adafs!57
-
Tommaso Tocci authored
-
Tommaso Tocci authored
Metadata::serialize() was appending result instead of ovewriting it. The new approach is to make serialize function return a new constructed string instead of accepting a string reference to fill.
-
Marc Vef authored
bump RocksDB version to `5.12.4` See merge request zdvresearch_bsc/adafs!56
-
Tommaso Tocci authored
-
- Apr 30, 2018
-
-
Marc Vef authored
Daemon cleanup includes See merge request zdvresearch_bsc/adafs!54 Signed-off-by: Marc Vef <vef@uni-mainz.de>
-
Marc Vef authored
Refactor stat See merge request zdvresearch_bsc/adafs!55 Signed-off-by: Marc Vef <vef@uni-mainz.de>
-