- Mar 05, 2018
-
-
Marc Vef authored
ADA-FS's statfs will fill the struct mostly with rough estimations. It is not supposed to return accurate data but "some" data for applications to work
-
- Mar 04, 2018
-
- Mar 02, 2018
- Mar 01, 2018
-
-
Marc Vef authored
Users may use -DCMAKE_CXX_FLAGS_DEBUG to add addition compiler flags for debug mode.
-
- Feb 27, 2018
- Feb 26, 2018
-
-
Tommaso Tocci authored
The file position of a newly created OpenFile it wasn't set correctly to 0.
-
Marc Vef authored
See https://xgitlab.cels.anl.gov/sds/margo/issues/40 for reference of the issue.
-
- Feb 21, 2018
-
-
Tommaso Tocci authored
-
- Feb 16, 2018
- Feb 12, 2018
- Feb 08, 2018
-
-
Marc Vef authored
-
- Jan 30, 2018
- Jan 29, 2018
- Jan 25, 2018
- Jan 24, 2018
-
-
Marc Vef authored
Preload lib: RPC/IPC Mercury/Margo environments are only initialized if the mountdir path is used by the application For that, the daemon writes the mountdir (it was started with) to a configurable path to disk. The libraries read this value and only the process that uses part of this path will actually trigger the environment initialization. This forbids prior behavior where applications initialize the whole environment numerous times, although unused. For example, any MPI program will spawn multiple processes, all with the LD_PRELOAD environment variable set.
-
Marc Vef authored
Configure file is split into a public and private part to distinguish file system configurations from monitoring, for example
-
Marc Vef authored
Added: register daemon to system for storing auxiliary files + better daemon startup and shutdown handling
-
- Jan 23, 2018
-
-
Marc Vef authored
-
- Jan 19, 2018
- Jan 16, 2018
-
-
Marc Vef authored
-
- Jan 15, 2018
-
-
Marc Vef authored
- should permissions be checked when access() is called or discarded. Default off //#define CHECK_ACCESS - If access permissions should be checked while opening a file. Default off //#define CHECK_ACCESS_DURING_OPEN - If disabled, a file or directory is always presumed to be there (even if it is not). No check is executed. Default on. #define DO_LOOKUP
-
Marc Vef authored
- Add: adafs_access, open with check if object exists - Add: root metadentry to database of each node - Modified: Open, unlink, mkdir, rmdir and combined their functionality to "create node" and "remove node"
-
- Jan 12, 2018
- Dec 22, 2017
-
-
Marc Vef authored
-
- Dec 17, 2017
-
-
Marc Vef authored
-
- Dec 15, 2017
-
-
Nafiseh Moti authored
-