Commit Graph

  • ca998328c2 do not add new volumes when below minFreeSpacePercent Chris Lu 2021-04-21 23:11:09 -0700
  • 7deb4b20cd
    Update cleanup.yml Chris Lu 2021-04-21 12:09:24 -0700
  • f4d77e527d
    Update cleanup.yml Chris Lu 2021-04-21 12:02:22 -0700
  • cd7bf1a72a filer.copy copy empty folders Chris Lu 2021-04-21 11:17:43 -0700
  • a8114da02d avoid thundering herd effect Chris Lu 2021-04-21 10:17:12 -0700
  • ae74d8f02a fix error message Chris Lu 2021-04-21 01:40:16 -0700
  • bcd400995a Revert "Update cleanup.yml" Chris Lu 2021-04-20 20:11:52 -0700
  • ecb60d5f03
    Update cleanup.yml #2019 Chris Lu 2021-04-20 20:08:42 -0700
  • 11c405fc85 ensure file handles are released Chris Lu 2021-04-20 19:56:51 -0700
  • 72e9d9673e
    Merge pull request #2013 from sryio/master Chris Lu 2021-04-19 20:01:50 -0700
  • c31c5e829c
    fix path-specific filer store comment error #2013 liuxiaobo 2021-04-20 10:08:58 +0800
  • 83cf94ad2d delay new file creation unless file is opened exclusively Chris Lu 2021-04-19 10:58:25 -0700
  • 1faafce832 fix docker image release Chris Lu 2021-04-18 21:46:03 -0700
  • e983f91b03 2.40 2.40 Chris Lu 2021-04-18 13:58:01 -0700
  • 4b3cc28cab fuse 1.1.4 Chris Lu 2021-04-18 13:29:37 -0700
  • d1c813c470 let the fuse library manage directory id Chris Lu 2021-04-18 11:19:33 -0700
  • 372872ebbf set root node inode number Chris Lu 2021-04-18 09:43:56 -0700
  • e332da4837 set inode value Chris Lu 2021-04-17 14:32:49 -0700
  • 2acf6be24e resend the http request if connection is stale Chris Lu 2021-04-17 14:32:24 -0700
  • 6cbd786db9 correctly runs git clone Chris Lu 2021-04-17 10:48:22 -0700
  • d41e6826d3 adjust logging Chris Lu 2021-04-17 03:11:41 -0700
  • d9a2a7f1c4 WIP Chris Lu 2021-04-16 02:55:09 -0700
  • 54410ca955 cleaner way to set readonly Chris Lu 2021-04-18 10:02:02 -0700
  • b0127645a5
    Merge pull request #2008 from kmlebedev/fix_volume_etag Chris Lu 2021-04-16 13:08:09 -0700
  • 198688c717 revert volume etag #2008 Konstantin Lebedev 2021-04-16 23:22:31 +0500
  • c83ab91e2e remove unused variable Chris Lu 2021-04-16 10:34:02 -0700
  • 3074e9b428 ensure consistent inode value Chris Lu 2021-04-15 22:42:24 -0700
  • b971317a16 avoid possible corrupted file names Chris Lu 2021-04-15 11:41:34 -0700
  • 283d703d50 adjust text Chris Lu 2021-04-15 11:29:58 -0700
  • 609e228578 avoid forward slash in file names Chris Lu 2021-04-15 10:53:04 -0700
  • ba92f2e714 add node.selectedVolumes Chris Lu 2021-04-15 03:19:28 -0700
  • 16c0304416 ensure to delete on filer also Chris Lu 2021-04-15 02:29:04 -0700
  • 217e0f9066 mount: remove folder recursively Chris Lu 2021-04-15 01:51:10 -0700
  • 3e669e6d7b mostly refactoring, add some error handling Chris Lu 2021-04-14 23:33:37 -0700
  • 07f712c83f fix typo Chris Lu 2021-04-14 23:21:38 -0700
  • 36c79de3f4 fuse mount: dir ReadDirAll avoid extra conversion to filer_pb.Entry Chris Lu 2021-04-14 23:21:24 -0700
  • e41766feb6 fuse mount: dir lookup avoids extra conversion to filer_pb.Entry object Chris Lu 2021-04-14 22:38:34 -0700
  • 1adc8f86ea lighten up File object Chris Lu 2021-04-14 20:49:15 -0700
  • 6bc09b18c4 truncate is a bit faster to reuse the storage Chris Lu 2021-04-14 20:26:56 -0700
  • c04b7e106f mount: remove entry from Dir object Chris Lu 2021-04-14 20:26:13 -0700
  • ffee470cfc
    Update release.yml Chris Lu 2021-04-14 15:47:09 -0700
  • fc0cbf565f add option to obfuscate the file names Chris Lu 2021-04-14 15:37:24 -0700
  • e75633c64f volume.check.disk: break loop for read only volumes Chris Lu 2021-04-14 12:40:13 -0700
  • 9d50867d08 volume.tier.move: avoid data loss when destination volume server already has the volume Chris Lu 2021-04-14 10:26:26 -0700
  • ff4c1d5965 adjust logging Chris Lu 2021-04-14 10:04:09 -0700
  • 4480d72cab
    Merge pull request #1998 from fanqiehc/fix_indent Chris Lu 2021-04-14 04:40:05 -0700
  • 8efd331ce0
    Merge pull request #1997 from qieqieplus/fix-volume-assign Chris Lu 2021-04-14 04:39:14 -0700
  • 606c6ae8e8 fix volume-service helm template indentation #1998 zhanghc 2021-04-14 18:57:49 +0800
  • 270645f8d7 fix #1996 #1997 qieqieplus 2021-04-14 18:29:28 +0800
  • 90677e1097 ensure to call line.Close() Chris Lu 2021-04-14 01:33:21 -0700
  • 3f3268cd1b go fmt Chris Lu 2021-04-14 00:30:16 -0700
  • ca0f07a188 move file reader, entryViewCache to file handle Chris Lu 2021-04-14 00:29:58 -0700
  • 5985a7d38d add log level possible values Chris Lu 2021-04-12 21:15:51 -0700
  • f5de42fae3
    Merge pull request #1975 from kmlebedev/iam_handlers Chris Lu 2021-04-12 12:07:45 -0700
  • 1e033d45b8 simpler logic Chris Lu 2021-04-12 12:04:53 -0700
  • 52200a903b
    Merge pull request #1981 from ueni-ltd/if-modified-since Chris Lu 2021-04-12 12:02:54 -0700
  • 519b0e1e49 filer: upload to a directory without "/" suffix Chris Lu 2021-04-12 11:56:56 -0700
  • 8e02e138ea Merge branch 'upstreamMaster' into iam_handlers #1975 Konstantin Lebedev 2021-04-12 11:22:51 +0500
  • 742ab1ec81 2.39 2.39 Chris Lu 2021-04-11 19:47:11 -0700
  • 0df5b53ad8 adjust help message Chris Lu 2021-04-11 00:26:28 -0700
  • f62c153274 go fmt Chris Lu 2021-04-10 23:48:18 -0700
  • af313dff58 add gateway for easier POST and DELETE blobs Chris Lu 2021-04-10 23:47:47 -0700
  • 5021bea698 GetUserPolicy Konstantin Lebedev 2021-04-10 23:57:45 +0500
  • 98c08a3dcd raft: fix possible nil Chris Lu 2021-04-10 02:36:53 -0700
  • 0b82edc0d2 filer: avoid stuck uploader Chris Lu 2021-04-09 13:05:15 -0700
  • 93f4146ffa properly release the view cache Chris Lu 2021-04-09 12:36:39 -0700
  • f952f979d1 filer: return 304 when If-Modified-Since == Last-Modified #1981 Merlin Gaillard 2021-04-09 15:04:17 +0200
  • 4d4acc715e s3api: handle 304 response code from filer Merlin Gaillard 2021-04-09 12:13:19 +0200
  • 6deb647a8f mount: fix possible memory leak Chris Lu 2021-04-08 19:47:31 -0700
  • ba175f81b5 add auth aws signV4 Konstantin Lebedev 2021-04-08 17:40:47 +0500
  • 1a11ba9992 entrypoint.sh - Default arguments are passed through the environment - Added -filer argument to crontab - Indent 2 spaces seaweedfs-compose.yml - Added default values for environment variables #1976 git 2021-04-08 15:07:24 +0700
  • 995ae91007 add DeleteUserPolicy Konstantin Lebedev 2021-04-08 11:16:36 +0500
  • b06c5b9d99 upgrade raft to v1.0.5 Chris Lu 2021-04-07 20:59:48 -0700
  • 0f02bd210d
    Merge pull request #1973 from philpep/patch-1 Chris Lu 2021-04-07 13:48:57 -0700
  • 42a761ee20
    Fix typo in weed filer long help #1973 Philippe Pepiot 2021-04-07 22:47:23 +0200
  • 3be061994f skip connection reset error Chris Lu 2021-04-07 00:54:06 -0700
  • c5b08bac1b remove mac specific mount options Chris Lu 2021-04-05 23:29:29 -0700
  • e1fc78ed46
    Merge pull request #1969 from kmlebedev/iamapipr Chris Lu 2021-04-06 01:58:30 -0700
  • f5f8eec8e2 fix get filerGrpcAddress #1969 Konstantin Lebedev 2021-04-06 13:53:56 +0500
  • 011e6e90ee Merge branch 'upstreamMaster' into iamapipr Konstantin Lebedev 2021-04-06 13:50:33 +0500
  • ed79baa30f add tests Konstantin Lebedev 2021-04-06 13:43:08 +0500
  • 100ed77387
    Merge pull request #1968 from hilimd/master Chris Lu 2021-04-06 00:50:31 -0700
  • 2327c0756b fix to avoid loop 2.38 Chris Lu 2021-04-05 23:24:26 -0700
  • 6b8892c5ac add HCFS over ftp #1968 limd 2021-04-06 13:42:51 +0800
  • 8693cdacae
    Merge pull request #75 from chrislusf/master hilimd 2021-04-06 13:39:26 +0800
  • a37eca78cd 2.38 Chris Lu 2021-04-05 19:41:54 -0700
  • c131764c34 ensure error is sent back in channel Chris Lu 2021-04-05 19:40:12 -0700
  • 0a9d76c9eb
    Update README.md Chris Lu 2021-04-05 00:44:50 -0700
  • 0f64f5b9c8 mount: add readOnly option Chris Lu 2021-04-04 21:40:58 -0700
  • 6eee200c13 2.37 2.37 Chris Lu 2021-04-04 18:45:48 -0700
  • fbb82a5c9c skip limiting if limit is zero Chris Lu 2021-04-04 18:38:30 -0700
  • 8251d1140e refactor Chris Lu 2021-04-04 18:37:56 -0700
  • 7cf7e05cbb
    Merge pull request #1960 from xdevs23/patch-1 Chris Lu 2021-04-04 12:24:03 -0700
  • 404cf9db47
    README: fix typo #1960 Simão Gomes Viana 2021-04-04 20:38:38 +0200
  • 5dca98fe71 fix typo Chris Lu 2021-04-03 11:37:13 -0700
  • 5e64f65632 ensure tables are created Chris Lu 2021-04-02 12:02:26 -0700
  • 319743d330 go fmt Chris Lu 2021-04-02 02:22:59 -0700
  • 8e404a1433 go fmt Chris Lu 2021-04-02 02:22:26 -0700
  • bdf2ddddfd revert to same implementation as before Chris Lu 2021-04-02 02:21:38 -0700
  • 67e019d54b add missing changes Chris Lu 2021-04-02 01:11:44 -0700