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>2018-04-15 15:18:06 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-04-15 15:18:06 +0300
commit3c096cba2f09986162490ea4cd0ce683af70cebd (patch)
treedcf4ecea3f0228239c118cfb95b8c3c703286ebf /Readme.md
parentbb5b4123ccd90798ae4957a611c3725f5239ebd4 (diff)
Stop fetching inode metadata on handle open, now fetch it lazy on demand.
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 11a03f00..c68d3488 100644
--- a/Readme.md
+++ b/Readme.md
@@ -16,6 +16,7 @@ Tarballs of source and prebuilt binaries for Linux x64, MacOS x64 and Windows x6
- [ ] Add OS X support to `storage_profile`, this should complete the Mac OS port.
- [x] Fix all known bugs in Outcome, plus reorg source code in prep for `status_code`.
- [x] Scatter-gather buffers to use https://github.com/martinmoene/byte-lite
+- [x] Make lazy the stat fetch during file/dir open.
- [ ] Implement SG14 `status_code` as a standalone library and test in AFIO.
- [ ] Single include generation now we're on `status_code` and it's safe.
- [ ] `atomic_append` isn't actually being tested in shared_fs_mutex