Go to file
Jan Kara 9f80562538 Accepting request 1063788 from home:polslinux:branches:filesystems
- Update to 1.47.0:
  * Add support for the orphan_file feature, which speeds up workloads
    that are deleting or truncating a large number files in parallel.
    This compat feature was first supported in the v5.15 Linux kernel.
  * The mke2fs program (via the mke2fs.conf file) now enables the
    metadata_csum_seed and orphan_file features by default.
    The metadata_csum_seed feature is an incompat feature which is
    first supported in the Linux kernel starting in the 4.4 kernel.
  * Mke2fs now supports the extended option "assume_storage_prezeroed"
    which causes mke2fs to skip zeroing the journal and inode tables
    and to mark the inode tables as zeroed.
  * Add support to tune2fs and e2label to set the label and UUID for
    a mounted file system using a ioctl, which is more reliable than
    modifying the superblock via writing to the block device.
    The kernel support for setting the label landed in v5.17, while
    the support for adding the UUID landed in v6.0. If the ioctls
    are not supported, tune2fs and e2label will fall back old
    strategy of directly modifying the superblock.
  * Allow tune2fs to disable the casefold feature after scanning all
    of the directories do not have the Casefold flag set.

OBS-URL: https://build.opensuse.org/request/show/1063788
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=154
2023-02-08 12:21:46 +00:00
_multibuild Accepting request 1003772 from home:dimstar:Factory 2022-09-15 10:36:15 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=1 2006-12-18 23:15:45 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=1 2006-12-18 23:15:45 +00:00
baselibs.conf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=45 2009-07-17 14:27:47 +00:00
e2fsprogs-1.42-ext2fsh_implicit.patch Accepting request 1063788 from home:polslinux:branches:filesystems 2023-02-08 12:21:46 +00:00
e2fsprogs-1.42-implicit_fortify_decl.patch Accepting request 1063788 from home:polslinux:branches:filesystems 2023-02-08 12:21:46 +00:00
e2fsprogs-1.47.0.tar.sign Accepting request 1063788 from home:polslinux:branches:filesystems 2023-02-08 12:21:46 +00:00
e2fsprogs-1.47.0.tar.xz Accepting request 1063788 from home:polslinux:branches:filesystems 2023-02-08 12:21:46 +00:00
e2fsprogs.changes Accepting request 1063788 from home:polslinux:branches:filesystems 2023-02-08 12:21:46 +00:00
e2fsprogs.keyring Accepting request 1003772 from home:dimstar:Factory 2022-09-15 10:36:15 +00:00
e2fsprogs.spec Accepting request 1063788 from home:polslinux:branches:filesystems 2023-02-08 12:21:46 +00:00
harden_e2scrub_all.service.patch Accepting request 1063788 from home:polslinux:branches:filesystems 2023-02-08 12:21:46 +00:00
harden_e2scrub_fail@.service.patch Accepting request 1063788 from home:polslinux:branches:filesystems 2023-02-08 12:21:46 +00:00
harden_e2scrub_reap.service.patch Accepting request 1063788 from home:polslinux:branches:filesystems 2023-02-08 12:21:46 +00:00
harden_e2scrub@.service.patch Accepting request 925452 from home:jsegitz:branches:systemdhardening_protectclock 2021-10-16 09:37:28 +00:00
libcom_err-compile_et_permissions.patch Accepting request 1063788 from home:polslinux:branches:filesystems 2023-02-08 12:21:46 +00:00
README.SUSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=35 2008-09-15 14:32:55 +00:00

e2fsprogs-devel
---------------
Since the e2fsprogs libraries has been split out into own packages,
each having its own devel package
libext2fs-devel
libblkid-devel
libuuid-devel
libcom_err-devel
the e2fsprogs-devel package is deprecated and is provided for temporary
backwards compatibility only.