2016-05-19 12:44:11 +02:00
|
|
|
libeatmydata is a small LD_PRELOAD library designed to (transparently) disable
|
|
|
|
fsync (and friends, like open(O_SYNC)). This has two side-effects: making
|
|
|
|
software that writes data safely to disk a lot quicker and making this
|
2010-02-11 21:59:20 +01:00
|
|
|
software no longer crash safe.
|
|
|
|
|
2016-05-19 12:44:11 +02:00
|
|
|
DO NOT use libeatmydata on software where you care about what it
|
2010-02-11 21:59:20 +01:00
|
|
|
stores. It's called libEAT-MY-DATA for a reason.
|