libeatmydata 130-2build1 source package in Ubuntu
Changelog
libeatmydata (130-2build1) jammy; urgency=high * No change rebuild for ppc64el baseline bump. -- Julian Andres Klode <email address hidden> Thu, 24 Mar 2022 13:11:25 +0100
Upload details
- Uploaded by:
- Julian Andres Klode
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- utils
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | utils | |
Kinetic | release | main | utils | |
Jammy | release | main | utils |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libeatmydata_130.orig.tar.gz | 366.8 KiB | 48731cd7e612ff73fd6339378fbbff38dd3bcf6c243593b0d9773ca0051541c0 |
libeatmydata_130.orig.tar.gz.asc | 833 bytes | 9296d99f3f289b353c2134a065a7231aada7cea24d699d196283ce761a62c058 |
libeatmydata_130-2build1.debian.tar.xz | 15.3 KiB | b9e055b4954b81e826ea05c705e86c096c9f19192c8cb959c4d2d7037a594b08 |
libeatmydata_130-2build1.dsc | 2.5 KiB | 7a9329643dab83e6f87d48fa429b40c9ff164d19ad60ae7d2c1857cd0f61764d |
Available diffs
- diff from 130-2 (in Debian) to 130-2build1 (545 bytes)
Binary packages built by this source
- eatmydata: Library and utilities designed to disable fsync and friends
This package contains a small LD_PRELOAD library (libeatmydata) and a couple
of helper utilities 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 software no longer crash safe.
.
You will find eatmydata useful if particular software calls fsync(), sync()
etc. frequently but the data it stores is not that valuable to you and you may
afford losing it in case of system crash. Data-to-disk synchronization calls
are typically very slow on modern file systems and their extensive usage might
slow down software significantly. It does not make sense to accept such a hit
in performance if data being manipulated is not very important.
.
On the other hand, do not use eatmydata when you care about what software
stores or it manipulates important components of your system. The library is
called libEAT-MY-DATA for a reason.
- libeatmydata1: Library and utilities to disable fsync and friends - shared library
This package contains the actual LD_PRELOAD library (libeatmydata) supporting
the operation of the eatmydata package. Users typically want to use or depend
on the eatmydata package instead of this one, so see its description for
further information.
- libeatmydata1-dbgsym: debug symbols for libeatmydata1