Skip to content

Releases: storaged-project/udisks

udisks 2.7.2

03 Aug 11:17
Compare
Choose a tag to compare

The udisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.

The 2.7.2 release contains mostly bug fixes and some new functionality for working with partitions and filesystems. Please see the NEWS file for more detailed information.

Newly available functions:

  • org.freedesktop.UDisks2.Manager interface
    • CanFormat, CanResize, CanCheck, CanRepair -- check support for formatting/resizing/checking/repairing of given filesystem type
    • GetBlockDevices -- get list of block devices
  • org.freedesktop.UDisks2.PartitionTable
    • Partitions (property) -- list of partitions on device with this interface
  • org.freedesktop.UDisks2.Filesystem
    • Resize, Check, Repair -- resize/check/repair given filesystem
  • org.freedesktop.UDisks2.Partition
    • Resize -- resize given partition

Check UDisks2 API documentation for more detailed information.

udisks 2.7.1

03 Jul 11:57
Compare
Choose a tag to compare

The udisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.

The 2.7.1 release contains mostly bug fixes and new tests. Please see the NEWS file for more detailed information.

udisks 2.7.0

02 Jun 13:34
Compare
Choose a tag to compare

The udisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.

The 2.7.0 release is the first release using libblockdev library for all low level storage management tasks instead of calling command line tools. Please see the NEWS file for more detailed information.

udisks 2.6.5

15 May 10:56
Compare
Choose a tag to compare

The udisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.

The 2.6.5 release contains numerous bugfixes, new tests, and continues with moving much of the functionality to libblockdev library. Please see the NEWS file for more detailed information

udisks 2.6.4

14 Mar 13:04
Compare
Choose a tag to compare

The storaged project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.

Since this version storaged merged back with the udisks project (storaged was originally fork of udisks) using the original name udisks.

The 2.6.4 release contains numerous bugfixes, new tests, and continues with moving much of the functionality to libblockdev library. Please see the NEWS file for more detailed information

storaged 2.6.3

14 Nov 12:09
Compare
Choose a tag to compare

The storaged project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.

The 2.6.3 release contains numerous bugfixes, new tests, and continues with moving much of the functionality to libblockdev library. Please see the NEWS file for more detailed information.

storaged 2.6.2

16 Jun 12:39
Compare
Choose a tag to compare

The storaged project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.

The 2.6.2 version completely replaces the API in order to become completely backward-compatible with udisks2. This means the 2.6.x versions will no longer be able to co-exist in the system with udisks2. The existing udisks2 consumers should not notice any change. The applications that are using the storaged-specific API need to be ported.

storaged 2.5.2

06 Jun 10:14
Compare
Choose a tag to compare

The storaged project provides a daemon, tools and libraries to access
and manipulate disks, storage devices and technologies.

Changes since 2.5.1:

Marius Vollmer (4):

  • LVM2: Correctly retrieve meta data size
  • Core: Don't complete partition/format methods twice
  • Revert "Reread partition table before wiping when creating new partitions"
  • Core: Lock the table while creating a new partition

Peter Hatina (6):

  • Build: introduce generate script for spec file (fixes #56)
  • Build: get the package version from configure script
  • Core: add missing ifdef for libblockdev-part label
  • Core: fix C99 error in DriveObject (fixes #55)
  • Revert "Build: get the package version from configure script"
  • Fix some memory leaks

storaged-2.5.1

29 Apr 12:52
Compare
Choose a tag to compare

Changes since 2.5.0

Marius Vollmer (2):

  • LVM2: Include metadata size in Size property.
  • drives: Try harder when looking for a serial number

Mathieu Trudel-Lapierre (1):

  • Reread partition table before wiping when creating new partitions

Peter Hatina (9):

  • Packaging: bump release version in spec file
  • ZRAM: %lu format
  • Fix permissions set for storaged_lsm.conf so it is readable only by root (fixes #51)
  • ZRAM: Fix typo in udev rules file
  • Build: introduce Debian packaging
  • TODO: possible features update
  • Block: fix segfault when no configuration is given for a LUKS device
  • Core: use libblockdev-part instead of parted
  • Doc: remove already implemented features

storaged-2.5.0

14 Mar 14:26
Compare
Choose a tag to compare

Changes since 2.4.0

David Heidelberger (1):

  • Backport: allow disabling ACL

Dominika Hodovska (6):

  • ZRAM: add configuration for setup after reboot
  • ZRAM: fix configuration files handling
  • ZRAM: code reability change
  • ZRAM: add configuration for setup after reboot
  • ZRAM: fix configuration files handling
  • ZRAM: code reability change

Kylie McClain (1):

  • Backport: storagectl: Properly redirect stdout

Marius Vollmer (2):

  • lvm2: Use "NNN%FREE" syntax when creating thin pools
  • lvm2: Add 'force' option to LogicalVolume.Resize

Martin Pitt (11):

  • Backport: Fix udiskctl help for glib 2.45
  • Backport: integration-test: Explicitly require UDisks 2.0 gir
  • Backport: integration-test: Fix wait_timeout/busy error messages
  • Backport: integration-test: PEP-8 fixes
  • Backport: integration-test: Fix Polkit.test_removable_fs
  • Backport: test_polkitd.py: Fix race condition in waiting for test polkitd
  • Backport: storaged.service.in: Add [Install] section
  • Backport: Fix translator comments in storagedobjectinfo.c
  • Backport: integration-test: Fix race condition in fake CD drive creation
  • Backport: integration-test: Fix race condition in fake CD drive creation harder
  • Backport: integration-test: Add timeout to readd_device()

Peter Hatina (18):

  • LinuxProvider: EnableModules() is now sync function
  • README: add build status badge
  • Build: introduce packaging/storaged.spec
  • Introduce configuration file for storaged
  • Add storaged.conf man page
  • Build: fix subdirs for packaging
  • Doc: add missing CLI options for storaged
  • Build: package [email protected] template
  • gitignore: add build directories and vim files
  • Doc: fix storaged.conf typo in title
  • Doc: rewrite storaged_lsm man page to docbook
  • ZRAM: drop num_devices parameter from CreateDevices()
  • ZRAM: fix compiler warnings
  • Manager: introduce property with supported filesystems (fixes #38)
  • MDRaid: check UDISKS_* and STORAGED_* properties when handling uevents
  • MDRaid: handle UDISKS_* and STORAGED_* udev properties when updating D-Bus interfaces
  • MDRaid: introduce RAID jobs (fixes #37)
  • Remove unused variables in DriveObject class

Tom Yan (1):

  • Backport: Add support for read look-ahead ATA settings