aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add debugfs command to print known featuresAndreas Dilger2008-08-243-2/+141
* libext2fs: grow dblist more aggressivelyAndreas Dilger2008-08-241-1/+1
* Fix miscellaneous compile warningsAndreas Dilger2008-08-241-3/+3
* libblkid: Strengthen the JFS probe routineTheodore Ts'o2008-08-242-4/+17
* libblkid: Fix false detection of DFSee created filesystems.Theodore Ts'o2008-08-241-7/+20
* libext2fs: Fix memory leak in ext2fs_initialize().Manish Katiyar2008-08-231-6/+12
* libblkid: Enhance support for MacOS's hfs, hfsplus, and hfsx filesystemsTheodore Ts'o2008-08-222-6/+240
* libblkid: Fix potential crash if blkid cache is out of date when probingTheodore Ts'o2008-08-221-2/+2
* libuuid: Windows portability fixesTheodore Ts'o2008-08-224-8/+66
* libext2fs: Replace use of sprintf with strcpy/strcat to help SILOTheodore Ts'o2008-08-222-4/+8
* libext2fs: Add support for uninit_bg feature to allocation functionsTheodore Ts'o2008-08-221-0/+81
* ext2fs_block_iterate2(): Support changing interior nodes of an extent treeTheodore Ts'o2008-08-221-2/+5
* ext2fs_extent_set_bmap(): Avoid creating extra extents for resize2fsTheodore Ts'o2008-08-221-5/+7
* ext2fs_extent_set_bmap(): fix bug when replacing a single block extentTheodore Ts'o2008-08-221-2/+1
* Fix ext2fs_extent_set_bmap() when setting a block before the first extentTheodore Ts'o2008-08-221-1/+3
* libext2fs: Fix reading bitmaps from e2image filesTheodore Ts'o2008-08-211-4/+4
* libext2fs : Fix memory leaks in ext2fs_extent_open()Manish Katiyar2008-08-161-3/+5
* Fix a typo in lib/e2p/Makefile.inLi Zefan2008-08-151-1/+1
* libext2fs: Initialize unset inode timestamps when writing a new inodeTheodore Ts'o2008-08-142-1/+10
* libblkid: On the man page, replace empty references with an existing one.Benno Schulenberg2008-08-141-15/+9
* blkid: Fix probing logic so we find renamed devicesTheodore Ts'o2008-08-091-2/+4
* e2fsprogs: Fix tst_extents output on bigendian machine.Aneesh Kumar K.V2008-07-181-5/+15
* Fix inode table allocation with flexbgFrederic Bohe2008-07-171-9/+7
* ext2fs_read_inode: Check the validity of the inode number earlierManish Katiyar2008-07-151-3/+3
* Don't assume that /bin/true is always in /binTheodore Ts'o2008-07-141-1/+1
* libblkid: Make sure we never reference a null dev->bid_typeTheodore Ts'o2008-07-133-3/+6
* libext2fs: Don't check the group checksum when !GDT_CSUMTheodore Ts'o2008-07-131-2/+4
* Flush stdio buffers before calling setbuf()Theodore Ts'o2008-07-131-0/+2
* Define _XOPEN_SOURCE to 600 consistently for Solaris C99 supportTheodore Ts'o2008-07-131-1/+1
* Remove gcc-specific varargs macro in extent.cTheodore Ts'o2008-07-131-24/+57
* Remove vararg macro which causes portability problems from ext3_extent.hTheodore Ts'o2008-07-131-141/+0
* Use K&R style comments instead of C99 comments for portabilityTheodore Ts'o2008-07-131-1/+1
* Fix Solaris shell script portability issuesTheodore Ts'o2008-07-131-3/+3
* libext2fs: Add stricter/earlier tests for blocksize in ext2fs_open()Manish Katiyar2008-07-111-2/+3
* libext2fs: fix potential memory leak in ext2fs_initialize()Manish Katiyar2008-07-111-1/+3
* Update dependencies in the Makefile for lib/ext2fsTheodore Ts'o2008-07-101-3/+2
* Make ext2fs_check_desc() more stringent to force use of backup superbocksTheodore Ts'o2008-07-102-18/+52
* mke2fs,tune2fs: Enable huge_file, dir_nlink, and extra_isize featuresTheodore Ts'o2008-07-101-1/+2
* blkid: Make regression test tolerate older versions of mkswapAndreas Dilger2008-07-101-11/+24
* libext2fs: Fix FLEX_BG offset used by ext2fs_allocate_group_tableTheodore Ts'o2008-07-071-1/+4
* Add ZFS test image to blkid test suiteRicardo M. Correia2008-07-072-0/+1
* Clean up some trivial build warningsEric Sandeen2008-07-062-4/+6
* blkid: Eliminate stale entries that duplicate a verified deviceTheodore Ts'o2008-06-281-2/+36
* blkid: Make sure a device returned by blkid_find_dev_with_tag existsTheodore Ts'o2008-06-281-2/+4
* blkid: use list_for_each_safe in garbage collectionEric Sandeen2008-06-281-2/+2
* libext2fs: Don't include ss/ss.h except when debuggingTheodore Ts'o2008-06-231-1/+2
* blkid: Fix cc portability problem in probe_lvm2()Theodore Ts'o2008-06-211-1/+1
* blkid: fix swap tests (again)Eric Sandeen2008-06-191-1/+4
* Merge branch 'maint'Theodore Ts'o2008-06-171-3/+2
|\
| * libblkid: Fix marginal C code in probe_lvm2()Theodore Ts'o2008-06-171-3/+2