]> git.ipfire.org Git - thirdparty/util-linux.git/history - shlibs/blkid/src/probe.c
build-sys: include <uuid.h> rather than <uuid/uuid.h>
[thirdparty/util-linux.git] / shlibs / blkid / src / probe.c
2011-03-16  Karel Zakbuild-sys: include <uuid.h> rather than <uuid/uuid.h>
2011-02-24  Karel Zaklibblkid: try to detect if PT is newer than LVM
2011-01-20  Karel Zaklibblkid: add blkdev.h to blkidP.h
2011-01-20  Karel Zakmake major and minor available on Solaris
2010-11-23  Karel Zaklibblkid: remove unused variable
2010-11-23  Karel Zaklibblkid: cache is incorrectly revalidated
2010-11-15  Davidlohr Buesolibblkid: add blkid_probe_get_sectors()
2010-10-14  Karel Zaklibblkid: consolidate magic strings detection code
2010-09-15  Karel Zaklibblkid: don't probe directories
2010-05-18  Karel Zaklibblkid: probe for (non-linux) RAIDs on whole devices...
2010-05-18  Karel Zaklibblkid: tiny change in debug output
2010-04-23  Karel Zaklibblkid: cleanup some docs
2010-04-22  Karel Zaklibblkid: fix collision between RAID and PT probing
2010-04-19  Karel Zaklibblkid: cleanup fstat() usage
2010-04-19  Karel Zaklibblkid: export functions to get whole-disk devno
2010-03-31  M.S.Colcloughlibblkid: avoid probing CDs for RAID
2010-03-14  Colin Watsonlibblkid: fix infinite loop when probe chain bails...
2010-03-10  Karel Zaklibblkid: add blkid_probe_get_{offset,fd} functions
2010-03-10  Karel Zakliblkid: move getsize.c code to lib/
2010-03-10  Pascal Terjanlibblkid: reset BLKID_TINY_DEV flag in blkid_probe_set_...
2010-03-10  Karel Zaklibblkid: fix display of device size
2010-02-04  Karel Zaklibblkid: don't return error on empty files
2010-01-20  Karel Zaklibblkid: rewrite blkid_probe_get_buffer()
2010-01-19  Karel Zaklibblkid: read whole SB buffer (69kB) on large disks
2010-01-18  Linus Torvaldslibblkid: disable read-ahead when probing device files
2010-01-18  Karel Zaklibblkid: read() optimization for small devices
2010-01-18  Karel Zaklibblkid: restrict RAID/FS proving for small devices...
2009-11-11  Karel Zaklibblkid: remove duplicate debug message
2009-11-11  Karel Zaklibblkid: properly reset position in probing chains
2009-11-10  Karel Zaklibblkid: don't return empty LABELs
2009-10-30  Karel Zaklibblkid: does not return useless binary data
2009-10-22  Karel Zaklibblkid: use BLKSSZGET for GPT sectors
2009-10-05  Karel ZakMerge branch 'for_upstream' of git://git.kernel.org...
2009-10-02  Karel Zaklibblkid: fix blkid_do_probe() to work properly with...
2009-10-01  Karel Zaklibblkid: fix segfault in blkid_do_probe()
2009-09-29  Karel Zaklibblkid: add blkid_new_probe_from_filename()
2009-09-24  Karel Zaklibblkid: cleanup blkid_probe_set_device()
2009-09-24  Corentin Charylibblkid: add UBI volume support
2009-09-22  Karel Zaklibblkid: trim tailing whitespace from unicode LABELs
2009-09-18  Karel Zaklibblkid: fix probing for binary interface
2009-09-16  Karel Zaklibblkid: add missing comments
2009-09-16  Karel Zaklibblkid: add partitions parsing support
2009-09-16  Karel Zaklibblkid: add topology support
2009-09-16  Karel Zaklibblkid: add generic function for binary data
2009-09-16  Karel Zaklibblkid: allow to read in sectors
2009-09-16  Karel Zaklibblkid: allow to change dimension of probing area
2009-09-16  Karel Zaklibblkid: add blkid_probe_get_{size,sectorsize,devno}
2009-09-16  Karel Zaklibblkid: add missing comments to probe.c
2009-09-16  Karel Zaklibblkid: use chains in blkid_do_{safe,full,}_probe()
2009-09-16  Karel Zaklibblkid: use chains in prober (de)initialization
2009-09-16  Karel Zaklibblkid: use private {lookup,get}_value functions
2009-09-16  Karel Zaklibblkid: remove superblock functions from probe.c
2009-09-16  Karel Zaklibblkid: use superblock filter functions
2009-09-16  Karel Zaklibblkid: move blkid_known_fstype() to superblocks.c
2009-09-16  Karel Zaklibblkid: add generic filter functions
2009-09-16  Karel Zaklibblkid: add functions for chain tags
2009-09-16  Karel Zaklibblkid: add chain structs
2009-09-16  Karel Zaklibblkid: move filter macros to header file
2009-09-15  Karel Zaklibblkid: create a generic blkid_encode_to_utf8()
2009-09-15  Karel Zaklibblkid: create a generic blkid_unparse_uuid()
2009-09-15  Karel Zaklibblkid: move FS/raid stuff to superblocks directory
2009-07-01  Karel ZakMerge branch 'tytso' of git://git.kernel.org/pub/scm...
2009-06-30  Karel Zaklibblkid: fix #ifdefs readability
2009-05-27  Milan Brozblkid: add device-mapper snapshot cow device probe
2009-05-22  Karel Zakbuild-sys: fix headers in mkswap and libblkid
2009-05-14  Karel Zakblkid: cleanup debug messages and return codes in blkid...
2009-05-14  Karel Zakblkid: blkid_do_safeprobe() has to be tolerant to RAIDs
2009-05-14  Karel Zakblkid: fix "hangs forever with partition type mdraid"
2009-05-14  Karel Zakbuild-sys: rename /libs to /shlibs