- Apr 17, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
Get rid of all the occurrences of old project name "adafs" from output strings and documentation
-
Tommaso Tocci authored
ADAFS_CWD -> GKFS_CWD
-
Tommaso Tocci authored
From now on the changelog will adhere to the https://keepachangelog.com/en/1.0.0/ format
-
Tommaso Tocci authored
get rid of old adafs name from pid file
-
Tommaso Tocci authored
ADAFS_DEPS_INSTALL variable is deprecated and not used anymore.
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
All the relevant env variables are now prefixed with GKFS instead of ADAFS
-
Tommaso Tocci authored
`adafs_preload_client` -> `gkfs_intercept`
-
Tommaso Tocci authored
`adafs_daemon` -> `gkfs_daemon`
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
- Apr 16, 2019
-
-
Tommaso Tocci authored
get rid of adafs name from folder names
-
- Apr 14, 2019
-
-
Tommaso Tocci authored
-
- Apr 10, 2019
-
-
Tommaso Tocci authored
Glibc symlink See merge request hpc/gekkofs!8
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
lstat function was passing to the glibc a path without resolving it first
-
- Apr 03, 2019
-
-
Tommaso Tocci authored
We now use getaddrinfo syscall instead of parsing /etc/hosts in order to resolve hostnames
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
A new cli parameter `--listen`,`-l` allow to specify binding address/interface
-
Tommaso Tocci authored
RPC port can now be configured at runtime through `--bind-port` command line argument.
-
Tommaso Tocci authored
-
Tommaso Tocci authored
For some comunication layers an out of band communication is required for putting in place the specific protocol handshake. In those case a shared lookup file could be used to distribute deamon's endpoints information to all the clients. This file need to resides on a shared filesystem and can be specified using the new CLI parameter `--lookup-file`.
-
- Mar 26, 2019
-
-
Tommaso Tocci authored
-
- Mar 20, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
When the pid file already exists don't try to kill the previously running daemon. Just print an error and exit.
-
- Mar 13, 2019
-
-
Marc Vef authored
update margo to v0.4.3 See merge request zdvresearch_bsc/adafs!140
-
- Mar 08, 2019
-
-
Tommaso Tocci authored
-
- Mar 07, 2019
-
-
Marc Vef authored
Implement access trough stat See merge request zdvresearch_bsc/adafs!138
-
- Mar 06, 2019
-
-
Marc Vef authored
Do not override CFLAGS while compiling dependencies See merge request zdvresearch_bsc/adafs!137
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
CHECK_ACCESS didn't make any sense since internally we don't support uid/gid DO_LOOKUP were not used at all
-