Whamcloud - gitweb
LU-10638 build: add support for Scientific
[tools/e2fsprogs.git] / lib / blkid /
2008-01-27 Theodore Ts'oblkid: Make sure the blocksize in reiserfs is sane
2008-01-27 Theodore Ts'oTeach the blkid library about ext4/ext4dev
2008-01-14 Pixelblkid: have ntfs's UUID compatible with vol_id
2008-01-01 Theodore Ts'oMerge branch 'maint' into next
2008-01-01 Theodore Ts'oFix build error in blkid/tst_types.c when using diet...
2007-12-17 Theodore Ts'oMerge branch 'maint' into next
2007-12-16 Theodore Ts'oblkid: Avoid division by zero error when probing an...
2007-12-09 Theodore Ts'oMerge branch 'maint' into next
2007-12-02 Eric Sandeene2fsprogs: fix blkid whole-disk scanning heuristics
2007-11-01 Dmitry V. Levinblkid.pc, ss.pc: Move private libs from "Libs:" to...
2007-10-29 Dmitry V. Levinblkid/test_probe.in: Fix temporary files handling
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-04 Theodore Ts'oMiscellaneous Cleanups
2007-08-03 Theodore Ts'oFix gcc -Wall warnings
2007-07-09 Theodore Ts'oAdd debugging printf to blkid's probe routine when...
2007-07-08 Theodore Ts'oRemove Changelog files since they're not used after...
2007-07-08 Theodore Ts'oFix bug which could cause libblkid to loop forever
2007-06-24 Theodore Ts'oUpdate Release Notes, Changelogs, version.h, etc. for...
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-05-25 Andreas DilgerFix gcc -Wall warnings, especially on 64-bit systems
2007-05-19 Theodore Ts'olibblkid: Fix bug which could cuase bid_type to be...
2007-05-18 Theodore Ts'oAdd new function blkid_gc_cache()
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-24 Brian Behlendorf[COVERITY] Fix (error case) memory leak in blkid librar...
2007-03-21 Theodore Ts'o[VALGRIND] Fix memory leak in libblkid (blkid_get_devname)
2007-03-18 Theodore Ts'o[COVERITY] Allow blkid_dev_has_tag to check if a tag...
2007-03-07 Theodore Ts'oFix memory leak in blkid library
2006-09-25 Theodore Ts'oblkid_devno_to_devname(): Avoid recursive loops due...
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-09-12 Theodore Ts'oFix bug in device mapper scanning; probe_one() doesn...
2006-08-20 Andreas Dilgerblkid.8.in: Fix description of the -l option to be...
2006-08-20 Andreas DilgerThis patch fixes up an error in the lib/blkid/Makefile...
2006-06-21 Andreas Dilgerfix comment for blkid_get_dev_size()
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-30 Matthias AndreeChange more "echo -n" to "printf" to avoid screen clutter.
2006-05-30 Matthias AndreeSwitch endian detection from Linuxism to AC_C_BIGENDIAN.
2006-05-30 Matthias AndreeRevise DIOCGDINFO (sys/disklabel.h) related FreeBSD...
2006-05-30 Matthias AndreeEnable sys/disklabel.h and DIOCGDINFO based getsize...
2006-05-29 Matthias AndreeAdd a bunch of type fixes for debug/"make check" code...
2006-05-29 Matthias AndreeCast time_t variable to long for fprintf to match %ld.
2006-05-29 Matthias AndreeDrop unused vector uuid[].
2006-05-29 Matthias AndreeImplement DIOCGMEDIASIZE for FreeBSD's GEOM.
2006-05-14 Theodore Ts'oFixed signed vs. unsigned comparison warning in strncmp().
2006-04-09 Theodore Ts'oFix asm_types.h type conflicts
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-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-10 Theodore Ts'oAdd EXT_JOURNAL to the blkid tag of ext3 filesystems.
2006-03-08 Karel ZakAdd device-mapper support to the blkid library
2005-12-29 Theodore Ts'oAdd missing parameter to error printf in blkid test...
2005-12-11 Theodore Ts'oAddress parallel build problem in the library Makefiles
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-07 Theodore Ts'oRemove unneeded probe.h header file in lib/blkid/resolve.c
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-07-25 Theodore Ts'oFix false positives from valgrind: prctl(PR_GET_DUMPABLE)
2005-07-10 Andreas DilgerThis patch adds a check to use fstat or fstat64 in...
2005-07-01 Theodore Ts'oUpdate for e2fsprogs 1.38 release.
2005-06-27 Theodore Ts'oFix blkid's debugging/TEST_PROGRAM code so that it...
2005-05-07 Theodore Ts'oAdd a new option to the blkid program, -l, which will...
2005-05-07 Theodore Ts'oFix gcc -Wall nits in the blkid library.
2005-05-07 Theodore Ts'oClean up the debugging code in the blkid library so...
2005-05-07 Theodore Ts'oAdd new two new functions to the blkid library: blkid_d...
2005-05-05 Theodore Ts'oFix libblkid's magic number recognition for the cramfs...
2005-04-16 Theodore Ts'oFix typo so that we actually ignore environment variabl...
2005-04-06 Theodore Ts'oAdd paranoia checks into the blkid, ext2fs, and ss...
2005-03-22 Theodore Ts'oUpdate for the e2fsprogs 1.37 release.
2005-03-22 Theodore Ts'oIgnore the BLKID_FILE environment variable if blkid_get...
2005-03-17 Theodore Ts'ogetsize.c (blkid_get_dev_size): Fix compilation problem on
2005-02-05 Theodore Ts'oUpdate for release of e2fsprogs 1.36.
2005-02-05 Theodore Ts'oRemove *.pc files on a "make distclean"
2005-02-04 Theodore Ts'oUse inline instead of __inline__ in the blkid debugging...
2005-01-28 Theodore Ts'oblkid.c (main, compare_search_type): Make blkid -t...
2005-01-26 Theodore Ts'oAdd functions which allow an application program to...
2005-01-26 Theodore Ts'oAdd pkg-config files to e2fsprogs's libraries.
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-19 Theodore Ts'oMakefile.in: Fix the kernel compile-time echo commands...
2005-01-13 Matthias Andreelib/blkid/getsize.c: Move #include "blkidP.h" before...
2005-01-12 Matthias Andreewe're reading unsigned long long, use %llu rather than...
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-15 Theodore Ts'oAdd install-strip and install-shlibs-strip targets
2004-12-15 Theodore Ts'oUse MKINSTALLDIRS macro so that the Makefiles can find...
next