| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-14 | Revert "s3: listObjectParts return ErrNoSuchUpload if does not exist"origin/mount2 | chrislu | 1 | -4/+0 | |
| This reverts commit 6cf2e7d49300b96263845337aa0b64a54e21e094. | |||||
| 2022-02-14 | file set attribute | chrislu | 7 | -14/+59 | |
| 2022-02-14 | listen for metadata updates | chrislu | 17 | -40/+499 | |
| 2022-02-13 | support write | chrislu | 3 | -3/+145 | |
| 2022-02-13 | support read | chrislu | 18 | -24/+1257 | |
| 2022-02-13 | rename | chrislu | 1 | -0/+0 | |
| 2022-02-13 | add open release, refactor | chrislu | 8 | -126/+242 | |
| 2022-02-13 | add doc | chrislu | 1 | -0/+217 | |
| 2022-02-13 | supports renaming | chrislu | 2 | -0/+262 | |
| 2022-02-13 | doc | chrislu | 1 | -0/+1 | |
| 2022-02-13 | add comments | chrislu | 1 | -0/+3 | |
| 2022-02-13 | avoid fatal message in some edge cases | chrislu | 1 | -1/+2 | |
| 2022-02-13 | forget() factor in nlookup | chrislu | 7 | -21/+52 | |
| 2022-02-13 | support link | chrislu | 1 | -0/+93 | |
| 2022-02-13 | fix import | chrislu | 1 | -1/+1 | |
| 2022-02-13 | doc | chrislu | 5 | -0/+132 | |
| 2022-02-13 | add symlink | chrislu | 1 | -0/+77 | |
| 2022-02-13 | supports forget | chrislu | 3 | -0/+65 | |
| 2022-02-13 | supports mknod, unlink | chrislu | 4 | -0/+145 | |
| 2022-02-13 | add rmdir | chrislu | 1 | -0/+31 | |
| 2022-02-13 | add mkdir | chrislu | 5 | -3/+95 | |
| 2022-02-13 | split files | chrislu | 2 | -162/+168 | |
| 2022-02-13 | support xattr | chrislu | 1 | -4/+151 | |
| 2022-02-12 | add directory setAttr | chrislu | 2 | -1/+89 | |
| 2022-02-12 | remove println | chrislu | 3 | -8/+0 | |
| 2022-02-12 | fix ok status | chrislu | 1 | -1/+1 | |
| 2022-02-12 | sync format | chrislu | 1 | -6/+6 | |
| 2022-02-12 | working | chrislu | 3 | -7/+25 | |
| 2022-02-12 | Merge branch 'master' into mount2 | chrislu | 1 | -2/+2 | |
| 2022-02-12 | blocks count | chrislu | 1 | -2/+2 | |
| 2022-02-12 | it runs, but directory listing output is not showing up | chrislu | 3 | -12/+101 | |
| 2022-02-12 | rename | chrislu | 1 | -0/+0 | |
| 2022-02-12 | implement read directory and read directory plus | chrislu | 3 | -13/+102 | |
| 2022-02-12 | simplify | chrislu | 1 | -7/+9 | |
| 2022-02-12 | can attr root directory | chrislu | 5 | -5/+218 | |
| 2022-02-11 | change to use fuse file system | chrislu | 3 | -47/+29 | |
| 2022-02-11 | need to follow https://github.com/hanwen/go-fuse/blob/master/fuse/api.go | chrislu | 1 | -2/+6 | |
| 2022-02-11 | to be re-written following fuse virtual file system | chrislu | 7 | -26/+147 | |
| 2022-02-10 | supports stats | chrislu | 3 | -0/+137 | |
| 2022-02-10 | mount with name | chrislu | 2 | -10/+248 | |
| 2022-02-10 | clean up previously mounted folder | chrislu | 6 | -2/+58 | |
| 2022-02-10 | initial setup | chrislu | 6 | -0/+175 | |
| 2022-02-09 | Merge pull request #2654 from ↵ | Chris Lu | 1 | -1/+1 | |
| chrislusf/dependabot/maven/other/java/hdfs3/org.apache.hadoop-hadoop-common-3.1.4 Bump hadoop-common from 3.1.1 to 3.1.4 in /other/java/hdfs3 | |||||
| 2022-02-09 | Merge pull request #2655 from ↵ | Chris Lu | 1 | -1/+1 | |
| chrislusf/dependabot/maven/other/java/hdfs-over-ftp/org.apache.hadoop-hadoop-common-3.2.2 Bump hadoop-common from 3.2.1 to 3.2.2 in /other/java/hdfs-over-ftp | |||||
| 2022-02-09 | Merge pull request #2656 from ↵ | Chris Lu | 1 | -1/+1 | |
| chrislusf/dependabot/maven/other/java/hdfs2/org.apache.hadoop-hadoop-common-2.10.1 Bump hadoop-common from 2.9.2 to 2.10.1 in /other/java/hdfs2 | |||||
| 2022-02-09 | Merge pull request #2657 from ↵ | Chris Lu | 1 | -1/+1 | |
| chrislusf/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-2.10.1 Bump hadoop-common from 2.9.2 to 2.10.1 in /other/java/examples | |||||
| 2022-02-09 | Bump hadoop-common from 2.9.2 to 2.10.1 in /other/java/examples | dependabot[bot] | 1 | -1/+1 | |
| Bumps hadoop-common from 2.9.2 to 2.10.1. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2022-02-09 | Bump hadoop-common from 2.9.2 to 2.10.1 in /other/java/hdfs2 | dependabot[bot] | 1 | -1/+1 | |
| Bumps hadoop-common from 2.9.2 to 2.10.1. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2022-02-09 | Bump hadoop-common from 3.2.1 to 3.2.2 in /other/java/hdfs-over-ftp | dependabot[bot] | 1 | -1/+1 | |
| Bumps hadoop-common from 3.2.1 to 3.2.2. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2022-02-09 | Bump hadoop-common from 3.1.1 to 3.1.4 in /other/java/hdfs3 | dependabot[bot] | 1 | -1/+1 | |
| Bumps hadoop-common from 3.1.1 to 3.1.4. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
