Whamcloud - gitweb
libext2fs: fix ext2fs_close() when MMP is not enabled
[tools/e2fsprogs.git] / lib / blkid / devname.c
2014-01-11 Theodore Ts'olibblkid: remove unneeded pointer checks
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2009-05-03 Karel Zakblkid: use /sys/block/dm-<N>/dm/name
2009-05-03 Karel Zakblkid: use /dev/mapper/<name> rather than /dev/dm-<N>
2009-04-23 Eric Sandeenblkid: remove whole-disk entries from cache when partit...
2008-10-18 Theodore Ts'olibblkid: Refuse to create a device structure for a...
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-27 Theodore Ts'olibblkid: Give a priority bonus to "leaf" devicemapper...
2008-08-27 Theodore Ts'oRemove use of devmapper library by the blkid library
2008-08-27 Theodore Ts'olibblkid: Optimize devicemapper support
2008-08-22 Theodore Ts'olibblkid: Fix potential crash if blkid cache is out...
2008-08-10 Theodore Ts'oblkid: Fix probing logic so we find renamed devices
2008-07-13 Theodore Ts'olibblkid: Make sure we never reference a null dev-...
2008-06-29 Theodore Ts'oblkid: Eliminate stale entries that duplicate a verifie...
2008-02-27 Theodore Ts'olibblkid: Add error checking to devicemapper code to...
2007-12-09 Theodore Ts'oMerge branch 'maint' into next
2007-12-02 Eric Sandeene2fsprogs: fix blkid whole-disk scanning heuristics
2007-08-03 Theodore Ts'oFix gcc -Wall warnings
2007-03-07 Theodore Ts'oFix memory leak in blkid library
2006-09-12 Theodore Ts'oFix bug in device mapper scanning; probe_one() doesn...
2006-03-19 Theodore Ts'oPrevent error messages to stderr caused by libblkid...
2006-03-13 Theodore Ts'oFix blkid's last verification logic to work when the...
2006-03-08 Karel ZakAdd device-mapper support to the blkid library
2005-05-07 Theodore Ts'oAdd a new option to the blkid program, -l, which will...
2005-01-28 Theodore Ts'oblkid.c (main, compare_search_type): Make blkid -t...
2005-01-12 Matthias Andreewe're reading unsigned long long, use %llu rather than...
2005-01-05 Theodore Ts'oAdjust blkid library so that it returns vfat in prefere...
2003-03-06 Theodore Ts'oFix bug; if a partition has no known type, don't derfer...
2003-03-06 Theodore Ts'oFix up lots of portability problems that caused e2fspro...
2003-02-22 Theodore Ts'oInternal changes to the blkid library:
2003-02-22 Theodore Ts'oAdd dynamic debugging capabilities to the blkid library,
2003-02-16 Theodore Ts'oRename blkid_get_devname() to blkid_get_dev(), and...
2003-02-14 Theodore Ts'oRemove bid_id from the blkid device structure, as it...
2003-02-14 Theodore Ts'oAdd a priority label to the device structure, so we...
2003-02-13 Theodore Ts'oWholesale changes to blkid library to simplify the...
2003-01-26 Theodore Ts'oSeparate public and private interfaces into separate...
2003-01-25 Theodore Ts'odevname.c: Add support for EVMS to the blkid library.
2003-01-25 Theodore Ts'oFix gcc -Wall nits.
2003-01-23 Theodore Ts'oIntegrate new blkid library.