index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-05
more comments
origin/also-delete-parent-directory-if-empty
chrislu
1
-8
/
+13
2025-11-05
context
chrislu
1
-2
/
+4
2025-11-05
simplify
chrislu
2
-8
/
+6
2025-11-05
determine stopAtPath
chrislu
1
-1
/
+17
2025-11-05
not return entry if failed to delete
chrislu
1
-4
/
+4
2025-11-05
Avoids unnecessary directory emptiness checks and potential race conditions w...
chrislu
2
-4
/
+13
2025-11-05
fmt
chrislu
1
-4
/
+4
2025-11-05
Merge branch 'master' into also-delete-parent-directory-if-empty
chrislu
1
-4
/
+4
2025-11-05
do delete expired entries on s3 list request (#7426)
Konstantin Lebedev
18
-108
/
+489
2025-11-05
only check empty folder once when LC
chrislu
1
-6
/
+17
2025-11-05
optionally delete empty parent directories
chrislu
8
-268
/
+297
2025-11-05
Safety check
chrislu
2
-4
/
+6
2025-11-05
s3 TTL time
chrislu
1
-4
/
+16
2025-11-05
refactoring
chrislu
2
-58
/
+57
2025-11-05
more logging
chrislu
1
-1
/
+4
2025-11-05
reuse code
chrislu
1
-30
/
+4
2025-11-05
constant
chrislu
1
-1
/
+2
2025-11-05
prevent deleting bucket
chrislu
1
-0
/
+9
2025-11-05
batched operation, refactoring
chrislu
1
-37
/
+83
2025-11-05
add context, sort directories by depth (deepest first) to avoid redundant checks
chrislu
1
-14
/
+46
2025-11-05
cleaner
chrislu
1
-7
/
+23
2025-11-05
join path
chrislu
1
-1
/
+1
2025-11-05
errors join
chrislu
1
-1
/
+2
2025-11-05
still issue UpdateEntry when the flag must be added
chrislu
1
-5
/
+13
2025-11-05
stop a gRPC stream from the client-side callback is to return a specific erro...
chrislu
1
-2
/
+2
2025-11-05
use iterative approach with a queue to avoid recursive WithFilerClient calls
chrislu
1
-27
/
+35
2025-11-05
reuse code to delete empty folders
chrislu
2
-71
/
+115
2025-11-05
strut copying
chrislu
1
-13
/
+3
2025-11-05
handle listing errors
chrislu
1
-3
/
+6
2025-11-05
clearer handling on recursive empty directory deletion
chrislu
1
-8
/
+22
2025-11-05
Revert "fix sqlite not support concurrent writes/reads"
chrislu
1
-0
/
+2
2025-11-05
move deletion out of listing transaction; delete entries and empty folders
chrislu
1
-6
/
+73
2025-11-06
fix sqlite not support concurrent writes/reads
Konstantin Lebedev
1
-2
/
+0
2025-11-05
fix delete chunks
Konstantin Lebedev
1
-1
/
+1
2025-11-05
fix delete on FindEntry
Konstantin Lebedev
1
-3
/
+2
2025-11-05
fix S3Versioning
Konstantin Lebedev
1
-1
/
+1
2025-11-05
fix delete version object
Konstantin Lebedev
1
-3
/
+10
2025-11-05
resolv comment
Konstantin Lebedev
2
-9
/
+15
2025-11-05
rm log
Konstantin Lebedev
1
-2
/
+0
2025-11-05
fix updateTTL
Konstantin Lebedev
4
-3
/
+13
2025-11-05
revert expiration tests
Konstantin Lebedev
2
-4
/
+3
2025-11-05
rm dublicate SeaweedFSExpiresS3
Konstantin Lebedev
1
-2
/
+0
2025-11-05
fix pipline tests
Konstantin Lebedev
1
-2
/
+2
2025-11-05
allowDeleteObjectsByTTL by default
Konstantin Lebedev
7
-16
/
+12
2025-11-05
Merge branch 'master' into allow_delete_objects_by_TTL
Konstantin Lebedev
11
-64
/
+289
2025-11-04
muted texts
chrislu
1
-0
/
+21
2025-11-04
Update admin.css
chrislu
1
-0
/
+40
2025-11-04
muted admin UI color
chrislu
1
-14
/
+45
2025-11-04
master: fix negative active volumes (#7440)
Chris Lu
2
-0
/
+127
2025-11-04
Don't make nginx the default ingress controller (#7436)
Federico A. Corazza
1
-36
/
+36
[next]