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
path:
root
/
weed
/
server
/
filer_grpc_server.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-25
Add error list each entry func (#7485)
tam-i13
1
-4
/
+4
2025-10-30
Filer: fallback to check master (#7411)
Chris Lu
1
-22
/
+22
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
1
-1
/
+1
2025-06-24
Changes logging function (#6919)
Aleksey Kosov
1
-17
/
+17
2025-05-28
Add context with request (#6824)
Aleksey Kosov
1
-13
/
+13
2024-08-01
conditional delete
chrislu
1
-1
/
+1
2024-07-11
small refactoring
chrislu
1
-6
/
+1
2024-04-10
fix append disorder (#5492)
skycope
1
-1
/
+1
2024-02-01
use a short-lived lock
chrislu
1
-2
/
+2
2023-10-12
fix: disallow file name too long when writing a file (#4881)
Konstantin Lebedev
1
-2
/
+2
2023-09-16
balancer works
chrislu
1
-3
/
+3
2023-07-17
Fix large file chunks deleted by mistake (#4678)
wusong
1
-3
/
+4
2023-06-25
lock on append metadata operation
chrislu
1
-1
/
+6
2023-02-25
add -disk to filer command (#4247)
lfhy
1
-0
/
+4
2022-11-15
refactor filer_pb.Entry and filer.Entry to use GetChunks()
chrislu
1
-6
/
+6
2022-08-04
filer prefer volume server in same data center (#3405)
Konstantin Lebedev
1
-3
/
+4
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-7
/
+7
2022-06-06
filer: remove replication, collection, disk_type info from entry metadata
chrislu
1
-6
/
+4
2022-06-06
filer: detect ttl based on fs configure setting
chrislu
1
-0
/
+7
2022-04-01
refactor: separate into two files
chrislu
1
-126
/
+0
2022-03-26
refactor: change masters from a slice to a map
chrislu
1
-1
/
+1
2022-03-16
rename to skipCheckParentDir
chrislu
1
-2
/
+2
2022-03-17
go fmt
zzq09494
1
-2
/
+2
2022-03-17
filer: support uploading file without needEnsureParentDir
zzq09494
1
-2
/
+2
2022-03-17
Revert "filer: support uploading file without needEnsureParentDir"
zzq09494
1
-2
/
+2
2022-03-17
filer: support uploading file without needEnsureParentDir
zzq09494
1
-2
/
+2
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-3
/
+3
2021-12-22
filer server: allow upload file to specific dataNode
banjiaojuhao
1
-2
/
+3
2021-11-05
Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocati...
Chris Lu
1
-2
/
+2
2021-11-03
master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()
Chris Lu
1
-2
/
+2
2021-09-12
change server address from string to a type
Chris Lu
1
-5
/
+10
2021-09-07
handle ipv6 addresses
Chris Lu
1
-1
/
+1
2021-08-29
add cluster id in filer configuration response
Chris Lu
1
-0
/
+3
2021-07-19
add remote to filer.Entry and filer_pb entry, add RemoteConf
Chris Lu
1
-58
/
+8
2021-07-12
add version to filer configuration response
Chris Lu
1
-0
/
+1
2021-06-04
filer: add path-specific option to enforce readonly
Chris Lu
1
-4
/
+12
2021-04-24
filer: directory listing adds namePatternExclude
Chris Lu
1
-1
/
+1
2021-02-17
refactoring to get master function, instead of passing master values directly
Chris Lu
1
-1
/
+1
2021-02-09
Merge branch 'master' into support_ssd_volume
Chris Lu
1
-23
/
+21
2021-01-15
add stream list directory entries
Chris Lu
1
-22
/
+20
2021-01-14
change limit to int64 in case of overflow
Chris Lu
1
-2
/
+2
2021-01-01
separate prefix from namePattern
Chris Lu
1
-1
/
+1
2020-12-28
filer: avoid deletion error when item is not found
Chris Lu
1
-1
/
+1
2020-12-16
go fmt
Chris Lu
1
-1
/
+1
2020-12-13
rename from volumeType to diskType
Chris Lu
1
-4
/
+4
2020-12-13
adding volume type
Chris Lu
1
-2
/
+4
2020-12-10
save /etc/iam/identity.json inside filer store
Chris Lu
1
-0
/
+2
2020-11-30
filer: cache small file to filer store
Chris Lu
1
-0
/
+2
2020-11-15
refactoring
Chris Lu
1
-55
/
+16
2020-11-15
refactoring
Chris Lu
1
-3
/
+18
[next]