mbox series

[RFC,0/2] should core.fsyncObjectFiles fsync the dir entry + docs

Message ID 20200917112830.26606-1-avarab@gmail.com (mailing list archive)
Headers show
Series should core.fsyncObjectFiles fsync the dir entry + docs | expand

Message

Ævar Arnfjörð Bjarmason Sept. 17, 2020, 11:28 a.m. UTC
I was re-reading the
https://lore.kernel.org/git/20180117184828.31816-1-hch@lst.de/ thread
today and thought we should at least update the docs, and per my
earlier E-Mail in
https://lore.kernel.org/git/87sgbghdbp.fsf@evledraar.gmail.com/
perhaps the directory entry should also be synced.

I kept linux-fsdevel@vger.kernel.org in the CC, it was in the original
thread, but more importantly it would be really nice to have people
who know more about the state of filesystems on Linux and other OS's
to give 2/2 a read to see how accurate what I put together is.

Ævar Arnfjörð Bjarmason (2):
  sha1-file: fsync() loose dir entry when core.fsyncObjectFiles
  core.fsyncObjectFiles: make the docs less flippant

 Documentation/config/core.txt | 42 ++++++++++++++++++++++++++++++-----
 sha1-file.c                   | 19 +++++++++++-----
 2 files changed, 50 insertions(+), 11 deletions(-)