| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-27 | remove dead code | chrislu | 1 | -154/+0 | |
| 2022-01-12 | POSIX: different inode for same named different file types | chrislu | 1 | -4/+5 | |
| 2022-01-11 | POSIX: ensure file and directory inodes are different | chrislu | 1 | -4/+4 | |
| 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-10-17 | mount: streaming renaming folders | Chris Lu | 1 | -2/+2 | |
| 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-07-01 | mount: recursively rename locally | Chris Lu | 1 | -18/+16 | |
| 2021-05-13 | fix logs | Chris Lu | 1 | -1/+1 | |
| 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 | |
| 2020-10-25 | mount: invalide file cache when metadata is changed | Chris Lu | 1 | -3/+5 | |
| 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: report filer IO error | Chris Lu | 1 | -0/+6 | |
| 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-03 | mount: map uid/gid between local and filer | Chris Lu | 1 | -2/+10 | |
| 2020-09-01 | rename filer2 to filer | Chris Lu | 1 | -10/+10 | |
| 2020-08-23 | multiple fixes | Chris Lu | 1 | -0/+4 | |
| * 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-07-20 | mount: fix difference with storage format in local cache | Chris Lu | 1 | -2/+21 | |
| 2020-07-14 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-06-19 | FUSE mount: lazy loading meta cache | Chris Lu | 1 | -6/+19 | |
| 2020-04-29 | FUSE mount: atomic local cache updates | Chris Lu | 1 | -2/+58 | |
| 2020-04-29 | refactoring | Chris Lu | 1 | -1/+1 | |
| 2020-04-21 | cache metadata on startup | Chris Lu | 1 | -1/+4 | |
| 2020-04-21 | async meta caching: can stream updates now | Chris Lu | 1 | -3/+3 | |
| 2020-04-21 | read from meta cache | Chris Lu | 1 | -0/+34 | |
| meta cache is not initialized | |||||
