aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_write.go
AgeCommit message (Expand)AuthorFilesLines
2024-09-16[filer] fix return 204 for DELETE on entry not found (#6023)Konstantin Lebedev1-5/+1
2024-09-16improve worm support (#5983)Guang Jiong Lou1-2/+6
2024-08-01conditional deletechrislu1-1/+1
2024-07-16Added tls for http clients (#5766)vadimartynov1-1/+2
2024-02-14filer: reduce delete entry ErrNotFound logs (#5301)Sébastien1-5/+3
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-1/+1
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev1-0/+16
2023-09-18Revert "Revert "Merge branch 'master' into sub""chrislu1-1/+1
2023-09-18Revert "Merge branch 'master' into sub"chrislu1-1/+1
2023-09-16Revert "turn on streaming assign file id"chrislu1-1/+1
2023-08-23turn on streaming assign file idchrislu1-1/+1
2023-04-29[Filer] post add param:saveInside (#4434)zemul1-1/+11
2023-02-25add -disk to filer command (#4247)lfhy1-1/+7
2022-09-16mute log filer: no entry is found in filer store (#3707)Konstantin Lebedev1-0/+2
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-1/+11
2022-08-04refactor FilerRequest metrics (#3402)Konstantin Lebedev1-2/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-8/+8
2022-06-06filer: remove replication, collection, disk_type info from entry metadatachrislu1-4/+3
2022-05-30use final destination to resolve fs configurationchrislu1-1/+7
2022-05-19hotfix_fsync fix fsynctianzhang1-1/+5
2022-02-23use "mv.from" for moving fileschrislu1-2/+2
2022-02-20filer_web: support moving entrybanjiaojuhao1-1/+69
2021-12-26Filer Server API support fsyncchrislu1-2/+8
2021-12-23filer server: add "datacenter, rack and datanode" for path specific configura...banjiaojuhao1-3/+3
2021-12-22filer server: allow upload file to specific dataNodebanjiaojuhao1-3/+5
2021-08-14Filer locationPrefix configure does not exec replication #2257Chris Lu1-14/+9
2021-06-18remove unused fieldsChris Lu1-2/+0
2021-06-04filer: add path-specific option to enforce readonlyChris Lu1-4/+20
2021-03-30refactorChris Lu1-2/+2
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-1/+1
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-1/+1
2021-02-03filer: should return 204 on DELETE to nonexistent fileChris Lu1-1/+1
2020-12-16passing disk type alongChris Lu1-1/+1
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-5/+5
2020-12-13adding volume typeChris Lu1-3/+5
2020-12-10check cross device rename errorChris Lu1-8/+1
2020-11-30close http request bodyChris Lu1-0/+1
2020-11-17fs.configure: configurable volume growthChris Lu1-6/+7
2020-11-15go fmtChris Lu1-3/+3
2020-11-15refactoringChris Lu1-61/+41
2020-11-15refactoringChris Lu1-11/+22
2020-10-20filer: support default rackChris Lu1-3/+8
2020-10-19mount: pass along replication and collection parametersChris Lu1-1/+5
2020-08-28add signatures to messages to avoid double processingChris Lu1-1/+1
2020-08-08filer refactoring: same auto chunking logic for POST and PUT, no size limitChris Lu1-201/+1
2020-08-06filer: store md5 metadata for files uploaded by filerChris Lu1-15/+6
2020-07-19go code can read and write chunk manifestChris Lu1-3/+2
2020-06-30filer: support active<=>active filer replicationChris Lu1-2/+2
2020-06-22S3: DeleteObject API also support deleting a folder recursivelyChris Lu1-2/+7