- Jan 29, 2018
-
-
Nafi3 authored
-
- Jan 26, 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
- Jan 19, 2018
- Jan 17, 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
- Jan 05, 2018
- Jan 04, 2018
-
-
Marc Vef authored
-
- Jan 02, 2018
- Dec 22, 2017
-
-
Marc Vef authored
-
- Dec 20, 2017
- Dec 19, 2017
-
-
Marc Vef authored
-