Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-05-13 12:18:03 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-05-13 12:18:03 +0300
commit2e62ddb13ed356d078a37db29b5c8ca3db5d0c24 (patch)
tree2dc9d7eba076fad7fadaa65ca5c266ed9890059b /Readme.md
parent338fba49978712eb76b443a8e00bc037692d38f1 (diff)
Additional notes
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 15fa0a36..5439b200 100644
--- a/Readme.md
+++ b/Readme.md
@@ -70,6 +70,7 @@ throws, have it detect __cpp_exceptions and skip those implementations.
- [ ] C bindings for all AFIO v2 APIs. Write libclang parser which autogenerates
SWIG interface files from the .hpp files.
- [ ] Add mapped_file_handle
+ - Use two level page system, so page/bigpage
- Need some way of explicitly converting a file_handle into a mapped_file_handle
and vice versa.
- Could speculatively map 4Kb chunks lazily and keep an internal map of 4Kb
@@ -148,7 +149,7 @@ a file and the time it was calculated. This can save lots of hashing work later.
- [ ] Make directory tree C by cloning tree B to tree B, and then updating tree C
with changes from tree A. The idea is for an incremental backup of changes over
time but saving storage where possible.
-- [ ] Replace all duplicate files in a tree with hardlinks.
+- [ ] Replace all content (including EA) duplicate files in a tree with hardlinks.
- [ ] Figure out all hard linked file entries for some inode.
- [ ] Generate list of all hard linked files in a tree (i.e. refcount>1) and which
are the same inode.