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
/
file.go
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-27
remove dead code
chrislu
1
-406
/
+0
2022-02-12
blocks count
chrislu
1
-2
/
+2
2022-01-17
ensure entry view cache is invalidated
chrislu
1
-0
/
+8
2022-01-12
POSIX: change timestamp on each attribute change
chrislu
1
-0
/
+4
2022-01-12
POSIX: different inode for same named different file types
chrislu
1
-1
/
+2
2022-01-12
POSIX: adjust ctime for file truncate
chrislu
1
-0
/
+2
2022-01-12
add logs for request mode
chrislu
1
-1
/
+1
2022-01-11
POSIX: ensure file and directory inodes are different
chrislu
1
-1
/
+1
2022-01-10
mount: file fsync
chrislu
1
-2
/
+3
2021-12-28
if this is enabled, there are some "bus error" with git clone
chrislu
1
-1
/
+1
2021-12-28
fuse: change to direct io mode
chrislu
1
-0
/
+1
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-2
/
+2
2021-12-20
remove writeOnly flag
chrislu
1
-1
/
+1
2021-10-30
rename API to avoid confusion
Chris Lu
1
-3
/
+3
2021-08-09
mount: cache on reading remote storage
Chris Lu
1
-0
/
+27
2021-07-01
go fmt
Chris Lu
1
-1
/
+1
2021-07-01
small optimization
Chris Lu
1
-4
/
+4
2021-06-02
remove file handle locking for setattr
Chris Lu
1
-10
/
+0
2021-06-02
mount: skip persisting metadata if file is open
Chris Lu
1
-4
/
+16
2021-05-13
reduce logs
Chris Lu
1
-2
/
+2
2021-05-09
mount: in case the set attribute is called before persisting the file
Chris Lu
1
-3
/
+3
2021-05-06
remove verbose logs
Chris Lu
1
-1
/
+1
2021-05-06
mount: skip local chunk cache if opened write only
Chris Lu
1
-1
/
+1
2021-04-20
ensure file handles are released
Chris Lu
1
-1
/
+1
2021-04-19
delay new file creation unless file is opened exclusively
Chris Lu
1
-0
/
+1
2021-04-18
correctly runs git clone
Chris Lu
1
-11
/
+15
2021-04-18
WIP
Chris Lu
1
-1
/
+5
2021-04-18
cleaner way to set readonly
Chris Lu
1
-12
/
+0
2021-04-15
ensure consistent inode value
Chris Lu
1
-1
/
+1
2021-04-14
lighten up File object
Chris Lu
1
-1
/
+1
2021-04-14
go fmt
Chris Lu
1
-6
/
+6
2021-04-14
move file reader, entryViewCache to file handle
Chris Lu
1
-44
/
+1
2021-04-04
mount: add readOnly option
Chris Lu
1
-0
/
+12
2021-03-22
mount: release resources when Forget() is called
Chris Lu
1
-7
/
+16
2021-03-21
ensure entry attribute is not nill
Chris Lu
1
-0
/
+3
2021-03-16
reverting 7d57664c2d80f2b7d3eb4cecc57a3275bafee44d
Chris Lu
1
-24
/
+22
2021-03-16
report error if entry not found
Chris Lu
1
-0
/
+4
2021-03-12
mount: internals switch to filer.Entry instead of protobuf
Chris Lu
1
-22
/
+24
2021-03-09
properly lock file.entry object
Chris Lu
1
-5
/
+22
2021-03-02
reduce possibility of nil entry
Chris Lu
1
-12
/
+12
2021-01-26
mount: properly invalidate kernel node cache entry
Chris Lu
1
-5
/
+2
2021-01-24
mount: outsideContainerClusterMode proxy through filer
Chris Lu
1
-3
/
+2
2021-01-24
Revert "mount: when outside cluster network, use filer as proxy to access vol...
Chris Lu
1
-2
/
+2
2021-01-24
mount: when outside cluster network, use filer as proxy to access volume servers
Chris Lu
1
-2
/
+2
2021-01-22
mount: use direct_io to avoid OS page cache
Chris Lu
1
-0
/
+3
2020-11-15
go fmt
Chris Lu
1
-1
/
+1
2020-11-03
ensure entryViewCache is in sync with the chunks
Chris Lu
1
-1
/
+1
2020-11-03
in case some chunks modified earliar are added later
Chris Lu
1
-5
/
+27
2020-10-30
make a copy of the filer.entry for most read operations
Chris Lu
1
-37
/
+44
2020-10-30
clear file.entry
Chris Lu
1
-0
/
+6
[next]