| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-24 | fix unclaimed spaces calculation when volumePreallocate is enabled (#6063) | LHHDZ | 5 | -645/+678 | |
| the calculation of `unclaimedSpaces` only needs to subtract `unusedSpace` when `preallocate` is not enabled. Signed-off-by: LHHDZ <shichanglin5@qq.com> | |||||
| 2024-09-24 | fix(volume): don't persist RO state in specific cases (#6058) | Max Denushev | 10 | -849/+868 | |
| * fix(volume): don't persist RO state in specific cases * fix(volume): writable always persist | |||||
| 2024-09-23 | Feat:merge small chunk (#6049) | zemul | 4 | -11/+74 | |
| * fix:mount deadlock * feat: merge small chunk * adjust MergeChunkMinCount * fix --------- Co-authored-by: zemul <zhouzemiao@ihuman.com> | |||||
| 2024-09-19 | fix max volume count auto setting | chrislu | 1 | -1/+2 | |
| related to https://github.com/seaweedfs/seaweedfs/issues/6041#issuecomment-2360448182 | |||||
| 2024-09-19 | Vol check disk bug (#6044) | dsd | 1 | -19/+34 | |
| * fix volume.check.disk * ensure multiple replica sync * add comment --------- Co-authored-by: 邓书东 <shudong_deng@hhnb2024010108.intsig.com> | |||||
| 2024-09-19 | [volume] remove truncate idx file if size not healthy (#6043) | Konstantin Lebedev | 2 | -7/+3 | |
| 2024-09-17 | refactor | chrislu | 1 | -2/+1 | |
| 2024-09-17 | fix nil filer conf | chrislu | 1 | -0/+3 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/6034 | |||||
| 2024-09-16 | [filer] fix return 204 for DELETE on entry not found (#6023) | Konstantin Lebedev | 1 | -5/+1 | |
| fix return 204 for DELETE on entry not found | |||||
| 2024-09-16 | improve worm support (#5983) | Guang Jiong Lou | 19 | -255/+442 | |
| * improve worm support Signed-off-by: lou <alex1988@outlook.com> * worm mode in filer Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * move to fs configure Signed-off-by: lou <alex1988@outlook.com> * remove flag Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * support worm hardlink Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * typo Signed-off-by: lou <alex1988@outlook.com> * sync filer conf Signed-off-by: lou <alex1988@outlook.com> --------- Signed-off-by: lou <alex1988@outlook.com> | |||||
| 2024-09-16 | fix invalid file read (#6024) | Guang Jiong Lou | 2 | -1/+8 | |
| 2024-09-15 | Feature: compress before encryption (#6013) | Eugeniy E. Mikhailov | 1 | -2/+5 | |
| 2024-09-14 | fix file read crash (#6021) | Bruce | 3 | -6/+11 | |
| 2024-09-13 | [master] master missing start LoopPushingMetric routine fixed. (#6018) | zouyixiong | 1 | -1/+1 | |
| 2024-09-13 | changing FindEntry error handling in cassandra store (#6015) | Aleksey Kosov | 1 | -5/+3 | |
| 2024-09-12 | refactor | chrislu | 7 | -29/+30 | |
| 2024-09-12 | 3.733.73 | chrislu | 1 | -1/+1 | |
| 2024-09-11 | Feature limit caching to prescribed number of bytes per file (#6009) | Eugeniy E. Mikhailov | 4 | -2/+61 | |
| * feature: we can check if a fileId is already in the cache We using this to protect cache from adding the same needle to the cache over and over. * fuse mount: Do not start dowloader if needle is already in the cache * added maxFilePartSizeInCache property to ChunkCache If file very large only first maxFilePartSizeInCache bytes are going to be put to the cache (subject to the needle size constrains). * feature: for large files put in cache no more than prescribed number of bytes Before this patch only the first needle of a large file was intended for caching. This patch uses maximum prescribed amount of bytes to be put in cache. This allows to bypass default 2MB maximum for a file part stored in the cache. * added dummy mock methods to satisfy interfaces of ChunkCache | |||||
| 2024-09-11 | prevent dead loop for followers of master node (#6007) | dsd | 1 | -2/+8 | |
| * prevent dead loop for followers of master node * fix comments --------- Co-authored-by: levi <344887649@foxmail.com> | |||||
| 2024-09-11 | change math/rand => math/rand/v2 in volume_layout.go where is a perfo… (#6006) | dsd | 1 | -3/+4 | |
| 2024-09-10 | bug fix in the data received from cache processing (#6002) | Eugeniy E. Mikhailov | 1 | -5/+5 | |
| The patch addresses #3745. The cache should return the exact amount of data requested by the buffer. By construction of the cache it is always all requested data range or we have error happening. The old use of minsize miscalculate the requested data size, if non zero offset is requested. | |||||
| 2024-09-10 | increasing default cache size | chrislu | 1 | -1/+1 | |
| 2024-09-10 | weed mount caching | chrislu | 1 | -2/+2 | |
| 2024-09-10 | remove unused | chrislu | 1 | -2/+0 | |
| 2024-09-10 | adjust logging | chrislu | 1 | -1/+1 | |
| 2024-09-09 | [master] process grow request with must grow (#5999) | Konstantin Lebedev | 2 | -27/+43 | |
| process grow request with must grow | |||||
| 2024-09-09 | [shell] fix volume grow in shell (#5992) | Konstantin Lebedev | 6 | -748/+1111 | |
| * fix volume grow in shell * revert add Async * check available volume space * create a VolumeGrowRequest and remove unnecessary fields | |||||
| 2024-09-09 | more consistent server header for s3 apis | chrislu | 2 | -4/+5 | |
| 2024-09-09 | bug fixed to filer store elastic deleteEntry (#5988) | zouyixiong | 1 | -2/+10 | |
| 2024-09-07 | better logging for volume growth | chrislu | 5 | -3/+11 | |
| 2024-09-07 | refactor | chrislu | 2 | -2/+8 | |
| 2024-09-05 | Remove "Content-Length" header if http.Error is issued (#5981) | Eugeniy E. Mikhailov | 1 | -0/+4 | |
| 2024-09-05 | Do CRC check if the buffer contains the full needle data before it is sent ↵ | Eugeniy E. Mikhailov | 1 | -1/+8 | |
| (#5980) | |||||
| 2024-09-05 | persist readonly state to volume info (#5977) | Bruce | 5 | -496/+522 | |
| 2024-09-04 | Skip volume data integrity check for volume which has remote file (#5976) | Bruce | 1 | -3/+11 | |
| 2024-09-04 | [s3] reducing the number of metrics for 403 (#5961) | Konstantin Lebedev | 1 | -4/+1 | |
| reducing the number of metrics | |||||
| 2024-09-04 | [master] refactor func ShouldGrowVolumes (#5884) | Konstantin Lebedev | 6 | -62/+121 | |
| 2024-09-04 | support write once read many | chrislu | 5 | -2/+15 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5954 | |||||
| 2024-09-04 | Revert "weed mount, weed dav add option to force cache" | chrislu | 9 | -22/+9 | |
| This reverts commit 7367b976b05bfa69158a60f205dec970c48f50f0. | |||||
| 2024-09-04 | weed mount, weed dav add option to force cache | chrislu | 9 | -9/+22 | |
| 2024-09-04 | default cacheDirWrite to cacheDir | chrislu | 2 | -2/+7 | |
| 2024-09-03 | fix for spreading ec shards | chrislu | 1 | -4/+11 | |
| 2024-09-03 | copy ec shards to disks already having ec volumes | chrislu | 3 | -5/+12 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5615 | |||||
| 2024-09-02 | fix volume.move io.EOF (#5960) | wyang | 1 | -3/+10 | |
| 2024-09-01 | Show volume server which failed to verify a chunk (#5958) | Eugeniy E. Mikhailov | 1 | -4/+4 | |
| 2024-09-01 | update metric for ErrorCRC if it happens during volume readNeedleDataInto ↵ | Eugeniy E. Mikhailov | 1 | -0/+2 | |
| (#5957) | |||||
| 2024-08-30 | unnecessary skipping | chrislu | 1 | -6/+1 | |
| 2024-08-30 | parameter name | chrislu | 1 | -2/+2 | |
| 2024-08-30 | fix typo | chrislu | 2 | -2/+2 | |
| 2024-08-30 | adjust warning log | chrislu | 1 | -1/+1 | |
