| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 1 | -2/+2 | |
| 2025-06-16 | refactoring | chrislu | 2 | -5/+8 | |
| 2025-06-11 | refactor | chrislu | 2 | -27/+26 | |
| 2025-06-11 | refactor | chrislu | 3 | -35/+46 | |
| 2025-06-11 | refactoring | chrislu | 2 | -14/+28 | |
| 2025-06-08 | refactororigin/refactor-volume-write | chrislu | 2 | -76/+15 | |
| 2025-06-07 | add a readme file for volume needle data layout | chrislu | 1 | -0/+160 | |
| 2025-06-06 | refactor | chrislu | 5 | -34/+21 | |
| 2025-06-06 | fix tests | chrislu | 1 | -3/+5 | |
| 2025-06-06 | refactoring | chrislu | 4 | -72/+54 | |
| 2025-06-06 | a bit refactoring | chrislu | 1 | -12/+17 | |
| 2025-06-06 | refactor needle write for different versions | chrislu | 6 | -127/+519 | |
| 2025-05-15 | correctly report volume with input/output error to master (#6790) | dongxufeng | 1 | -3/+4 | |
| * correctly capture io error and report to master * code fix * check io error by error.Is --------- Co-authored-by: dongxu_feng <dongxu_feng@intsig.net> | |||||
| 2025-04-02 | Fix volume ttl (#6683) | bwlfhu | 2 | -8/+63 | |
| 2024-11-21 | ReadAt may return io.EOF t end of file | chrislu | 2 | -1/+15 | |
| related to https://github.com/seaweedfs/seaweedfs/issues/6219 | |||||
| 2024-11-20 | adjust error message | chrislu | 1 | -0/+3 | |
| 2024-11-15 | Fix/parse upload filename (#6241) | Kevin Bulteel | 1 | -128/+104 | |
| * fix: parse filename in PUT + refactor * fix: master iu public url with http * fix: better parsing and handle disposition header * fix: take mime type from file extension if not set | |||||
| 2024-11-12 | added backward compatible CRC check and extra explanatory comments (#6233) | Eugeniy E. Mikhailov | 1 | -1/+3 | |
| 2024-08-16 | EC volume supports expiration and displays expiration message when executing ↵ | augustazz | 1 | -0/+20 | |
| volume.list (#5895) * ec volume expire * volume.list show DestroyTime * comments * code optimization --------- Co-authored-by: xuwenfeng <xuwenfeng1@zto.com> | |||||
| 2024-07-01 | refactor all methods strings to const (#5726) | Konstantin Lebedev | 1 | -1/+1 | |
| 2024-04-26 | feat: upload files directly without multipart/form-data (#5539) | Kevin Bulteel | 1 | -1/+71 | |
| 2024-04-11 | [volume] Reduce the number of buffers for uploading one chunk (#5458) | Konstantin Lebedev | 1 | -9/+3 | |
| 2024-01-15 | can vacuum volume when size mismatch (#5200) | skycope | 1 | -1/+11 | |
| Co-authored-by: Yang Wang <yangwang@weride.ai> | |||||
| 2024-01-11 | fix write volume over size MaxPossibleVolumeSize (#5190) | skycope | 1 | -1/+1 | |
| Co-authored-by: Yang Wang <yangwang@weride.ai> | |||||
| 2024-01-10 | chore: add status code for request_total metrics (#5188) | Konstantin Lebedev | 1 | -10/+10 | |
| 2023-03-02 | fix_read_tomb_needle_meta (#4263) | zemul | 1 | -1/+5 | |
| Co-authored-by: zemul <zhouzemiao@ihuman.com> | |||||
| 2022-10-24 | ADHOC: volume fsck using append at ns (#3906) | Eric Yang | 1 | -7/+4 | |
| * ADHOC: volume fsck using append at ns * nit * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-10-23 | ensure monotonic n.AppendAtNs in each place (#3880) | Konstantin Lebedev | 1 | -0/+15 | |
| https://github.com/seaweedfs/seaweedfs/issues/3852 Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 2022-10-23 | ReadNeedleMeta recovery panic occurred (#3883) | Konstantin Lebedev | 1 | -0/+6 | |
| ReadNeedleMeta panic occurred https://github.com/seaweedfs/seaweedfs/issues/3882 | |||||
| 2022-10-23 | skip reading needle if size is invalid | chrislu | 2 | -0/+4 | |
| related to https://github.com/seaweedfs/seaweedfs/issues/3882 | |||||
| 2022-09-16 | refactor(storage): readability improvements (#3703) | Ryan Russell | 3 | -3/+3 | |
| Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-09-08 | refactor: move ReadNeedleDataInto into volume_read.go | chrislu | 2 | -113/+0 | |
| 2022-09-06 | ADHOC: add read needle meta grpc (#3581) | Eric Yang | 2 | -4/+2 | |
| * ADHOC: add read needle meta grpc * add test * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local> | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 11 | -25/+25 | |
| 2022-06-14 | volume: avoid writing too much data for range requests in large files | chrislu | 1 | -3/+4 | |
| related to https://github.com/chrislusf/seaweedfs/issues/3178 | |||||
| 2022-06-05 | fix test | chrislu | 1 | -2/+1 | |
| 2022-06-05 | volume: checksum remove the hashing step in Value() | chrislu | 5 | -14/+17 | |
| 2022-06-05 | stream read large files | chrislu | 2 | -13/+19 | |
| 2022-06-04 | needle read into a writer | chrislu | 2 | -18/+28 | |
| 2022-06-04 | add needle reading in chunks | chrislu | 4 | -7/+190 | |
| 2022-06-03 | refactoring, split file | chrislu | 3 | -165/+174 | |
| 2022-02-04 | move error to a separate file | chrislu | 1 | -10/+10 | |
| This file contains metric names for all errors The naming convention is ErrorSomeThing = "error.some.thing" | |||||
| 2022-02-04 | error metrics for filer and store | Konstantin Lebedev | 1 | -0/+11 | |
| 2021-10-14 | refactor: move from io/ioutil to io and os package | Eng Zer Jun | 2 | -5/+3 | |
| The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> | |||||
| 2021-10-07 | do not try to compress if not sure about the file content | Chris Lu | 1 | -1/+1 | |
| 2021-10-07 | revert temporary changes that disabled compression | Chris Lu | 1 | -9/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2362 | |||||
| 2021-09-27 | adjust comment | Chris Lu | 1 | -2/+2 | |
| 2021-09-02 | add error message | Chris Lu | 1 | -1/+1 | |
| 2021-08-17 | The IEEE assembler optimizations has been submitted and will be part of the ↵ | Konstantin Lebedev | 1 | -1/+1 | |
| Go 1.6 standard library. https://github.com/klauspost/crc32 | |||||
| 2021-08-01 | volume: deletion can skip volume size checking | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2225 | |||||
