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_server_handlers_write_upload.go
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-02
more solid weed mount (#4089)
Chris Lu
1
-1
/
+1
2022-09-13
Removing chunks on failed to write to replicas (#3591)
Konstantin Lebedev
1
-9
/
+18
2022-09-01
avoid data race read fileChunksSize (#3570)
Konstantin Lebedev
1
-1
/
+2
2022-08-30
avoid data race access to uploadReaderToChunks.uploadErr (#3550)
Konstantin Lebedev
1
-2
/
+9
2022-08-27
minor
chrislu
1
-1
/
+1
2022-08-27
adjust for data race
chrislu
1
-2
/
+2
2022-08-21
filer: do not always save files in "/etc" folder to filer store
chrislu
1
-3
/
+1
2022-08-20
use util.Retry to retry
chrislu
1
-10
/
+9
2022-08-04
filer prefer volume server in same data center (#3405)
Konstantin Lebedev
1
-1
/
+0
2022-08-04
refactor FilerRequest metrics (#3402)
Konstantin Lebedev
1
-3
/
+8
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-7
/
+7
2022-04-18
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
justin
1
-5
/
+3
2022-03-10
[bugfix] filer: 1. Delete uploaded chunks when upload failed. 2. Report error...
banjiaojuhao
1
-0
/
+2
2022-03-07
minor
chrislu
1
-2
/
+3
2022-03-07
filer: add back isAppend function
banjiaojuhao
1
-3
/
+2
2022-02-22
filer_http: support uploading file with offset
banjiaojuhao
1
-1
/
+19
2021-10-14
refactor: move from io/ioutil to io and os package
Eng Zer Jun
1
-3
/
+2
2021-09-06
refactoring
Chris Lu
1
-1
/
+10
2021-07-15
s3: multipart upload miss data if file is chunked in 4MB
Chris Lu
1
-8
/
+3
2021-07-09
/etc files are stored inside metadata store
Chris Lu
1
-1
/
+1
2021-06-07
locks for data racing
Chris Lu
1
-1
/
+4
2021-06-06
limits concurrent uploads for one file
2.51
Chris Lu
1
-3
/
+25
2021-06-06
skip md5 checking for now because of race condition
Chris Lu
1
-9
/
+2
2021-06-06
fix writing the small file
Chris Lu
1
-1
/
+1
2021-06-06
filer: parallel data upload
Chris Lu
1
-19
/
+34
2021-06-06
refactor
Chris Lu
1
-35
/
+54
2021-06-06
use bytes.Buffer to reduce memory allocation and gc
Chris Lu
1
-5
/
+19
2021-05-06
a little optimization
Chris Lu
1
-4
/
+6
2021-05-06
report error only for the first multipart upload
Chris Lu
1
-1
/
+1
2021-04-28
fix aws style Etag for chunks
Konstantin Lebedev
1
-0
/
+6
2021-04-09
filer: avoid stuck uploader
Chris Lu
1
-120
/
+50
2021-04-05
fix to avoid loop
2.38
Chris Lu
1
-3
/
+10
2021-04-05
ensure error is sent back in channel
Chris Lu
1
-4
/
+8
2021-04-04
refactor
Chris Lu
1
-2
/
+3
2021-04-02
add missing changes
Chris Lu
1
-1
/
+1
2021-04-02
refactoring
Chris Lu
1
-2
/
+6
2021-04-01
dedicated upload processor
Chris Lu
1
-51
/
+105
2021-03-30
refactor
Chris Lu
1
-0
/
+105