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-03 12:18:16 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-05-03 12:18:16 +0300
commita73c561965003263aefe046c6e3364da674b9fd7 (patch)
tree60d1b5c65870724b4a7b4972faf1d5147bafa037 /Readme.md
parent61bdaf9921d533ed6f40511ec0738d6cdddbc714 (diff)
More todo notes
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 7c02a482..3bfe09dd 100644
--- a/Readme.md
+++ b/Readme.md
@@ -22,6 +22,7 @@ in a call sequence be overridden with some errored return.
Todo:
+- [ ] Add -Wdocumentation to clang builds and fix broken docs :)
- [ ] algorithm::atomic_append needs improvements:
- Trap if append exceeds 2^63 and do something useful with that
- Fix the known inefficiencies in the implementation:
@@ -147,11 +148,14 @@ a file and the time it was calculated. This can save lots of hashing work later.
- Symbolic links optionally are always absolute paths instead of relative.
- Optional deference all hard links and/or symbolic links into real files.
- [ ] Correct directory hierarchy move
+- [ ] Correct directory hierarchy update (i.e. changes only)
- [ ] 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.
- [ ] 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.
## Commits and tags in this git repository can be verified using:
<pre>