aboutsummaryrefslogtreecommitdiff
path: root/weed/filer
AgeCommit message (Expand)AuthorFilesLines
8 daysReduce memory allocations in hot paths (#7725)Chris Lu6-11/+252
10 daysfiler: add write batching for FoundationDB store to improve throughput (#7708)Chris Lu1-2/+172
11 daysmount: improve EnsureVisited performance with dedup, parallelism, and batchin...Chris Lu1-0/+33
11 daysfix: skip log files with deleted volumes in filer backup (#7692)Chris Lu3-15/+78
2025-12-04mount: improve read throughput with parallel chunk fetching (#7627)Chris Lu3-49/+680
2025-12-04fmtchrislu2-0/+2
2025-12-03filer: async empty folder cleanup via metadata events (#7614)Chris Lu8-0/+1680
2025-12-01filer: add username and keyPrefix support for Redis stores (#7591)Chris Lu8-35/+65
2025-11-29mount: improve read throughput with parallel chunk fetching (#7569)Chris Lu4-20/+175
2025-11-26fix(tikv): improve context propagation and refactor batch delete logic (#7558)Chris Lu2-12/+16
2025-11-26fix(tikv): replace DeleteRange with transaction-based batch deletes (#7557)Chris Lu2-51/+75
2025-11-26Support multiple filers for S3 and IAM servers with automatic failover (#7550)Chris Lu1-8/+20
2025-11-25Add error list each entry func (#7485)tam-i1327-102/+306
2025-11-20S3: adds FilerClient to use cached volume id (#7518)Chris Lu2-10/+41
2025-11-19filer store: add foundationdb (#7178)Chris Lu6-0/+2174
2025-11-18S3: Directly read write volume servers (#7481)Chris Lu2-2/+7
2025-11-05do delete expired entries on s3 list request (#7426)Konstantin Lebedev2-4/+153
2025-10-29Filer: Add retry mechanism for failed file deletions (#7402)Dmitriy Pavlov3-45/+840
2025-10-25Filer: batch deletion operations to return individual error results (#7382)Chris Lu1-6/+32
2025-10-24Clients to volume server requires JWT tokens for all read operations (#7376)Chris Lu2-4/+31
2025-10-24avoid repeated reading disk (#7369)Chris Lu1-1/+2
2025-10-24Revert "fix reading"chrislu1-2/+1
2025-10-24fix readingchrislu1-1/+2
2025-10-13Add Kafka Gateway (#7231)Chris Lu4-14/+62
2025-10-08Migrate from deprecated azure-storage-blob-go to modern Azure SDK (#7310)Chris Lu1-6/+6
2025-08-30S3 API: Advanced IAM System (#7160)Chris Lu1-2/+2
2025-08-21S3 API: Add SSE-KMS (#7144)Chris Lu1-0/+6
2025-08-15ensure correct next pointerchrislu1-0/+1
2025-08-15skip file with invalid formatchrislu1-0/+4
2025-08-15correct errorchrislu1-1/+1
2025-08-15fix stop timechrislu1-1/+1
2025-08-11fix ttl objectschrislu1-1/+16
2025-08-08fix tikv listing due to expired entries (#7115)Chris Lu1-5/+21
2025-08-06Context cancellation during reading range reading large files (#7093)Chris Lu6-32/+164
2025-08-04context cancellation during reading range reading large files (#7092)Chris Lu2-6/+36
2025-08-03Filer: fix filer range read (#7078)Chris Lu1-1/+4
2025-08-03Filer Store: postgres backend support pgbouncer (#7077)Chris Lu3-13/+53
2025-08-03Postgres (CockroachDB) with full certificate verification (#7076)Chris Lu2-2/+34
2025-08-03separate context for filer store (#7075)Chris Lu1-0/+14
2025-08-03Admin: refactoring active topology (#7073)Chris Lu1-2/+3
2025-07-31Fixed weed mount reads with jwt.signing.read.key (#7061)Maxim Kostyukov3-3/+3
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu31-73/+73
2025-07-16avoid error overwritingchrislu2-2/+101
2025-06-24Changes logging function (#6919)Aleksey Kosov32-108/+116
2025-06-19ydb filer improvements (#6890)SmoothDenis5-151/+216
2025-06-16filer store: fix nil for mongodb (#6886)Chris Lu1-6/+14
2025-06-11fix rocksdb enumerate (#6858)Bruce Zou2-11/+86
2025-05-29Fix TTL Behavior for Directories in Path-Specific Configuration (#6827)FQHSLycopene1-0/+4
2025-05-28Add context with request (#6824)Aleksey Kosov13-71/+79
2025-05-22Fix mysql tls enable (#6807)bwlfhu1-3/+41