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
/
storage
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-02
Change to max 2GB for now
j.laycock
1
-1
/
+1
2019-09-02
Merge pull request #2 from chrislusf/master
joeslay
2
-2
/
+2
2019-09-02
Swap imports to use joeslay
j.laycock
44
-112
/
+112
2019-08-30
Fix memory not being unmapped
j.laycock
1
-2
/
+2
2019-08-30
Refactor to pass memory maps by reference instead of value, fix memory maps n...
j.laycock
5
-39
/
+39
2019-08-30
Overload createFile function, expose File in memory_map struct, delete from m...
j.laycock
4
-4
/
+35
2019-08-30
use Os.File/uintptr instead of windows.Handle in memory map struct
j.laycock
1
-16
/
+16
2019-08-30
Move memory_map_windows to new folder, intercept most of the read and write c...
j.laycock
4
-110
/
+170
2019-08-26
volume: truncate dat files when creating
Chris Lu
2
-2
/
+2
2019-08-23
Merge pull request #1 from chrislusf/master
joeslay
1
-1
/
+1
2019-08-23
Add windows memory map functions to storage package
j.laycock
1
-0
/
+216
2019-08-21
volume: read dat files' last modified time no matter dat files are catWrite o...
xushuxun
1
-1
/
+1
2019-08-15
avoid dead lock from dataFileAccessLock
Chris Lu
1
-1
/
+1
2019-08-14
volume: protect against nil needle map
Chris Lu
6
-17
/
+92
2019-08-12
volume: fail the volume deletion if compaction is in progress
Chris Lu
3
-0
/
+23
2019-07-21
fix wrong alignment fix
Chris Lu
1
-2
/
+2
2019-07-21
refactoring
Chris Lu
2
-10
/
+5
2019-07-21
volume: avoid compacting wait group
Chris Lu
3
-8
/
+1
2019-07-21
stricter checking before writes
Chris Lu
1
-6
/
+12
2019-07-21
purge old code
Chris Lu
1
-24
/
+0
2019-07-17
write requests also checks cookie if overwrites
Chris Lu
1
-1
/
+17
2019-07-17
refactoring
Chris Lu
1
-2
/
+2
2019-07-17
stop early if compaction fails
Chris Lu
1
-0
/
+1
2019-07-17
fix wrong volume count
Chris Lu
2
-2
/
+2
2019-06-27
go fmt
Chris Lu
1
-1
/
+1
2019-06-27
volume: fix bug with 8000GB version if using in memory index
Chris Lu
1
-2
/
+3
2019-06-26
mark volume readonly before ec encoding
Chris Lu
1
-0
/
+9
2019-06-26
defaulting file ttl to volume ttl
Chris Lu
2
-0
/
+8
2019-06-22
go fmt
Chris Lu
1
-3
/
+3
2019-06-21
ec deletion works
Chris Lu
5
-30
/
+43
2019-06-20
ec deletion code complete, not tested yet
Chris Lu
1
-0
/
+105
2019-06-20
add grpc VolumeEcBlobDelete
Chris Lu
3
-4
/
+4
2019-06-19
ec volume support deletes
Chris Lu
4
-9
/
+137
2019-06-17
adjust counters
Chris Lu
5
-5
/
+6
2019-06-16
metrics: disk size for <collection, normal/EC>
Chris Lu
2
-6
/
+11
2019-06-16
collect volume disk usage metrics
Chris Lu
2
-0
/
+13
2019-06-16
count number of volumes and ec shards
Chris Lu
4
-0
/
+11
2019-06-10
go fmt
Chris Lu
1
-3
/
+3
2019-06-05
fix ec related bugs
Chris Lu
4
-6
/
+6
2019-06-05
report empty volume or ec shards
Chris Lu
2
-4
/
+6
2019-06-04
go fmt
Chris Lu
3
-5
/
+5
2019-06-04
ui add ec shard statuses
Chris Lu
3
-0
/
+39
2019-06-04
avoid the test that depends on ordering in a different folder
Chris Lu
3
-31
/
+0
2019-06-04
debug sporadic test error on travis
Chris Lu
1
-0
/
+14
2019-06-03
fix ec.rebuild bugs
Chris Lu
1
-4
/
+2
2019-06-03
fix multiple bugs
Chris Lu
5
-6
/
+115
2019-06-01
destroy ec volume if it is empty
Chris Lu
2
-0
/
+17
2019-06-01
ec shard delete also check ec volumes, in addition to volumes
Chris Lu
2
-6
/
+13
2019-05-31
ec encode volumes quiet for a period of time
Chris Lu
2
-1
/
+5
2019-05-31
conditionally fresh the shard locations
Chris Lu
1
-1
/
+7
[next]