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
/
mount
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-23
[mount]Fix copy file range (#4407)
zemul
1
-6
/
+2
2023-04-15
update fuse client log which should output the fh of FileHandle. (#4404)
Chengyu Liu
2
-3
/
+2
2023-04-13
Mount concurrent read (#4400)
zemul
5
-12
/
+15
2023-03-21
refactoring
chrislu
1
-1
/
+13
2023-03-15
Skip parent directory creation in mount (#4310)
Patrick Schmidt
3
-14
/
+23
2023-02-15
[mount] Fix read file-data in entry.content (#4207)
wusong
1
-1
/
+1
2023-01-31
memchunk save content twice (#4174)
wusong
1
-7
/
+3
2023-01-31
[mount]: delete redundant code (#4173)
wusong
1
-3
/
+3
2023-01-29
[mount] fix metacache update (#4161)
wusong
1
-2
/
+6
2023-01-20
grpc connection to filer add sw-client-id header
chrislu
1
-1
/
+1
2023-01-16
use one readerCache for the whole file
chrislu
1
-1
/
+4
2023-01-15
use memory chunks only for sequential writes
chrislu
1
-1
/
+2
2023-01-13
allow random writes for mem chunk
chrislu
1
-2
/
+1
2023-01-12
merge chunks during upload (#4130)
Chris Lu
2
-3
/
+26
2023-01-10
no need to set chunks during flush
chrislu
1
-2
/
+0
2023-01-10
avoid repeatedly adding manifest chunks
chrislu
1
-1
/
+2
2023-01-10
avoid possible nil entry
chrislu
1
-5
/
+5
2023-01-03
add back previous chunk upload selection algo
chrislu
4
-5
/
+35
2023-01-02
more solid weed mount (#4089)
Chris Lu
21
-314
/
+413
2022-12-21
lock and unlock chunks for read
chrislu
1
-0
/
+4
2022-12-21
remove duplicated logic of removing from writableChunks
chrislu
1
-3
/
+1
2022-12-20
unlock before submitting the uploading jobs
chrislu
1
-1
/
+5
2022-12-19
mount: adjust locking for upload pipeline
chrislu
2
-39
/
+31
2022-12-08
Fix hardlink counting (#4042)
wusong
1
-1
/
+3
2022-12-05
simple refactoring
chrislu
1
-7
/
+3
2022-12-05
duplicated logic
chrislu
1
-1
/
+0
2022-12-05
Revert "refactor: moved to locked entry" (#4035)
Chris Lu
7
-7
/
+34
2022-12-04
refactor: moved to locked entry
chrislu
13
-62
/
+74
2022-11-15
refactor filer_pb.Entry and filer.Entry to use GetChunks()
chrislu
6
-11
/
+11
2022-10-28
refactor filer proto chunk variable from mtime to modified_ts_ns
chrislu
2
-3
/
+3
2022-10-14
Revert "mount: remove mount directory from generating cache directory id"
chrislu
1
-1
/
+1
2022-10-10
mount: remove mount directory from generating cache directory id
chrislu
1
-1
/
+1
2022-09-20
s3 to watch specific directories
chrislu
1
-1
/
+1
2022-09-15
docs(meta_cache): readability fixes (#3691)
Ryan Russell
2
-2
/
+2
2022-09-14
go fmt
chrislu
1
-10
/
+11
2022-09-14
refactor(exclusive_locker): `Interval` readability batch of updates (#3668)
Ryan Russell
1
-2
/
+2
2022-09-11
mount: ensure ordered file handle lock and unlock
chrislu
6
-19
/
+26
2022-09-09
mount: fix new inode allocation (#3633)
VictorSFF
1
-1
/
+1
2022-08-31
Add an End-to-End workflow for FUSE mount (#3562)
Patrick Schmidt
2
-6
/
+6
2022-08-29
Fix corrupted mount reads after changes on fh (#3536)
Patrick Schmidt
1
-1
/
+2
2022-08-26
atomic operation
chrislu
1
-7
/
+10
2022-08-26
Fix a few data races when reading files in mount (#3527)
Patrick Schmidt
4
-11
/
+31
2022-08-23
remove old raft servers if they don't answer to pings for too long (#3398)
askeipx
1
-1
/
+1
2022-08-23
Implement lseek syscall in FUSE (#3491)
Patrick Schmidt
2
-7
/
+110
2022-08-22
Reuse readDataByFileHandle in Read call (#3482)
Patrick Schmidt
2
-33
/
+23
2022-08-21
mount: add locking to prevent nil pointer
chrislu
2
-0
/
+38
2022-08-21
minor
chrislu
1
-1
/
+3
2022-08-21
remove same file copying rage limitation
chrislu
1
-25
/
+22
2022-08-21
Implement copy_file_range syscall in FUSE (#3475)
Patrick Schmidt
4
-21
/
+128
2022-08-21
align memory for atomic read/write
chrislu
1
-2
/
+2
[next]