Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
extratype committed Dec 9, 2021
1 parent f0119b5 commit 389896f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ profile performance (kernel time, user time) for SSD 4K I/O
data structure
reinsert_back()
asynchronous steps

Option: disable zero-fill when unmap: -Z 0 (don't) or 1 (do) (LBPRZ always 0)
2 changes: 1 addition & 1 deletion docs/design.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ ChunkDiskWorker:
no QD for messages

Synchronize pages:
flush pages before aligned read/write
flush pages before aligned read/write and unmap
shared lock for page read
exclusive lock for page miss
exclusive lock for partial page write: atomic read and write
Expand Down

0 comments on commit 389896f

Please sign in to comment.