From b35ca39969b19a96c8e08c206948ce0cbf39c8ab Mon Sep 17 00:00:00 2001 From: Benjamin Engele Date: Tue, 8 Nov 2022 21:54:11 +0100 Subject: [PATCH 01/13] Add forked PlotFS --- .gitmodules | 3 +++ Dockerfile | 2 +- PlotFS | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 PlotFS diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..31df9db --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "PlotFS"] + path = PlotFS + url = https://github.com/benengele/PlotFS.git diff --git a/Dockerfile b/Dockerfile index c6bef6e..6122bdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN \ apk --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.16/community add fuse3-dev flatbuffers-dev WORKDIR /build -RUN git clone https://github.com/szatmary/PlotFS.git +COPY PlotFS PlotFS RUN cd PlotFS && cmake . && make && make install FROM alpine:3.16 diff --git a/PlotFS b/PlotFS new file mode 160000 index 0000000..95d2ccb --- /dev/null +++ b/PlotFS @@ -0,0 +1 @@ +Subproject commit 95d2ccb550ed4db189252cfa011184463be72ffb From da8e94a11fb5c9763ff75505d0ff8a02648908d6 Mon Sep 17 00:00:00 2001 From: Benjamin Engele Date: Fri, 11 Nov 2022 18:47:40 +0100 Subject: [PATCH 02/13] Update PlotFS. --- PlotFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotFS b/PlotFS index 95d2ccb..b40f579 160000 --- a/PlotFS +++ b/PlotFS @@ -1 +1 @@ -Subproject commit 95d2ccb550ed4db189252cfa011184463be72ffb +Subproject commit b40f5793e4c02ac9eced9fc1350b27fdea0c84b7 From f240257bcb6d0e54422f83a37e92de04f545241e Mon Sep 17 00:00:00 2001 From: Benjamin Engele Date: Fri, 11 Nov 2022 19:53:33 +0100 Subject: [PATCH 03/13] Update PlotFS --- PlotFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotFS b/PlotFS index b40f579..c7527d1 160000 --- a/PlotFS +++ b/PlotFS @@ -1 +1 @@ -Subproject commit b40f5793e4c02ac9eced9fc1350b27fdea0c84b7 +Subproject commit c7527d10002b3caad92408c7a27b4abb136f04e4 From 6bc49ca5fac7971b3b25472a4eee73eaa5e48bcb Mon Sep 17 00:00:00 2001 From: Benjamin Engele Date: Fri, 11 Nov 2022 20:09:08 +0100 Subject: [PATCH 04/13] Update PlotFS --- PlotFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotFS b/PlotFS index c7527d1..ce7d497 160000 --- a/PlotFS +++ b/PlotFS @@ -1 +1 @@ -Subproject commit c7527d10002b3caad92408c7a27b4abb136f04e4 +Subproject commit ce7d49753870d5efe75de9fb3ce11f1cfbf974a2 From b43ce53fbf049f9e00d08ec03a558d0e63230144 Mon Sep 17 00:00:00 2001 From: Benjamin Engele Date: Sun, 13 Nov 2022 09:40:32 +0100 Subject: [PATCH 05/13] Update PlotFS --- PlotFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotFS b/PlotFS index ce7d497..c202062 160000 --- a/PlotFS +++ b/PlotFS @@ -1 +1 @@ -Subproject commit ce7d49753870d5efe75de9fb3ce11f1cfbf974a2 +Subproject commit c2020628a372b81e34a289c965b04b0b172d33b0 From b7b531ab8a711a10628585dfd57835ed1e930ca8 Mon Sep 17 00:00:00 2001 From: Benjamin Engele Date: Thu, 17 Nov 2022 21:20:34 +0100 Subject: [PATCH 06/13] Update PlotFS --- PlotFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotFS b/PlotFS index c202062..8ef18a2 160000 --- a/PlotFS +++ b/PlotFS @@ -1 +1 @@ -Subproject commit c2020628a372b81e34a289c965b04b0b172d33b0 +Subproject commit 8ef18a2ee704f1bbcd8c963b12f00b47de11325d From c62edd50509294ba5aa807b54a9f74620c316ac0 Mon Sep 17 00:00:00 2001 From: Benjamin Engele Date: Sun, 24 Sep 2023 09:14:02 +0200 Subject: [PATCH 07/13] Update PlotFS --- PlotFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotFS b/PlotFS index 8ef18a2..7ca60da 160000 --- a/PlotFS +++ b/PlotFS @@ -1 +1 @@ -Subproject commit 8ef18a2ee704f1bbcd8c963b12f00b47de11325d +Subproject commit 7ca60da842b4ca06d8a183ac23be1cfd14c22c33 From bbf7e30f8ec95fb4520905cd994f3c8ec129924d Mon Sep 17 00:00:00 2001 From: Benjamin Engele Date: Sun, 24 Sep 2023 09:15:52 +0200 Subject: [PATCH 08/13] Avoid detached head --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 31df9db..1584aa5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "PlotFS"] path = PlotFS url = https://github.com/benengele/PlotFS.git + update = rebase From 3146fa11b35943adf96ecdb175a78a2827e37be1 Mon Sep 17 00:00:00 2001 From: Benjamin Engele Date: Sun, 24 Sep 2023 09:28:09 +0200 Subject: [PATCH 09/13] Update PlotFS --- PlotFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotFS b/PlotFS index 7ca60da..c2c3bbd 160000 --- a/PlotFS +++ b/PlotFS @@ -1 +1 @@ -Subproject commit 7ca60da842b4ca06d8a183ac23be1cfd14c22c33 +Subproject commit c2c3bbd63f672c401cef924b58a7c1c3135335b4 From 4e9994d646adff486770bf84d18307cc348d37ce Mon Sep 17 00:00:00 2001 From: Benjamin Engele Date: Sun, 24 Sep 2023 14:14:03 +0200 Subject: [PATCH 10/13] Update PlotFS --- PlotFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotFS b/PlotFS index c2c3bbd..2c7a3fb 160000 --- a/PlotFS +++ b/PlotFS @@ -1 +1 @@ -Subproject commit c2c3bbd63f672c401cef924b58a7c1c3135335b4 +Subproject commit 2c7a3fb04437b054490b4092472a784dc7b466b8 From e40f3516d58a2316e4ade0ee694af93caa56e4e6 Mon Sep 17 00:00:00 2001 From: Benjamin Engele Date: Sun, 24 Sep 2023 16:01:52 +0200 Subject: [PATCH 11/13] Update PlotFS --- PlotFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotFS b/PlotFS index 2c7a3fb..29c4379 160000 --- a/PlotFS +++ b/PlotFS @@ -1 +1 @@ -Subproject commit 2c7a3fb04437b054490b4092472a784dc7b466b8 +Subproject commit 29c43795e9fcee236e9351db9db6441e5c31f6e6 From f2a1287f69d18e0988df0276162a04424dce0237 Mon Sep 17 00:00:00 2001 From: Benjamin Engele Date: Sat, 28 Oct 2023 21:25:35 +0200 Subject: [PATCH 12/13] Update PlotFS version. --- PlotFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotFS b/PlotFS index 29c4379..4da19e4 160000 --- a/PlotFS +++ b/PlotFS @@ -1 +1 @@ -Subproject commit 29c43795e9fcee236e9351db9db6441e5c31f6e6 +Subproject commit 4da19e454bf41348643c27a7b3d3f5d0357c8d2a From 01b6c69f681e2dcf936482e76564bc9c27bfad07 Mon Sep 17 00:00:00 2001 From: Chia Date: Sun, 26 Nov 2023 09:13:14 +0100 Subject: [PATCH 13/13] Use working plotfs version --- PlotFS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotFS b/PlotFS index 4da19e4..29c4379 160000 --- a/PlotFS +++ b/PlotFS @@ -1 +1 @@ -Subproject commit 4da19e454bf41348643c27a7b3d3f5d0357c8d2a +Subproject commit 29c43795e9fcee236e9351db9db6441e5c31f6e6