aboutsummaryrefslogtreecommitdiffstats
path: root/lib/blkid
Commit message (Expand)AuthorAgeFilesLines
* blkid: Add support for probing exFATSteve Kondik2015-10-163-0/+192
* Add f2fs to blkid.Jeff Sharkey2015-05-282-0/+49
* Cleanup Obsolete LOCAL_PRELINK_MODULE.Ying Wang2014-12-161-1/+0
* am a72d7e9d: Merge "Cleanup Obsolete LOCAL_PRELINK_MODULE."Ying Wang2014-12-161-1/+0
|\
| * Cleanup Obsolete LOCAL_PRELINK_MODULE.Ying Wang2014-12-161-1/+0
* | tune2fs: Allow building it as a static libJP Abgrall2014-11-211-0/+16
|/
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-1911-110/+128
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-0611-128/+110
* Fix blkid time diff bug, build binary.Jeff Sharkey2014-01-051-2/+3
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-0515-13/+243
* Re-add Android makefiles from AOSP masterBernhard Rosenkränzer2013-12-311-0/+78
* ext2fs,blkid: delete unused LIST_HEAD() macroAndreas Dilger2013-12-151-4/+1
* build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-2/+2
* build: use long long for __u64 by defaultAndreas Dilger2013-12-151-8/+8
* e2fsprogs: add (optional) sparse checking to the buildDarrick J. Wong2013-10-111-0/+1
* Try to use secure_getenv() in preference to __secure_getenv()Theodore Ts'o2013-06-161-1/+6
* blkid: remove no-op statement which caused a clang warningTheodore Ts'o2013-03-131-3/+1
* build: quiet some "gcc -Wall" compiler warningsAndreas Dilger2012-12-291-4/+8
* ext2fs, blkid: localize environment-specific variablesAndreas Dilger2012-11-261-49/+56
* Put ELF_OTHER_LIBS in the right place for the linkerTheodore Ts'o2012-08-061-1/+1
* Change pkg-config files so that both <et/com_err.h> and <com_err.h> workTheodore Ts'o2012-05-141-1/+1
* build: fix compile warnings on OSXAndreas Dilger2012-02-271-7/+6
* Update Release Notes, Changelogs, version.h, etc. for 1.42 releaseTheodore Ts'o2011-11-291-12/+25
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-1813-0/+13
* misc: clean up compiler warningsAndreas Dilger2011-06-111-3/+4
* e2fsprogs: reserving code points for new ext4 quota featureAditya Kali2011-02-251-0/+1
* Don't use in-tree header files if using system uuid or blkid librariesTheodore Ts'o2009-10-043-36/+21
* blkid: Avoid a potentially error message when running "make clean"Theodore Ts'o2009-10-031-1/+2
* blkid: support .ko.gz in modules.dep parserKarel Zak2009-08-271-9/+8
* Add support for configure --enable-verbose-makecmdsTheodore Ts'o2009-07-021-54/+54
* blkid: Don't use a hard-coded path for /bin/rm in test_probe.inTheodore Ts'o2009-05-171-1/+1
* blkid: use /sys/block/dm-<N>/dm/nameKarel Zak2009-05-021-1/+29
* blkid: use /dev/mapper/<name> rather than /dev/dm-<N>Karel Zak2009-05-021-2/+11
* blkid: remove whole-disk entries from cache when partitions are foundEric Sandeen2009-04-221-0/+24
* remove useless if-before-free testsJim Meyering2009-03-087-30/+15
* blkid: Add fallback to ext4 for 2.6.29+ kernels if ext2 is not presentTheodore Ts'o2009-03-081-0/+83
* blkid: recognize ext4(dev) without journalEric Sandeen2009-03-061-10/+0
* e2fsprogs: fix potential null ptr defef in check_for_modules()Eric Sandeen2009-03-061-0/+2
* blkid: Add support for detecting user-level suspend as a swsuspend signatureTheodore Ts'o2009-01-201-0/+5
* blkid: recognize btrfsEric Sandeen2009-01-202-0/+121
* blkid: recognize ext3 with test_fs set as ext3Eric Sandeen2008-10-181-4/+0
* libblkid: Refuse to create a device structure for a non-existent deviceTheodore Ts'o2008-10-181-0/+2
* libblkid: Fix file descriptor leak when checking for a moduleTheodore Ts'o2008-10-121-1/+3
* e2fsprogs: fix blkid detection of ext4dev as ext4Eric Sandeen2008-10-121-2/+6
* Fix pkg-config files: use Requires.private and fix the include directoryTheodore Ts'o2008-09-021-2/+2
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-2713-101/+101
* libblkid: Give a priority bonus to "leaf" devicemapper devicesTheodore Ts'o2008-08-271-3/+37
* libblkid: Unexport the private symbol blkid_devdirsTheodore Ts'o2008-08-272-3/+2
* Remove use of devmapper library by the blkid libraryTheodore Ts'o2008-08-263-197/+2
* libblkid: Optimize devicemapper supportTheodore Ts'o2008-08-263-14/+28