Revisions of e2fsprogs

buildservice-autocommit accepted request 1149276 from Jan Kara's avatar Jan Kara (jankara) (revision 161)
baserev update by copy to link target
Jan Kara's avatar Jan Kara (jankara) accepted request 1149233 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 160)
Prepare for RPM 4.20
buildservice-autocommit accepted request 1138797 from Jan Kara's avatar Jan Kara (jankara) (revision 159)
baserev update by copy to link target
Jan Kara's avatar Jan Kara (jankara) accepted request 1138343 from Luis Henriques's avatar Luis Henriques (henrix) (revision 158)
Fix for bsc#1218747
buildservice-autocommit accepted request 1115670 from Jan Kara's avatar Jan Kara (jankara) (revision 157)
baserev update by copy to link target
Jan Kara's avatar Jan Kara (jankara) accepted request 1115669 from Jan Kara's avatar Jan Kara (jankara) (revision 156)
- Update specfile to make sure regenerate_initrd_post macro is defined
buildservice-autocommit accepted request 1063810 from Jan Kara's avatar Jan Kara (jankara) (revision 155)
baserev update by copy to link target
Jan Kara's avatar Jan Kara (jankara) accepted request 1063788 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 154)
- 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.
buildservice-autocommit accepted request 1055823 from Jan Kara's avatar Jan Kara (jankara) (revision 153)
baserev update by copy to link target
Jan Kara's avatar Jan Kara (jankara) accepted request 1053594 from Ludwig Nussel's avatar Ludwig Nussel (lnussel) (revision 152)
Replace transitional %usrmerged macro with regular version check (boo#1206798)
buildservice-autocommit accepted request 1003776 from Jan Kara's avatar Jan Kara (jankara) (revision 151)
baserev update by copy to link target
Jan Kara's avatar Jan Kara (jankara) accepted request 1003772 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 150)
Split out fuse2fs into sep build process
Jan Kara's avatar Jan Kara (jankara) accepted request 1003328 from Christian Goll's avatar Christian Goll (mslacken) (revision 149)
- enabled fuse2fs build which enable to mount ext2/3/4 via FUSE
buildservice-autocommit accepted request 971034 from Jan Kara's avatar Jan Kara (jankara) (revision 148)
baserev update by copy to link target
Jan Kara's avatar Jan Kara (jankara) accepted request 970910 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 147)
- avoid empty preuninstall script
Jan Kara's avatar Jan Kara (jankara) accepted request 949728 from Jan Kara's avatar Jan Kara (jankara) (revision 146)
- Update to 1.46.5:
  * better handling for resizing to fs sizes which would exceed inode limits
  * fix crash in e2fsck fastcommit handling 
  * fix possibly lost quota limits when e2fsck corrects quota files
  * fix tune2fs to properly transfer quota limits when convertion quota files
  * add support for handling of version 0 quota files in tune2fs
  * teach libss to use libreadline.so.8
  * optimize resize2fs cpu usage for large filesystems
  * teach libuuid to use getrandom() or getentropy() if available
- libss-add-newer-libreadline.so.8-to-dlopen-path.patch: Remove, merged upstream
- quota-Add-support-to-version-0-quota-format.patch: Remove, merged upstream
- quota-Fold-quota_read_all_dquots-into-quota_update_l.patch: Remove, merged upstream
- quota-Rename-quota_update_limits-to-quota_read_all_d.patch: Remove, merged upstream
- tune2fs-Fix-conversion-of-quota-files.patch: Remove, merged upstream
- e2fsck-Do-not-trash-user-limits-when-processing-orph.patch: Remove, merged upstream
- debugfs-Fix-headers-for-quota-commands.patch: Remove, merged upstream
- quota-Drop-dead-code.patch: Remove, merged upstream
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 925452 from Johannes Segitz's avatar Johannes Segitz (jsegitz) (revision 145)
- Drop ProtectClock hardening, can cause issues if other device acceess is needed
Jan Kara's avatar Jan Kara (jankara) accepted request 922397 from Jan Kara's avatar Jan Kara (jankara) (revision 144)
- quota-Add-support-to-version-0-quota-format.patch: quota: Add support to
    version 0 quota format (jsc#SLE-17360)
  quota-Fold-quota_read_all_dquots-into-quota_update_l.patch: quota: Fold
    quota_read_all_dquots() into quota_update_limits() (jsc#SLE-17360)
  quota-Rename-quota_update_limits-to-quota_read_all_d.patch: quota: Rename
    quota_update_limits() to quota_read_all_dquots() (jsc#SLE-17360)
  tune2fs-Fix-conversion-of-quota-files.patch: tune2fs: Fix conversion of quota
    files (jsc#SLE-17360)
  e2fsck-Do-not-trash-user-limits-when-processing-orph.patch: e2fsck: Do not
    trash user limits when processing orphan list (jsc#SLE-17360)
  debugfs-Fix-headers-for-quota-commands.patch: debugfs: Fix headers for quota
    commands (jsc#SLE-17360)
  quota-Drop-dead-code.patch: quota: Drop dead code (jsc#SLE-17360)
- add these not yet released fixes to e2fsprogs package so that SLE15-SP4 ships
  with them
Jan Kara's avatar Jan Kara (jankara) accepted request 919834 from Jan Kara's avatar Jan Kara (jankara) (revision 143)
- Update to 1.46.4:
  * Default to 256-byte inodes for all filesystems, not only larger ones
  * Bigalloc is considered supported now for small cluster sizes
  * E2fsck and e2image fixes for quota feature
  * Fix mke2fs creation of filesystem into non-existent file
- libss-add-newer-libreadline.so.8-to-dlopen-path.patch: libss: add newer
  libreadline.so.8 to dlopen path (bsc#1189453)
Jan Kara's avatar Jan Kara (jankara) accepted request 918932 from Johannes Segitz's avatar Johannes Segitz (jsegitz) (revision 142)
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
Displaying revisions 1 - 20 of 161
openSUSE Build Service is sponsored by