- Mar 03, 2020
-
-
Ramon Nou authored
-
- Feb 25, 2020
-
-
Marc Vef authored
-
- Feb 24, 2020
- Feb 20, 2020
-
-
Marc Vef authored
-
- Feb 19, 2020
- Feb 18, 2020
- Feb 10, 2020
- Feb 09, 2020
- Feb 07, 2020
-
-
Marc Vef authored
Restructuring code w.r.t. configurations and definitions: - #defines have been mostly removed from configurations - a dedicated config file has been added for configurations with constexpr - past configure file is now only a cmake wrapper - wrapping global functions into namespaces Removed all adafs and ifs occurrences. Now called gkfs
-
- Jan 29, 2020
-
-
Alberto Miranda authored
-
- Nov 04, 2019
-
-
Alberto Miranda authored
-
- Oct 10, 2019
-
-
Alberto Miranda authored
-
- Oct 07, 2019
-
-
Tommaso Tocci authored
-
- Oct 03, 2019
-
-
Tommaso Tocci authored
CREATE_CHECK_PARENTS controls if the existance of the parent node needs to be checked during the creation of a child node. Example: The check prevents the creation of file `/parent/child` if `/parent` doesn't exists or if it is not a directory By default CREATE_CHECK_PARENTS is enable and the check is enforced. It can be disable to speedup creation operations by passing `-DCREATE_CHECK_PARENTS:BOOL=OFF` as cmake parameter.
-
Tommaso Tocci authored
-
Ramon Nou authored
-
Tommaso Tocci authored
-
- Sep 11, 2019
-
-
Tommaso Tocci authored
-
-
- Jul 26, 2019
-
-
Tommaso Tocci authored
lseek was triggering a number overflow by converting long to integer on its return value Added specific lseek test
-
- Apr 24, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
- Apr 10, 2019
-
-
Tommaso Tocci authored
-
- Mar 06, 2019
-
-
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
-
Tommaso Tocci authored
The access RPC have been removed. The POSIX access functionality now is implemented through the stat RPC. This makes code easier to maintain and modify. There would be a little performance degradation on the POSIX access function because we are now retrieving also the metadata associated to the file. This change makes a lot easier to add symlink support
-
- Mar 05, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
- Jan 31, 2019
-
-
Tommaso Tocci authored
- improved statfs system call - intercepted statvfs library call Both of the above function now report the aggregated real size of all the data-nodes. You can test this with `df "/tmp/gekkofs_mountpoint"` command
-
- Nov 26, 2018
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
- Nov 09, 2018
-
-
Tommaso Tocci authored
-