| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-27 | remove dead code | chrislu | 5 | -402/+0 | |
| 2022-01-12 | POSIX: different inode for same named different file types | chrislu | 2 | -7/+8 | |
| 2022-01-11 | POSIX: ensure file and directory inodes are different | chrislu | 2 | -7/+7 | |
| this is just an in memory representation. POSIX wants different inode numbers for the same named file or directory. | |||||
| 2022-01-11 | add a debug capability to list all metadata keys | chrislu | 1 | -0/+7 | |
| 2021-12-30 | add client id for all metadata listening clients | chrislu | 1 | -1/+1 | |
| 2021-10-17 | mount: streaming renaming folders | Chris Lu | 1 | -2/+2 | |
| 2021-10-17 | save updated lastTsNs | Chris Lu | 1 | -1/+1 | |
| 2021-10-16 | Revert "mount: fix renaming a deep directory with unvisited directories" | Chris Lu | 1 | -6/+3 | |
| This reverts commit 0ccdb937bba225ac6c170e6f5f1d8a3065ff56a7. | |||||
| 2021-10-16 | mount: fix renaming a deep directory with unvisited directories | Chris Lu | 1 | -3/+6 | |
| 2021-08-28 | adjust invalidation logic | Chris Lu | 1 | -2/+4 | |
| 2021-08-28 | Invalidate mount meta cache more aggressively | nivekuil | 1 | -8/+4 | |
| 2021-08-15 | fix compilation error | Chris Lu | 1 | -0/+1 | |
| 2021-08-15 | add RetryForever | Chris Lu | 1 | -1/+4 | |
| 2021-08-04 | refactor client subscribe metadata | Chris Lu | 1 | -37/+4 | |
| 2021-07-22 | mount: hide /etc folder also from mount | Chris Lu | 1 | -1/+1 | |
| 2021-07-01 | mount: recursively rename locally | Chris Lu | 1 | -18/+16 | |
| 2021-06-05 | verbose but cleaner logic to invalidate fuse cache | Chris Lu | 1 | -6/+15 | |
| 2021-06-05 | FUSE: invalidate FUSE cached entries | Chris Lu | 1 | -3/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2108 | |||||
| 2021-05-13 | fix logs | Chris Lu | 1 | -1/+1 | |
| 2021-05-01 | fix visited checking | Chris Lu | 1 | -4/+4 | |
| 2021-04-30 | mount: fix directory invalidation | Chris Lu | 1 | -4/+0 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2038 | |||||
| 2021-01-27 | mount: invalidate kernel cache when mounted to a filer path | Chris Lu | 1 | -1/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1752#issuecomment-768178422 | |||||
| 2021-01-15 | add stream list directory entries | Chris Lu | 1 | -8/+8 | |
| 2021-01-14 | change limit to int64 in case of overflow | Chris Lu | 1 | -1/+1 | |
| 2021-01-14 | chagned api | Chris Lu | 1 | -1/+1 | |
| 2021-01-14 | mount: avoid showing "topics" folder | Chris Lu | 1 | -0/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1325 | |||||
| 2021-01-11 | Revert "mount: avoid fatal error" | Chris Lu | 1 | -1/+1 | |
| This reverts commit a4f0bac9b73aa0f2a24eccc1558910c8135e2927. | |||||
| 2021-01-11 | mount: avoid fatal error | Chris Lu | 1 | -1/+1 | |
| 2020-11-01 | move to util.RetryWaitTime | Chris Lu | 1 | -1/+1 | |
| 2020-11-01 | refactoring | Chris Lu | 1 | -12/+6 | |
| 2020-10-25 | mount: invalide file cache when metadata is changed | Chris Lu | 2 | -6/+15 | |
| 2020-10-25 | refresh cached file entry from sync metadata updates | Chris Lu | 1 | -0/+2 | |
| 2020-10-13 | minor | Chris Lu | 1 | -1/+0 | |
| 2020-10-13 | mount: retry for directory listing with filer | Chris Lu | 1 | -10/+21 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1530 | |||||
| 2020-10-13 | mount: report filer IO error | Chris Lu | 2 | -2/+8 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1530 | |||||
| 2020-10-12 | mount: fix bound tree with filer.path | Chris Lu | 1 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1528 | |||||
| 2020-09-24 | hardlink works now | Chris Lu | 1 | -8/+3 | |
| 2020-09-22 | rename | Chris Lu | 1 | -10/+10 | |
| 2020-09-09 | filer: cross cluster synchronization | Chris Lu | 1 | -2/+4 | |
| 2020-09-03 | fix | Chris Lu | 1 | -5/+5 | |
| 2020-09-03 | mount: map uid/gid between local and filer | Chris Lu | 3 | -3/+112 | |
| 2020-09-01 | rename filer2 to filer | Chris Lu | 3 | -15/+15 | |
| 2020-08-30 | change log level 5 to 4 | Chris Lu | 1 | -1/+1 | |
| 2020-08-28 | add signatures to messages to avoid double processing | Chris Lu | 1 | -1/+9 | |
| 2020-08-23 | multiple fixes | Chris Lu | 2 | -1/+5 | |
| * adjust isOpen count * move ContinuousDirtyPages lock to filehandle * fix problem with MergeIntoVisibles, avoid reusing slices * let filer delete the garbage | |||||
| 2020-08-17 | prevent nil | Chris Lu | 1 | -1/+1 | |
| 2020-08-17 | minor optimization | Chris Lu | 1 | -2/+7 | |
| 2020-08-15 | adjust logs | Chris Lu | 1 | -1/+1 | |
| 2020-08-14 | adjust log level | Chris Lu | 1 | -1/+1 | |
| 2020-07-20 | mount: fix difference with storage format in local cache | Chris Lu | 1 | -2/+21 | |
