]> Sergey Matveev's repositories - btrtrc.git/commit
Use msync flushing in mmap file io
authorMatt Joiner <anacrolix@gmail.com>
Thu, 14 Aug 2025 02:13:49 +0000 (12:13 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 14 Aug 2025 02:13:49 +0000 (12:13 +1000)
commit1a235d61c6d4808b14539556a2a2354e4974a47b
tree5f878a2e79c119cf7f66b0ae49e04dee1642fcba
parent8925157c20a898b856d2ac7fad2cf3db8f4e7a18
Use msync flushing in mmap file io
17 files changed:
mmap-span/mmap-span.go
piece.go
storage/file-client.go
storage/file-io-classic.go
storage/file-io-mmap.go
storage/file-io.go
storage/file-misc.go
storage/file-piece.go
storage/file-torrent.go
storage/interface.go
storage/mmap.go
storage/seek-data_windows.go [deleted file]
storage/sys_unix.go [moved from storage/seek-data_unix.go with 69% similarity]
storage/sys_windows.go [new file with mode: 0644]
storage/wrappers.go
time_test.go [new file with mode: 0644]
torrent.go