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
/
filesys
/
filehandle.go
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-27
remove dead code
chrislu
1
-346
/
+0
2022-02-26
use file size as max range
chrislu
1
-3
/
+2
2022-01-22
adjust log
chrislu
1
-1
/
+1
2022-01-17
ensure entry view cache is invalidated
chrislu
1
-1
/
+1
2022-01-17
wait for reading threads to complete before dropping sealed chunks
chrislu
1
-0
/
+9
2022-01-17
more logs
chrislu
1
-1
/
+1
2022-01-17
testing with always resetting entry view cache
chrislu
1
-1
/
+1
2022-01-17
more logs
chrislu
1
-0
/
+3
2022-01-17
invalidate filehandle entry view cache
chrislu
1
-5
/
+6
2022-01-17
remove unused variables
chrislu
1
-5
/
+3
2022-01-15
better locking on file handle
chrislu
1
-12
/
+0
2021-12-28
monitor write pattern: avoid timing due to locking
chrislu
1
-2
/
+3
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-1
/
+1
2021-12-24
use proper chunk size limit option
chrislu
1
-1
/
+1
2021-12-24
use 2MB chunk size. cache size is the wrong option
chrislu
1
-1
/
+1
2021-12-24
add stream writer
chrislu
1
-4
/
+12
2021-12-23
chunked file works now
chrislu
1
-0
/
+1
2021-12-21
mount: different write strategy for streaming write and random write
chrislu
1
-1
/
+1
2021-12-20
remove writeOnly flag
chrislu
1
-3
/
+3
2021-12-20
refactor, change file locations
chrislu
1
-1
/
+2
2021-12-19
avoid FUSE cache only for the first 512 bytes
chrislu
1
-1
/
+1
2021-12-19
mount: improve read performance on random reads
chrislu
1
-1
/
+2
2021-08-11
Synchronize number of open files
byunghwa.yun
1
-0
/
+2
2021-08-09
mount: cache on reading remote storage
Chris Lu
1
-0
/
+10
2021-07-19
optimization: improve random range query for large files
origin/remote_overlay
Chris Lu
1
-1
/
+1
2021-06-15
FUSE: skip flushing if file is deleted
Chris Lu
1
-1
/
+7
2021-05-10
adjust logs
Chris Lu
1
-2
/
+2
2021-05-10
working properly
Chris Lu
1
-2
/
+2
2021-05-10
switch back to in memory uploading for now
Chris Lu
1
-2
/
+2
2021-05-09
mount: write to tmp file before uploading
Chris Lu
1
-1
/
+2
2021-05-09
refactor
Chris Lu
1
-1
/
+1
2021-05-09
refactor
Chris Lu
1
-2
/
+2
2021-05-09
refactor
Chris Lu
1
-2
/
+1
2021-05-09
refactor
Chris Lu
1
-3
/
+2
2021-05-09
refactor
Chris Lu
1
-6
/
+2
2021-05-06
mount: skip local chunk cache if opened write only
Chris Lu
1
-2
/
+3
2021-04-20
ensure file handles are released
Chris Lu
1
-7
/
+7
2021-04-18
correctly runs git clone
Chris Lu
1
-5
/
+5
2021-04-18
cleaner way to set readonly
Chris Lu
1
-4
/
+0
2021-04-14
lighten up File object
Chris Lu
1
-0
/
+1
2021-04-14
move file reader, entryViewCache to file handle
Chris Lu
1
-12
/
+13
2021-04-09
properly release the view cache
Chris Lu
1
-1
/
+2
2021-04-08
mount: fix possible memory leak
Chris Lu
1
-1
/
+2
2021-04-04
mount: add readOnly option
Chris Lu
1
-0
/
+4
2021-03-22
avoid creating multiple reader
Chris Lu
1
-3
/
+3
2021-03-22
mount: release resources when Forget() is called
Chris Lu
1
-8
/
+3
2021-03-16
reverting 7d57664c2d80f2b7d3eb4cecc57a3275bafee44d
Chris Lu
1
-17
/
+20
2021-03-12
mount: internals switch to filer.Entry instead of protobuf
Chris Lu
1
-20
/
+17
2021-03-11
reduce repeated calls to dir.FullPath()
Chris Lu
1
-4
/
+5
2021-03-09
properly lock file.entry object
Chris Lu
1
-25
/
+41
[next]