Lines Matching refs:blkid
1406 Fix a dependency definition for the static and profiled blkid
1673 Mke2fs now will obtain get device topology information from blkid and
1696 Fix blkid's modules.dep parser so it handles compressed (.ko.gz)
1719 The in-tree header files are only used if the in-tree uuid or blkid
1720 libraries are used. Otherwise, use the system-provided uuid or blkid
1979 Teach blkid to try to figure out DM device names using take advantage
1984 Fix blkid to prefer /dev/mapper/<name> device names instad of the
2077 used to support filesystems without a journal. Update the blkid
2080 The blkid library will remove an entry from the blkid cache
2112 Add support for building the blkid command statically.
2114 Add support for disabling the built-in blkid library in favor of a
2115 system-installed blkid implementation via the configure option
2122 Fixed a bug which could sometimes cause blkid to return an exit value
2128 The blkid library will now recognize btrfs filesystems and swap
2367 Avoid linking e2initrd_helper, debugfs, blkid, and fsck with unneeded
2440 The blkid library will now recognize MacOS hfsx filesystems, and
2444 The blkid library has improved detection of JFS and HPFS filesystems.
2447 The blkid library is now much more efficiently handling devicemapper
2531 The blkid program will now print out a user-friendly listing of all of
2653 * blkid no longer assumes that the TIOCGSIZE and TIOCGWINSZ ioctl's
2730 Fix blkid handling of stale devices. Fix a bug which could cause a
2731 core dump while garbage collecting the blkid cache, and assure that
2738 blkid's probe function, to reduce the chances of false positives.
2822 Avoid using predictable filenames in /tmp in blkid's regression test
2829 Fix the blkid regression test suite to tolerate older versions of
2866 Fix marginal C code in probe_lvm2() function to the blkid library more
2878 When deciding whether or not to revalidate a blkid cache entry, if the
2943 Fix bug in blkid when run by an unprivileged user; most devices were
3084 Teach blkid to detect LVM2 physical volumes. (Addresses Red Hat
3151 Add support for returning labels for UDF filesystems in the blkid
3154 Fix bug in the blkid library where cached filesystems was not being
3158 Added logic to the blkid library to automatically choose whether a
3219 Add support for detecting HFS+ filesystems in the blkid library.
3221 Add supprt in the blkid library for ext4/ext4dev filesystems.
3223 Fix a bug in blkid where it could die on a floating point exception
3226 Fix blkid's handling of ntfs UUID's so that leading zeros are printed
3295 when printing the contents of the blkid cache, to prevent filesystems
3304 the blkid library. (Addresses Sourceforge Bug: #1831627)
3343 Fix hueristics in blkid which could cause a disk without partitions to
3353 Enhance the blkid library so it will recognize squashfs filesystems.
3361 Enhance blkid's detection of FAT filesystems; so that USB disks with
3472 a partition where there is obsolete information in /etc/blkid.tab, we
3529 Fix divide by zero error in blkid's NTFS probing logic.
3531 Add new blkid -g option which causes the blkid cache to be garbage
3566 Change the blkid library to be much more paranoid about concluding
3588 Add support in blkid to detect LUKS encrypted partitions.
3640 Fix memory leak in blkid library. (Addresses Debian Bug: #413661)
3726 Device mapper scanning wasn't working in the blkid library because the
3729 Add GFS/GFS2 support to the blkid library.
3731 Fix blkid support of empty FAT filesystem labels.
3733 Avoid recursing forever (or for a long time) when the blkid library
3736 Avoid unaligned halfword access in blkid when accessing FAT
3822 Fixed "make clean" in blkid's Makefile.in file from removing tst_*.c files.
3879 pass on the /etc/blkid.tab file.
3923 Fix blkid library so that logic to determine whether or not a device's
3924 cached information in /etc/blkid.tab needs to be verified or not
3929 The blkid library will now store the UUID of the external journal used
4002 Fix a file descriptor leak in blkid library.
4015 Add support for device mapper library to the blkid library to ensure
4016 that the "best" (i.e., leaf) device is probed by the blkid library.
4018 Fix the blkid library so that it notices when an ext2 filesystem is
4021 Improve the blkid's library VFAT/FAT detection; it now understands
4029 blkid library. Also add support for extract the label from iso9660
4072 Add a regression test suite for the blkid library.
4097 Clean up the blkid library by making the superblock and generic i/o
4100 to probe.h in the lib/blkid/resolve.c
4143 Fix blkid's test programs (built with "make check") compile correctly
4144 even without "configure --enable-blkid-debug".
4175 The blkid program has a new option which will more efficiently search
4185 Fixed a potential portability issue in the blkid programs for
4193 Fix blkid's recognition of cramfs filesystems, and enhance it to be
4216 Make the blkid library more paranoid about being run from setgid
4243 Added a new function to the blkid library, blkid_probe_all_new(),
4249 Added new functions to the blkid library, blkid_dev_set_search() and
4404 Change blkid to test for NTFS first because Windows sometimes doesn't
4409 Add support for swap partition label and uuid's in the blkid library.
4411 Add support to the blkid library to recognize Oracle ASM volumes.
4413 Make blkid -t display all devices that match the specified criteria,
4414 not just the first one, and work more consistently when the blkid
4427 The blkid library will return vfat in preference to msdos, and ext3 in
4470 Fix bug in the blkid library when detecting the ocfs1 filesystem
4510 The blkid program has a new option -o which controls the output format
4511 of the blkid program; this is makes blkid more convenient to use in
4525 Add ocfs and ocfs2 probe support into the blkid library.
4527 Fix a memory and file descriptor leak in the blkid library.
4529 The blkid library will revalidate the device if the system time is
4533 The blkid library will override the default location of the blkid.tab
4622 blkid_parse_version_string() functions to the blkid library.
4852 The blkid probe function now more correctly detects UDF filesystems.
4854 Fixed a bug in the blkid library which caused it to not update its
4858 Fixed a bug in the blkid library wihch could avoid an infinite loop
4860 /etc/blkid.tab file has not yet been created.
4897 Added the blkid_known_fstype() function to the blkid library, which
4899 the blkid probing functions.
4901 Improved the documentation for the blkid library.
4906 Added a dependency in the blkid library's .so file to the uuid
5012 Added a new shared library, the blkid library, which efficiently
5016 file, and then verified to make sure the blkid cache is correct.
5019 the device name, using the blkid library. (Addresses Debian bugs
5064 et, ss, uuid, and blkid libraries. The configure script and top-level
5076 chattr, and blkid executables.