libblockdev/.gitignore

59 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-01-09 16:27:14 +00:00
/libblockdev-0.1.tar.gz
/libblockdev-0.2.tar.gz
/libblockdev-0.3.tar.gz
/libblockdev-0.4.tar.gz
New version - Add tests for what we can easily test from the mpath plugin (vpodzime) - Add link to sources to the documentation (vpodzime) - Add missing symbols into the libblockdev-sections.txt file (vpodzime) - Do not build docs for testing (vpodzime) - Add the bd_try_init function (vpodzime) - Log stdout and stderr output when running processes (vpodzime) - Allow a subset of plugins to be load instead of all (vpodzime) - Make sure devmapper doesn't spam stdout with tons of messages (vpodzime) - Let debug messages go to stderr when running ipython (vpodzime) - Give plugins a way to initialize themselves (vpodzime) - Give plugins a way how to check if they could run properly (vpodzime) - Allow a subset of plugins to be load instead of all [TEST NEEDED] (vpodzime) - Make sure we use the whole /dev/mapper path for cryptsetup (vpodzime) - Fix vg_pv_count parsing when getting info about PV (vpodzime) - Set default values to data structures if real values are not available (vpodzime) - Fix the parameter name specifying pool metadata size (vpodzime) - Activate LUKS as ReadWrite in luks_open (vpodzime) - Make sure we pass key_size to cryptsetup in bytes (vpodzime) - Add the min_entropy parameter to luks_format Python overrides (vpodzime) - Pass size in KiB instead of B to lvcreate (vpodzime) - Add underscore into dataalignment and metadatasize parameter names (vpodzime) - Don't report error if non-mpath device is tested for being mpath member (vpodzime) - Fix name of the invoked utility in mpath_set_friendly_names (vpodzime)
2015-02-16 10:05:31 +00:00
/libblockdev-0.5.tar.gz
/libblockdev-0.6.tar.gz
/libblockdev-0.7.tar.gz
New version - Merge pull request #6 from vpodzime/master-sort_btrfs_subvolumes (vpodzime) - Don't be naïve about mdadm providing us data we would like (#1206394) (vpodzime) - Sort BTRFS subvolumes in a way that child never appears before parent (#1201120) (vpodzime) - Let libcryptsetup handle LUKSname->/dev/mapper/LUKSname for us (vpodzime) - Fix the crypto_luks_resize and create a test for it (vpodzime) - Add targets to create the SRPM and RPM files easily (vpodzime) - Don't round up to multiple of PE size bigger than max value of the rtype (vpodzime) - Mark majority of MD RAID tests as slow (vpodzime) - Merge pull request #1 from dashea/file-paths (vpodzime) - Don't report error for no loop device associated with given file (vpodzime) - Skip the detail_data.clean check when running tests in Jenkins (vpodzime) - Make package file paths more specific (dshea) - Implement and use MD RAID-specific wait for tests (vpodzime) - Try to give MD RAID time to sync things before querying them (vpodzime) - Fix the default value of the BDMDDetailData.clean field (vpodzime) - Do cleanup after every single MD RAID tests (vpodzime) - Do cleanup after every single LVM test (vpodzime) - Do cleanup after every single BTRFS test (vpodzime) - Make sure the LUKS device is closed and removed after tests (vpodzime) - Make sure DM maps from tests are removed after tests (vpodzime) - Make sure that loop devices are deactivated after tests (vpodzime) - Make the tearDown method of the mpath test case better visible (vpodzime) - Make sure that the swap is deactivated after tests (vpodzime) - Fix docstrings in tests' utils helper functions (vpodzime) - Improve the logging tests in utils_test.py (vpodzime) - Update the features.rst file (vpodzime) - Update the roadmap (vpodzime) - Don't check if we get a mountpoint for BTRFS operations (vpodzime)
2015-03-27 09:49:43 +00:00
/libblockdev-0.8.tar.gz
/libblockdev-0.9.tar.gz
New version - Fix return type of the unload_plugins() function (vpodzime) - Close the DL handle when check() or init() fail (vpodzime) - Add one more check to the reload test (vpodzime) - Drop reference to check() and init() functions (vpodzime) - Add more cats to tests (vpodzime) - Make regexp for getting btrfs version more generic (vpodzime) - Merge pull request #8 from vpodzime/master-check_functions (vpodzime) - Fix parameters passed to unoverridden swapon function (vpodzime) - Implement and test swap plugin's check function (vpodzime) - Implement and test MD RAID plugin's check function (vpodzime) - Implement and test mpath plugin's check function (vpodzime) - Try harder to get util's version (vpodzime) - Implement and test loop plugin's check function (vpodzime) - Implement and test DM plugin's check function (vpodzime) - Implement and test BTRFS plugin's check function (vpodzime) - Implement and test LVM plugin's check function (vpodzime) - Init logging before loading plugins (vpodzime) - Add function for utility availability checking (vpodzime) - Fix default value for the fake_utils' path argument (vpodzime) - Add ErrorProxy instance for the utils functions (vpodzime) - Add function for version comparison (vpodzime) - Merge pull request #9 from clumens/master (vpodzime) - Disable pylint checking on the new exception proxy. (clumens) - Fix XRules application and add a test for it (vpodzime) - Raise NotImplementedError when an unavailable function is called (vpodzime) - Merge pull request #4 from vpodzime/master-error_proxy (vpodzime) - Merge branch 'master' into master-error_proxy (vpodzime) - Merge pull request #5 from vpodzime/master-not_implemented_error (vpodzime) - Add a simple test for unloaded/unavailable functions (vpodzime) - Unload the plugins properly when reinit() is called (vpodzime) - Raise error/exception when an unimplemented function is called (#1201475) (vpodzime) - Do an ugly but necessary hack to make local GI overrides work (vpodzime) - Add the __dir__ method to ErrorProxy (vpodzime) - Add a rationale for the ErrorProxy to the overrides' docstring (vpodzime) - Add some basic info about GI overrides to the documentation (vpodzime) - Use pylint to check for errors in python overrides (vpodzime) - Add the first small test for the ErrorProxy (vpodzime) - Put the GI overrides in a special dir so that they are preferred (vpodzime) - Add a cache for attributes already resolved by ErrorProxy (vpodzime) - Implement the ErrorProxy python class and use it (vpodzime)
2015-04-16 13:55:10 +00:00
/libblockdev-0.10.tar.gz
/libblockdev-0.11.tar.gz
/libblockdev-0.12.tar.gz
/libblockdev-0.13.tar.gz
New version - Adapt the release helper targets to autotools (vpodzime) - Fixes of paths in Makefile.am's inspired by build failures on s390 (vpodzime) - Add an s390-specific BuildRequires (vpodzime) - Distribute also the boilerplate_generator.py script (vpodzime) - Fix path to the generated blockdev.pc file (vpodzime) - Adapt tests that compile stuff to autotools (vpodzime) - Merge pull request #18 from vpodzime/master-autotools (vpodzime) - Merge pull request #20 from dashea/gtkdoc-sections (vpodzime) - Use the autotools building system instead of scons (vpodzime) - Add the two new functions to the 'blockdev' docs section (vpodzime) - Fix the line defining the docs file for the s390 section (vpodzime) - Add a missing #include to the kbd.api file (vpodzime) - Prevent s390-specific stuff from being used on other architectures (vpodzime) - Update the documentation of the is_initialized() function (vpodzime) - Merge pull request #19 from vpodzime/master-ensure_init (vpodzime) - Remove private macros from the gtkdoc sections file. (dshea) - Terminate ifdef statements for arch check. (sbueno+anaconda) - Return early from the init functions if setting up logging fails (vpodzime) - Add tests for the new and modified init functions (vpodzime) - Add new try_init() and try_reinit() functions (vpodzime) - Fix for adding number of loaded plugins (vpodzime) - Fix for ensure_init() (vpodzime) - Rename the try_init() function to ensure_init() and improve it (vpodzime) - Check number of loaded plugins and library initialization state (vpodzime) - Make 'reload' default to True instead of False in overrides (vpodzime) - Add the s390 plugin test file. (sbueno+anaconda) - Add the s390 plugin functions. (sbueno+anaconda) - Add the s390 plugin. (sbueno+anaconda) - Fix a typo in the spec file. (sbueno+anaconda) - Require the kmod-devel package for the build process (vpodzime) - Merge pull request #16 from dashea/escrow-encoding (vpodzime) - Merge pull request #13 from vpodzime/master-lvm_cache (vpodzime) - Merge pull request #12 from vpodzime/master-kbd_plugin (vpodzime) - Merge pull request #14 from vpodzime/master-better_is_multipath (vpodzime) - Use g_strdup() instead of g_strdup_printf() to just dup a string (vpodzime) - Fix the spelling of "escrow" (dshea) - Make the crypto plugin string parameters const (dshea) - Set encoding to NULL before writing the escrow packet. (dshea) - Get cache stats directly from the device mapper (vpodzime) - Reimplement the is_mpath_member() function using device mapper (vpodzime) - Add the LVM cache related symbols to the LVM section in the documentation (vpodzime) - Update the list of LVM cache related functions in features.rst (vpodzime) - Add tests for functions related to the LVM cache technology (vpodzime) - Implement the lvm_cache_stats() function (vpodzime) - Implement the lvm_cache_pool_name function (vpodzime) - Implement the lvm_cache_create_cached_lv() function (vpodzime) - Implement lvm_cache_attach/detach() functions (vpodzime) - Implement the lvm_cache_create_pool() function plus two support functions (vpodzime) - Implement the lvm_cache_get_default_md_size() function (vpodzime) - Add the 'type' parameter to the lvm_lvcreate function (vpodzime) - Teach boilerplate_generator to work with enum return types (vpodzime) - Teach boilerplate_generator to work with 'const' return types (vpodzime) - Add subpackages for the KBD plugin and its devel files (vpodzime) - Add provided symbols to the documentation section of the KBD plugin (vpodzime) - Implement the bcache_get_backing/cache_device functions (vpodzime) - Exclude bcache tests from the normal 'test' target (vpodzime) - Add some more and prolong some of the waits in KBD tests (vpodzime) - Zero all newly allocated structures (vpodzime) - Implement the bcache_status function and all it wants (vpodzime) - Fix for the zram stats (vpodzime) - Add bcache_get_mode and bcache_set_mode functions (vpodzime) - Teach boilerplate_generator to work with enum return types (vpodzime) - Teach boilerplate_generator to work with 'const' return types (vpodzime) - Add the zram_get_stats function (vpodzime) - Add the check() function for the KBD plugin (vpodzime) - Add ErrorProxy instance for the KBD plugin (vpodzime) - Add tests for bcache_create/attach/detach/destroy functions (vpodzime) - Add the 'rebuild' Makefile target (vpodzime) - Add bcache_create, bcache_attach, bcache_detach and bcache_destroy functions (vpodzime) - Implement a helper function to echo string into a file (vpodzime) - Add tests for zram_create_devices and zram_destroy_devices functions (vpodzime) - Add the zram_destroy_devices function to the KBD plugin (vpodzime) - Add first function to the KBD plugin: zram_create_devices (vpodzime) - Add the KernelBlockDevices plugin (vpodzime)
2015-05-21 15:54:21 +00:00
/libblockdev-1.0.tar.gz
New version - Clean generated boilerplate code on 'make clean' (vpodzime) - Merge pull request #31 from atodorov/use_lang_c (vpodzime) - tests: use LANG=C in test_backup_passphrase() (atodorov) - Merge pull request #30 from atodorov/makefile_updates (vpodzime) - Makefile.am: - add separate check target - add coverage targets - make it possible to test with Python3 (atodorov) - Merge pull request #29 from atodorov/fix_issue_28 (vpodzime) - Merge pull request #27 from atodorov/fix_docs_url (vpodzime) - Merge pull request #26 from atodorov/test_docs (vpodzime) - Change the modified sources back in tearDown() method as well. Closes #28. (atodorov) - update URL to on-line documentation (atodorov) - add test documentation (atodorov) - Merge pull request #22 from dashea/escrow-tests (vpodzime) - Merge pull request #25 from dashea/python-dep (vpodzime) - Filter the python files from automatic rpm requires (dshea) - Added tests for escrow packets and backup passphrases (dshea) - Free leaked contexts from crypto_init (dshea) - Cooperate with volume_key's memory management (dshea) - Fix inheritance in the LVM tests to prevent multiple runs of some tests (vpodzime) - Make the regexp for testing crypto_generate_backup_passphrase() stricter (vpodzime) - Leave room in the backup passphrase for a trailing 0 (dshea) - Add functions to get names of data/metadata internal LVs (vpodzime) - Allow getting info for an internal LV (vpodzime) - Gather information about all LVs (vpodzime) - Round requested size to KBs in lvresize() (#1221247) (vpodzime) - Add overrides for the ensure_init() function (vpodzime) - Change the default value of the 'reload' parameter of try_reinit() (vpodzime) - Merge pull request #21 from vpodzime/master-thpool_size_discard (vpodzime) - Add overrides for the lvm_is_valid_thpool_chunk_size() function (vpodzime)
2015-06-19 08:57:46 +00:00
/libblockdev-1.1.tar.gz
/libblockdev-1.2.tar.gz
/libblockdev-1.3.tar.gz
/libblockdev-1.4.tar.gz
/libblockdev-1.5.tar.gz
New version - Ignore merge commits when creating changelog (vpodzime) - Only take the number of the first %changelog line found (vpodzime) - Add some more detailed description to the part plugin (vpodzime) - Fix a few extra issues with the const types (vpodzime) - Add function for getting best free region (vpodzime) - Add function for getting free regions (vpodzime) - Fix the error message when setting part flag fails (vpodzime) - Add function for setting disk flags (vpodzime) - Add function for getting information about disk(s) (vpodzime) - Do not set nonsense partition paths (vpodzime) - Add function for getting partition by position (vpodzime) - Indicate if there was error from parted or not in set_parted_error() (vpodzime) - Minor fixes for the bd_part_get_part_spec() function (vpodzime) - Add support for extra GPT flags (vpodzime) - Add functionality for partition types (GUIDs) (vpodzime) - Add functionality for partition names (vpodzime) - Do not destroy disk objects we didn't get (vpodzime) - Add a function for setting multiple partition flags at once (vpodzime) - Remove the unused definition USE_PYTHON3 from configure.ac (vpodzime) - Use different BTRFS_MIN_MEMBER_SIZE on aarch64 (vpodzime) - Better release memory from parted objects on failures (vpodzime) - Rework how we do optimal alignment (vpodzime) - Do not try to destroy object we didn't get (vpodzime) - Don't pass sizes in bytes to LVM (#1317373) (vpodzime) - Add the libbytesize-devel build requires (vpodzime) - Search for the LVM DBus service in both active and activatable names (vpodzime) - Adapt to another stupid change in btrfs-progs (vpodzime) - Add the XFS-related functions to the documentation (vpodzime) - Add tests for the XFS-related functions (vpodzime) - Add support for the XFS file system to the FS plugin (vpodzime) - Add chunk_size to BDMDExamineData (vtrefny) - Add the subpackage for the FS plugin (vpodzime) - Add the FS plugin to the docs (vpodzime) - Add tests for the ext4 functionality in the fs plugin (vpodzime) - Add the FS plugin and the ext4 support (vpodzime) - Add a function for running utility reporting error and exit code (vpodzime) - Add the subpackage for the part plugin (vpodzime) - Add a missing BuildRequires for parted-devel (vpodzime) - Tag as both libblockdev-$version and just $version (vpodzime) - Add the 'part' plugin to documentation (vpodzime) - Add tests for the newly added part plugin (vpodzime) - Add the part plugin with storaged-required functionality (vpodzime)
2016-06-01 08:54:41 +00:00
/libblockdev-1.6.tar.gz
/libblockdev-1.7.tar.gz
/libblockdev-1.8.tar.gz
/libblockdev-1.9.tar.gz
/libblockdev-2.1.tar.gz
/libblockdev-2.2.tar.gz
/libblockdev-2.3.tar.gz
/libblockdev-2.4.tar.gz
/libblockdev-2.5.tar.gz
/libblockdev-2.6.tar.gz
New version - Skip btrfs min size tests on Fedora 25 (vtrefny) - Make sure the loop device doesn't disappear during tests (vpodzime) - Close the loop device when autoclear is (un)set (vpodzime) - Do not enforce Python 3 for running tests in CI (vpodzime) - Revert "Use different BTRFS_MIN_MEMBER_SIZE on aarch64" (vtrefny) - Use both 'old' and 'new' sysfs files to read zRAM stats (vtrefny) - Check if libparted-fs-resize pkgconfig is available (vpodzime) - Do not try to get name for inactive partitions (vtrefny) - Skip tests for getting free regions on CentOS/RHEL (vpodzime) - Free the container holding the specs of free regions (vpodzime) - Open loop devices as O_RDONLY when getting flags (vpodzime) - Resolve maximum partition size when we know its start (vpodzime) - Use --id instead of --part-type when setting partition id (vpodzime) - Fix mdadm command for removing failed device from an array (vtrefny) - Skip bcache tests on CentOS/RHEL 7 (vpodzime) - Use six.assertRaisesRegex in the FS tests (vpodzime) - Use mkdtemp() instead of TemporaryDirectory() (vpodzime) - Fix installation without specifying --exec-prefix (vpodzime) - Add options to force mkfs.ext4/vfat to create a FS on the whole device (vpodzime) - Skip the test for device escrow on CentOS/RHEL (vpodzime) - Define DEVNULL on our own if not in subprocess (vpodzime) - Remove the patches from the spec file (vpodzime) - Sync the spec file with downstream (vpodzime) - Stop skipping zRAM stats tests (vtrefny) - Add more tests for zRAM stats (vtrefny) - Fix reading zRAM properties from sysfs (vtrefny)
2017-04-26 10:57:28 +00:00
/libblockdev-2.7.tar.gz
/libblockdev-2.8.tar.gz
/libblockdev-2.9.tar.gz
/libblockdev-2.10.tar.gz
/libblockdev-2.11.tar.gz
/libblockdev-2.12.tar.gz
/libblockdev-2.13.tar.gz
New version - Support the legacy boot GPT flag (intrigeri) - Respect the version in the blockdev.pc file (vpodzime) - Add pkgconfig definitions for the utils library (vpodzime) - fs.c: Fix potential NULL pointer dereference (vtrefny) - dm.c: Fix uninitialized values in various dm plugin functions (vtrefny) - dm.c: Check return values of dm_task_set_name/run/get_info functions (vtrefny) - fs.c: Fix multiple "forward NULL" warnings in 'bd_fs_ntfs_get_info' (vtrefny) - lvm-dbus.c: Fix multiple "use after free" coverity warnings (vtrefny) - Fix duplicate 'const' in generated functions (vtrefny) - Add some test cases for NTFS (kailueke) - Add function wrappers for NTFS tools (kailueke) - exec.c: Fix error message in 'bd_utils_exec_and_report_progress' (vtrefny) - crypto.c: Fix waiting for enough entropy (vtrefny) - Ignore some coverity false positive errors (vtrefny) - exec.c: Ignore errors from 'g_io_channel_shutdown' (vtrefny) - part.c: Check if we've found a place to put new logical partitions (vtrefny) - kbd.c: Fix potential string overflow in 'bd_kbd_bcache_create' (vtrefny) - exec.c: Fix resource leaks in 'bd_utils_exec_and_report_progress' (vtrefny) - fs.c: Fix "forward null" in 'do_mount' and 'bd_fs_xfs_get_info' (vtrefny) - part.c: Fix possible NULL pointer dereference (vtrefny) - crypto.c: Use right key buffer in 'bd_crypto_luks_add_key' (vtrefny) - exec.c: Fix "use after free" in 'bd_utils_check_util_version' (vtrefny) - kbd.c: Fix double free in 'bd_kbd_zram_get_stats' (vtrefny) - part.c: Check if file discriptor is >= 0 before closing it (vtrefny) - mdraid.c: Fix resource leaks (vtrefny) - lvm.c: Fix "use after free" in 'bd_lvm_get_thpool_meta_size' (vtrefny) - fs.c: Fix for loop condition in 'bd_fs_get_fstype' (vtrefny) - fs.c: Check sscanf return value in 'bd_fs_vfat_get_info' (vtrefny) - fs.c: Fix resource leaks in 'bd_fs_get_fstype' (vtrefny) - blockdev.c.in: Fix unused variables (vtrefny) - Use libbytesize to parse bcache block size (vtrefny) - Use system values in KbdTestBcacheStatusTest (vtrefny) - Fix BSSize memory leaks in btrfs and mdraid plugins (vtrefny) - Skip btrfs subvolume tests with btrfs-progs 4.13.2 (vtrefny) - Added function to get DM device subsystem (japokorn) - Sync spec with downstream (vpodzime)
2017-11-01 11:48:38 +00:00
/libblockdev-2.14.tar.gz
/libblockdev-2.15.tar.gz
/libblockdev-2.16.tar.gz
New version - Redirect cryptsetup log to libblockdev log (vtrefny) - Add a generic logging function for libblockdev (vtrefny) - Add functions to resize LUKS 2 (vtrefny) - Add function to get information about LUKS 2 integrity devices (vtrefny) - Add function to get information about a LUKS device (vtrefny) - Add a basic test for creating LUKS 2 format (vtrefny) - Use libblockdev function to create LUKS 2 in tests (vtrefny) - Add support for creating LUKS 2 format (vtrefny) - Skip bcache tests on Rawhide (vtrefny) - Allow building libblockdev without Python 2 support (vtrefny) - Allow compiling libblockdev crypto plugin without escrow support (vtrefny) - Require at least libndctl 58.4 (vtrefny) - New function for luks metadata size (japokorn) - Add functions to backup and restore LUKS header (vtrefny) - Add function for killing keyslot on a LUKS device (vtrefny) - Add functions to suspend and resume a LUKS device (vtrefny) - Use '=' instead of '==' to compare using 'test' (v.podzimek) - lvm-dbus: Check returned job object for error (vtrefny) - Get sector size for non-block NVDIMM namespaces too (vtrefny) - Fix memory leaks discovered by clang (vtrefny) - Add new functions to docs/libblockdev-sections.txt (segfault) - Make a link point to the relevant section (segfault) - Don't use VeraCrypt PIM if compiled against libcryptsetup < 2.0 (segfault) - Make keyfiles parameter to bd_crypto_tc_open_full zero terminated (segfault) - Add function bd_crypto_device_seems_encrypted (segfault) - Support VeraCrypt PIM (segfault) - Support TCRYPT system volumes (segfault) - Support TCRYPT hidden containers (segfault) - Support TCRYPT keyfiles (segfault) - Support unlocking VeraCrypt volumes (segfault) - Enforce ZERO_INIT gcc backwards compatibility (bjornpagen) - Add function for getting NVDIMM namespace name from devname or path (vtrefny) - Add --without-xyz to DISTCHECK_CONFIGURE_FLAGS for disabled plugins (vtrefny) - Add tests for the NVDIMM plugin (vtrefny) - Add the NVDIMM plugin (vtrefny) - Fix build with clang (bjornpagen) - s390: don't hardcode paths, search PATH (flokli) - Fix build against musl libc (bjornpagen) - Fix python2-gobject-base dependency on Fedora 26 and older (vtrefny) - Sync the spec file with downstream (vtrefny)
2018-04-24 10:21:05 +00:00
/libblockdev-2.17.tar.gz
/libblockdev-2.18.tar.gz
New version - Use python interpreter explicitly when running boilerplate_generator.py (vtrefny) - vdo: Implement bd_vdo_get_stats() (tbzatek) - Add test for is_tech_available with multiple dependencies (vtrefny) - lvm-dbus.c: Check for 'lvmdbus' dependency in 'bd_lvm_is_tech_avail' (vtrefny) - lvm.c: Check for 'lvm' dependency in 'bd_lvm_is_tech_avail' (vtrefny) - Fix licence headers in sources (vtrefny) - Fix three memory leaks in lvm-dbus.c (vtrefny) - Ignore "bad-super-call" pylint warning in BlockDev.py (vtrefny) - Fix running pylint in tests (vtrefny) - Fix vdo configuration options definition in spec file (vtrefny) - Fix calling BlockDev.reinit in swap tests (vtrefny) - Fix how we check zram stats from /sys/block/zram0/mm_stat (vtrefny) - Skip VDO tests also when the 'kvdo' module is not available (vtrefny) - Add version to tests that should be skipped on CentOS/RHEL 7 (vtrefny) - Skip btrfs tests if btrfs module is not available (vtrefny) - Do not build KBD plugin with bcache support on RHEL (vtrefny) - Do not build btrfs plugin on newer RHEL (vtrefny) - fs: Properly close both ends of the pipe (tbzatek) - Make sure library_test works after fixing -Wstrict-prototypes (vtrefny) - Make sure library tests properly clean after themselves (vtrefny) - pkg-config: add -L${libdir} and -I${includedir} (max.kellermann) - plugins/kbd: make wait_for_file() static (max.kellermann) - plugins/lvm{,-dbus}: get_lv_type_from_flags() returns const string (max.kellermann) - plugins/dm: add explicit cast to work around -Wdiscarded-qualifiers (max.kellermann) - plugins/crypto: work around -Wdiscarded-qualifiers (max.kellermann) - plugins/check_deps: make all strings and `UtilDep` instances `const` (max.kellermann) - exec: make `msg` parameters const (max.kellermann) - fix -Wstrict-prototypes (max.kellermann) - module.c: Accept kernel modules if they are built-in (marco.guerri.dev) - BlockDev.py Convert dictionary keys to set before using them (vtrefny) - Skip 'test_cache_pool_create_remove' on CentOS 7 (vtrefny) - Re-order libbd_crypto_la_LIBADD to fix libtool issue (tom) - acinclude.m4: Use AS_EXIT to fail in LIBBLOCKDEV_FAILURES (vtrefny) - configure.ac: Fix missing parenthesis in blkid version check (vtrefny) - Allow specifying extra options for PBKDF when creating LUKS2 (vtrefny) - Reintroduce python2 support for Fedora 29 (vtrefny) - Use versioned command for Python 2 (vtrefny) - Fix few wrong names in doc strings (vtrefny) - Make sure all our free and copy functions work with NULL (vtrefny) - Use libblkid in bd_crypto_is_luks (vtrefny) - vdo: Properly destroy the yaml parser (tbzatek) - Add a simple test case for bd_crypto_tc_open (vtrefny) - Add Python override for bd_crypto_tc_open_full (vtrefny) - Show simple summary after configure (vtrefny) - Do not build VDO plugin on non-x86_64 architectures (vtrefny) - Sync spec with downstream (vtrefny)
2018-08-13 10:56:07 +00:00
/libblockdev-2.19.tar.gz
/libblockdev-2.20.tar.gz
New version - 2.21 - Fix checking swap status on lvm/md (vtrefny) - tests: Stop skipping some tests on Debian testing (vtrefny) - tests: Remove some old/irrelevant skips (vtrefny) - Use 512bit keys in LUKS by default (vratislav.podzimek) - Add 'autoconf-archive' to build requires (vtrefny) - vagrant: remove F27 and add F29 (vtrefny) - vagrant: install 'autoconf-archive' on Ubuntu (vtrefny) - Enable cryptsetup debug messages when compiled using --enable-debug (vtrefny) - lvm-dbus: Do not pass extra arguments enclosed in a tuple (vtrefny) - crypto: Do not try to use keyring on systems without keyring support (vtrefny) - Fix LUKS2 resize password test (vtrefny) - Use cryptsetup to check LUKS2 label (vtrefny) - Skip LUKS2+integrity test on systems without dm-integrity module (vtrefny) - Add custom error message for wrong passphrase for open (vtrefny) - Use major/minor macros from sys/sysmacros.h instead of linux/kdev_t.h (vtrefny) - crypto_test.py: Use blkid instead of lsblk to check luks label (vtrefny) - Skip VDO grow physical test (vtrefny) - Add libblkid-devel as a build dependency for the swap plugin (vtrefny) - Add error codes and Python exceptions for swapon fails (vtrefny) - Use libblkid to check swap status before swapon (vtrefny) - Add a new subpackage with the tool(s) (v.podzimek) - Document what the 'tools' directory contains (v.podzimek) - Make building tools optional (v.podzimek) - Add a tool for getting cached LVM statistics (v.podzimek) - Discard messages from libdevmapper in the LVM plugins (v.podzimek)
2019-02-21 13:18:58 +00:00
/libblockdev-2.21.tar.gz
/libblockdev-2.22.tar.gz
New version 2.23 - Fix how we get process exit code from g_spawn_sync (vtrefny) - Skip tests for old-style LVM snapshots on recent Fedora (vtrefny) - Fix skipping NTFS read-only test case on systems without NTFS (vtrefny) - Fix LVM_MAX_LV_SIZE in the GIR file (vtrefny) - Print skipped test "results" to stderr instead of stdout (vtrefny) - Move the NTFS read-only device test to a separate test case (vtrefny) - Fix parsing distro version from CPE name (vtrefny) - Use 'kmod_module_probe_insert_module' function for loading modules (vtrefny) - Hide filesystem-specific is_tech_available functions (vtrefny) - Mark LVM global config locks as static (vtrefny) - Remove unused 'get_PLUGIN_num_functions' and 'get_PLUGIN_functions' functions (vtrefny) - Mark 'private' plugin management functions as static (vtrefny) - Ignore coverity deadcode warning in 'bd_fs_is_tech_avail' (vtrefny) - Ignore coverity deadcode warnings in the generated code (vtrefny) - Use the new config file for skipping tests (vtrefny) - Skip bcache tests if make-bcache is not installed (vtrefny) - Add ability to read tests to skip from a config file (vtrefny) - Mark 'test_set_bitmap_location' as unstable (vtrefny) - Force LVM cli plugin in lvm_test (vtrefny) - Add a special test tag for library tests that recompile plugins (vtrefny) - Allow running tests against installed libblockdev (vtrefny) - Remove duplicate test case (vtrefny) - Use the new test tags in tests (vtrefny) - Use test tags for skipping tests (vtrefny) - Add a decorator for "tagging" tests (vtrefny) - Add function for (un)freezing filesystems (vtrefny) - Add a function to check whether a path is a mounpoint or not (vtrefny) - Skip bcache tests on all Debian versions (vtrefny)
2019-09-09 12:37:59 +00:00
/libblockdev-2.23.tar.gz
New version 2.24 - Mark VDO plugin as deprecated since 2.24 (vtrefny) - Fix multiple uninitialized values discovered by coverity (vtrefny) - fs: Fix potential NULL pointer dereference in mount.c (vtrefny) - utils: Remove deadcode in exec.c (vtrefny) - Do not check VDO saving percent value in LVM DBus tests (vtrefny) - Use libblkid to get label and UUID for XFS filesystems (vtrefny) - Do not open devices as read-write for read-only fs operations (vtrefny) - Create a common function to get label and uuid of a filesystem (vtrefny) - lvm: Fix getting cache stats for cache thinpools (vtrefny) - Do not skip LVM VDO tests when the kvdo module is already loaded (vtrefny) - tests: Skip LVM VDO tests if kvdo module cannot be loaded (vtrefny) - lvm-dbus: Add LVM VDO pools to bd_lvm_lvs (vtrefny) - lvm: Add a function to get VDO pool name for a VDO LV (vtrefny) - lvm-dbus: Get data LV name for LVM VDO pools too (vtrefny) - Add functions to get VDO stats for LVM VDO volumes (vtrefny) - Move VDO statistics code to a separate file (vtrefny) - Fix copy-paste bug in lvm.api (vtrefny) - exec: Disable encoding when reading data from stdout/stderr (vtrefny) - Add function to get LVM VDO write policy from a string (vtrefny) - Add extra parameters for creating LVM VDO volumes (vtrefny) - Allow calling LVM functions without locking global_config_lock (vtrefny) - Fix getting VDO data in the LVM DBus plugin (vtrefny) - Fix getting string representation of unknown VDO state index (vtrefny) - Add write policy and index size to LVM VDO data (vtrefny) - Fix converting to VDO pool without name for the VDO LV (vtrefny) - Add some helper functions to get LVM VDO mode and state strings (vtrefny) - Add support for creating and managing VDO LVs with LVM (vtrefny) - Fix LVM plugin so names in tests (vtrefny) - Do not hardcode pylint executable name in Makefile (vtrefny) - Add a function to check if a tool supports given feature (vtrefny) - configure.ac: Avoid more bashisms (gentoo) - mount: Fix a memleak (tbzatek) - exec: Fix a memleak (tbzatek) - vdo: Fix a memleak (tbzatek) - configure.ac: Avoid bashisms (polynomial-c) - tests: Specify loader for yaml.load in VDO tests (vtrefny) - lvm-dbus: Fix memory leak in bd_lvm_thlvpoolname (vtrefny) - lvm-dbus: Do not activate LVs during pvscan --cache (vtrefny) - vdo: Run "vdo create" with "--force" (vtrefny) - Fix typo in (un)mount error messages (vtrefny) - utils: Add functions to get and check current linux kernel version (tbzatek) - ext: Return empty string instead of "<none>" for empty UUID (vtrefny) - Add support for BitLocker encrypted devices using cryptsetup (vtrefny) - Add a helper function for closing an active crypto device (vtrefny) - Manually remove symlinks not removed by udev in tests (vtrefny) - Fix memory leak in LVM DBus plugin (vtrefny) - Fix expected cache pool name with newest LVM (vtrefny) - fs: Fix checking for UID/GID == 0 (vtrefny) - Fixed a number of memory leaks in lvm-dbus plugin (mthompson) - exec.c: Fix reading outputs with null bytes (vtrefny) - Fix linking against utils on Debian (vtrefny) - Add new function 'bd_fs_wipe_force' to control force wipe (vtrefny) - Use 'explicit_bzero' to erase passphrases from key files (vtrefny) - Sync spec with downstream (vtrefny)
2020-05-22 13:18:02 +00:00
/libblockdev-2.24.tar.gz
/libblockdev-2.25.tar.gz
2021-07-28 07:05:24 +00:00
/libblockdev-2.26.tar.gz
New version 2.27 - crypto: Remove unused and leaking error in write_escrow_data_file (vtrefny) - kbd: Fix potential NULL pointer dereference in bd_kbd_bcache_create (vtrefny) - kbd: Fix leaking error in bd_kbd_bcache_detach (vtrefny) - kbd: Add missing progress reporting to bd_kbd_bcache_create (vtrefny) - boilerplate_generator: Remove unused variable assignment (vtrefny) - crypto: Remove useless comparison in progress report in luks_format (vtrefny) - lvm: Use correct integer type in for comparison (vtrefny) - lvm: Do not include duplicate entries in bd_lvm_lvs output (vtrefny) - lvm: Do not set global config to and empty string (vtrefny) - tests: Fix expected extended partition flags with new parted (vtrefny) - tests: Skip test_lvcreate_type on CentOS/RHEL 9 (vtrefny) - lvm-dbus: Add support for changing compression and deduplication (vtrefny) - s390: Remove double fclose in bd_s390_dasd_online (#2045784) (vtrefny) - fs: Return BD_FS_ERROR_UNKNOWN_FS on mounting unknown filesystem (tbzatek) - tests: Use losetup to create 4k sector size loop device for testing (vtrefny) - tests: Fix creating loop device for CryptoTestLuksSectorSize (vtrefny) - lvm: Fix reading statistics for VDO pools with VDO 8 (vtrefny) - vdo_stats: Default to 100 % savings for invalid savings values (vtrefny) - tests: Remove test for NTFS read-only mounting (vtrefny) - tests: Lower expected free space on newly created Ext filesystems (vtrefny) - tests: Do not check that swap flag is not supported on DOS table (vtrefny) - overrides: Fix translating exceptions in ErrorProxy (vtrefny)
2022-06-01 11:31:36 +00:00
/libblockdev-2.27.tar.gz
/libblockdev-2.28.tar.gz
2023-06-29 11:48:43 +00:00
/libblockdev-3.0.tar.gz
2023-07-04 13:21:37 +00:00
/libblockdev-3.0.1.tar.gz
2023-07-20 06:43:46 +00:00
/libblockdev-3.0.2.tar.gz
2023-08-31 12:04:34 +00:00
/libblockdev-3.0.3.tar.gz
2023-10-13 06:37:42 +00:00
/libblockdev-3.0.4.tar.gz
2024-01-19 12:32:21 +00:00
/libblockdev-3.1.0.tar.gz
/smart-tests.tar.gz