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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-15
logs on non-zero data
origin/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
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
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
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
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
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
2022-01-11
filer.copy: don't crash when volume creation fails
Kyle Sanderson
1
-1
/
+2
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
[next]