| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-15 | logs on non-zero dataorigin/avoid_releasing_temp_file_on_write | chrislu | 1 | -2/+6 | |
| 2022-01-15 | add file size | chrislu | 1 | -1/+1 | |
| 2022-01-15 | adjust logs | chrislu | 3 | -4/+6 | |
| 2022-01-15 | adjust logging | chrislu | 3 | -9/+10 | |
| 2022-01-15 | fix | chrislu | 1 | -1/+1 | |
| 2022-01-15 | fix checking | chrislu | 1 | -6/+9 | |
| 2022-01-15 | fix compilation | chrislu | 4 | -4/+4 | |
| 2022-01-15 | add debug zero | chrislu | 4 | -11/+21 | |
| 2022-01-15 | add debug message when only zeros are copied | chrislu | 1 | -0/+16 | |
| 2022-01-15 | delete only when not used | chrislu | 1 | -1/+1 | |
| 2022-01-15 | delay deleting from memory unless the metadata chunks is updated | chrislu | 3 | -7/+5 | |
| 2022-01-15 | Revert "temp" | chrislu | 1 | -1/+1 | |
| This reverts commit 98e11895de57c0e39ad2a93c26b0888ccd113740. | |||||
| 2022-01-15 | temp | chrislu | 1 | -1/+1 | |
| 2022-01-15 | upload only not flushed chunks | chrislu | 5 | -8/+18 | |
| 2022-01-15 | better locking on file handle | chrislu | 2 | -17/+5 | |
| 2022-01-15 | add filer to iam option | chrislu | 1 | -0/+1 | |
| 2022-01-13 | weed server: optionally start IAM service | chrislu | 1 | -4/+13 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2560 | |||||
| 2022-01-13 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs | chrislu | 2 | -2/+36 | |
| 2022-01-13 | add more help messages | chrislu | 2 | -2/+2 | |
| 2022-01-13 | Merge pull request #2590 from banjiaojuhao/padding_zero_for_web_read | Chris Lu | 2 | -2/+36 | |
| 2022-01-13 | padding zero for sparse file | banjiaojuhao | 2 | -2/+36 | |
| 2022-01-13 | POSIX: check permission when removing items | chrislu | 2 | -14/+31 | |
| 2022-01-13 | remove dead code | chrislu | 1 | -22/+0 | |
| 2022-01-13 | minor | chrislu | 1 | -1/+1 | |
| 2022-01-13 | adjust make file | chrislu | 1 | -4/+3 | |
| 2022-01-12 | POSIX: check deletion permission | chrislu | 2 | -0/+64 | |
| 2022-01-12 | POSIX: should not delete if a directory is not empty | chrislu | 1 | -3/+3 | |
| 2022-01-12 | POSIX: differentiate device and char device | chrislu | 1 | -1/+5 | |
| 2022-01-12 | POSIX: adjust source file ctime | chrislu | 1 | -0/+1 | |
| SeaweedFS uses mtime as ctime | |||||
| 2022-01-12 | POSIX: change timestamp on each attribute change | chrislu | 2 | -1/+7 | |
| 2022-01-12 | add some notes | chrislu | 1 | -1/+1 | |
| 2022-01-12 | shell: tighter memory allocation | chrislu | 1 | -22/+27 | |
| 2022-01-12 | POSIX: different inode for same named different file types | chrislu | 9 | -38/+63 | |
| 2022-01-12 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs | chrislu | 2 | -0/+14 | |
| 2022-01-12 | POSIX: adjust ctime for file truncate | chrislu | 1 | -0/+2 | |
| 2022-01-12 | Merge pull request #2584 from kmlebedev/fix_s3_admin_target | Chris Lu | 2 | -0/+14 | |
| 2022-01-12 | https://github.com/chrislusf/seaweedfs/issues/2583 | Konstantin Lebedev | 2 | -0/+14 | |
| 2022-01-12 | fix compilation | chrislu | 1 | -1/+1 | |
| 2022-01-12 | add logs for request mode | chrislu | 2 | -2/+2 | |
| 2022-01-12 | master: remove hard coded filer settings in master.toml | chrislu | 4 | -17/+28 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2529 | |||||
| 2022-01-12 | POSIX: check name is too long ENAMETOOLONG | chrislu | 4 | -0/+39 | |
| 2022-01-11 | POSIX: ensure file and directory inodes are different | chrislu | 7 | -34/+43 | |
| this is just an in memory representation. POSIX wants different inode numbers for the same named file or directory. | |||||
| 2022-01-11 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs | chrislu | 1 | -1/+2 | |
| 2022-01-11 | add a debug capability to list all metadata keys | chrislu | 4 | -0/+35 | |
| 2022-01-11 | Merge pull request #2579 from KyleSanderson/patch-1 | Chris Lu | 1 | -1/+2 | |
| filer.copy: don't crash when volume creation fails | |||||
| 2022-01-11 | filer.copy: don't crash when volume creation fails | Kyle Sanderson | 1 | -1/+2 | |
| panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x1d58247] goroutine 7482 [running]: github.com/chrislusf/seaweedfs/weed/command.(*FileCopyWorker).uploadFileInChunks.func1(0x2) /go/src/github.com/chrislusf/seaweedfs/weed/command/filer_copy.go:488 +0x2a7 created by github.com/chrislusf/seaweedfs/weed/command.(*FileCopyWorker).uploadFileInChunks /go/src/github.com/chrislusf/seaweedfs/weed/command/filer_copy.go:455 +0x225 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x1d58247] goroutine 7480 [running]: github.com/chrislusf/seaweedfs/weed/command.(*FileCopyWorker).uploadFileInChunks.func1(0x0) /go/src/github.com/chrislusf/seaweedfs/weed/command/filer_copy.go:488 +0x2a7 created by github.com/chrislusf/seaweedfs/weed/command.(*FileCopyWorker).uploadFileInChunks /go/src/github.com/chrislusf/seaweedfs/weed/command/filer_copy.go:455 +0x225 | |||||
| 2022-01-11 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs | chrislu | 1 | -48/+51 | |
| 2022-01-11 | sync with fuse 1.2.2 | chrislu | 2 | -2/+6 | |
| 2022-01-11 | Update mount_std.go | chrislu | 1 | -0/+1 | |
| 2022-01-11 | add logs | chrislu | 1 | -0/+2 | |
