OSDN Git Service

Merge branch 'maint' into next
[android-x86/external-e2fsprogs.git] / lib / blkid / probe.c
2007-10-15 Theodore Ts'oMerge branch 'maint' into next
2007-10-15 Eric Sandeenlibblkid: recognize squashfs filesystems on BE systems.
2007-10-14 Eric Sandeenlibblkid: detect squashfs
2007-10-06 Theodore Ts'oMerge branch 'maint'
2007-09-23 Theodore Ts'olibblkid: Add more magic numbers that might mean there...
2007-08-21 Theodore Ts'oMerge branch 'maint'
2007-08-04 Theodore Ts'oMerge branch 'maint'
2007-08-03 Theodore Ts'oFix gcc -Wall warnings
2007-07-09 Theodore Ts'oAdd debugging printf to blkid's probe routine when...
2007-06-24 Theodore Ts'oFix divide by zero error in blkid's NTFS probing logic
2007-06-21 Karsten HoppAdd support for LUKS encrypted partitions
2007-06-19 Theodore Ts'oAdd more paranoid NTFS probing and fetch UUID and LABEL...
2007-04-10 Sergey Vlasovblkid: Report correct UUID from MD superblocks
2007-04-10 Sergey Vlasovblkid: Fix MD 0.90 superblock detection on little endia...
2007-03-07 Theodore Ts'oFix memory leak in blkid library
2006-09-18 Karel ZakFix blkid bug with correctly reporting FAT filesystem...
2006-09-18 Karel ZakAdd GFS/GFS2 support to the blkid library.
2006-05-30 Matthias AndreeAdd parentheses and casts to make GCC happy.
2006-05-30 Matthias AndreeFix SIGBUS through unaligned access to FAT superblocks.
2006-05-29 Matthias AndreeAdd a bunch of type fixes for debug/"make check" code...
2006-05-29 Matthias AndreeDrop unused vector uuid[].
2006-05-14 Theodore Ts'oFixed signed vs. unsigned comparison warning in strncmp().
2006-03-25 Theodore Ts'oFix typo bug in previous commit (6ae1ed49c8c6)
2006-03-24 Theodore Ts'oFix file descriptor leak in blkid library in error...
2006-03-13 Theodore Ts'oFix blkid's last verification logic to work when the...
2006-03-10 Theodore Ts'oAdd EXT_JOURNAL to the blkid tag of ext3 filesystems.
2005-09-11 Theodore Ts'oSearch the root directory of FAT filesystems for the...
2005-09-11 Theodore Ts'oGeneric blkid library cleanup
2005-09-10 Theodore Ts'oAdd a regression test suite for the blkid library
2005-09-10 Theodore Ts'oAdd support to extract basic iso9660 label information...
2005-09-10 Theodore Ts'oAdd support for detecting the reiser4 filesystem in...
2005-09-07 Theodore Ts'oImprove blkid's VFAT/FAT filesystem probe code
2005-09-06 Karel ZakImprove VFAT detection to support filesystems w/o a...
2005-09-06 Karel ZakAdd support for detecting software suspend partitions...
2005-09-06 Karel ZakFix blkid library so that the cache validation notices...
2005-05-07 Theodore Ts'oFix gcc -Wall nits in the blkid library.
2005-05-05 Theodore Ts'oFix libblkid's magic number recognition for the cramfs...
2005-01-28 Theodore Ts'oblkid.c (main, compare_search_type): Make blkid -t...
2005-01-25 Theodore Ts'oprobe.c: Windows can perform a "quick format" that...
2005-01-21 Theodore Ts'oAdd support to the blkid library to recognize Oracle...
2005-01-11 Theodore Ts'oApply Janos Farkas's patch to support extracting the...
2005-01-05 Theodore Ts'oAdjust blkid library so that it returns vfat in prefere...
2004-12-01 Theodore Ts'oAvoid using uint and uchar types when probing for ocfs2...
2004-11-19 Theodore Ts'oprobe.c (probe_ocfs): Fix bug where the wrong size...
2004-09-18 Theodore Ts'oAdd support for ocfs2 detection to the blkid library,
2004-04-20 Theodore Ts'oprobe.c (blkid_verify_devname): If the time is earlier...
2004-03-05 Theodore Ts'oprobe.c (probe_ocfs), probe.h: Add support for the...
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-07-22 Theodore Ts'oprobe.c (probe_udf): Add specific UDF probing code...
2003-07-21 Theodore Ts'oprobe.c (blkid_known_fstype): New function which return...
2003-07-20 Theodore Ts'oprobe.c: When revalidating a filesystem in the blkid...
2003-07-06 Theodore Ts'oFixx gcc -Wall nitpicks.
2003-04-03 Theodore Ts'oFix XFS superblock definition. Add support to
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'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-27 Theodore Ts'oRoto-till and clean up libblkid API.
2003-01-26 Theodore Ts'oSeparate public and private interfaces into separate...
2003-01-25 Theodore Ts'oFix gcc -Wall nits.
2003-01-23 Theodore Ts'oIntegrate new blkid library.