summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-03-06e2fsprogs: fix potential null ptr defef in check_for_modules()Eric Sandeen1-0/+2
2009-03-06Add support for a new superblock field: s_kbytes_writtenTheodore Ts'o4-5/+38
2009-01-22libext2fs: Add sanity checks to ext2fs_{block,inode}_alloc_statsTheodore Ts'o1-0/+14
2009-01-22ext2fs_new_inode(): Add sanity check to assure a valid inode numberTheodore Ts'o1-0/+2
2009-01-20ext2fs_get_device_size: Fix error handlingTheodore Ts'o1-5/+6
2009-01-20Add 64-bit getsize interface.Jose R. Santos2-22/+18
2009-01-20Use format strings directly to prevent -Werror=format-security failuresTheodore Ts'o1-2/+2
2009-01-20blkid: Add support for detecting user-level suspend as a swsuspend signatureTheodore Ts'o1-0/+5
2009-01-20blkid: recognize btrfsEric Sandeen2-0/+121
2009-01-19ext2fs_open2: Add more checks for filesystem consistencyThiemo Nagel1-2/+13
2009-01-19ext2fs_read_inode_full: Add safety check to avoid SEGV's on corrupted fs'sTheodore Ts'o1-0/+2
2009-01-19ext2fs_block_iterate2: Preserve the uninit flag in extentsTheodore Ts'o1-1/+6
2009-01-19ext2fs_block_iterate2: Reflect errors from ext2fs_extent_set_bmap to callerTheodore Ts'o1-1/+1
2008-12-25e2fsck: Fix an unhandled corruption case in scan_extent_node()Theodore Ts'o1-1/+3
2008-11-16Fix various signed/unsigned gcc warningsTheodore Ts'o3-7/+7
2008-10-18blkid: recognize ext3 with test_fs set as ext3Eric Sandeen1-4/+0
2008-10-18libblkid: Refuse to create a device structure for a non-existent deviceTheodore Ts'o1-0/+2
2008-10-12libblkid: Fix file descriptor leak when checking for a moduleTheodore Ts'o1-1/+3
2008-10-12unix_io: check for read-only devices when opening R/WEric Sandeen1-0/+25
2008-10-12e2fsprogs: fix blkid detection of ext4dev as ext4Eric Sandeen1-2/+6
2008-10-02Update Makefile depend information for crc16.oTheodore Ts'o1-2/+2
2008-10-02libcom_err: Add missing type declarations to clean up -Wall warningsTheodore Ts'o1-5/+5
2008-10-01libcom_err: Fix file descriptor leak after an execTheodore Ts'o1-7/+21
2008-09-12libcom_err: Use sem_post/sem_init to prevent race conditionsTheodore Ts'o3-8/+77
2008-09-12Fix compiling under diet libcTheodore Ts'o4-2/+13
2008-09-07Install with relative symlinks if $(root_libdir) == $(libdir)Theodore Ts'o1-2/+6
2008-09-02Fix pkg-config files: use Requires.private and fix the include directoryTheodore Ts'o6-9/+9
2008-09-02libext2fs: Compile ext2fs_swab64() for all platformsTheodore Ts'o1-6/+6
2008-09-02libext2fs: Remove unused ext2fs_find_{first,ext}_bit_set()Theodore Ts'o1-103/+0
2008-09-01Enable test_io debugging by defaultTheodore Ts'o1-2/+3
2008-09-01libe2p: Fix potential core-dumping bug in iterate_on_dir()Theodore Ts'o1-3/+3
2008-08-29Update makefile dependency for lib/e2p/Makefile.inTheodore Ts'o1-1/+9
2008-08-28Further optimize journal placement for flex_bg filesystemsTheodore Ts'o1-2/+12
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o134-972/+972
2008-08-27Improve future compatibility for the 64-bit I/O channel functionsTheodore Ts'o3-4/+43
2008-08-27libext2fs: Fix ext2fs_bmap() to work with extents and BMAP_ALLOCTheodore Ts'o2-2/+10
2008-08-27ext2fs_block_iterate2: Fix memory leak on error pathsTheodore Ts'o1-10/+6
2008-08-27If the filesystem supports extents create an extent-based journal inodeTheodore Ts'o1-0/+6
2008-08-27ext2fs_block_iterate2: Add BLOCK_FLAG_APPEND support for extent-based filesTheodore Ts'o1-4/+24
2008-08-27Create the journal in the middle of the filesystemTheodore Ts'o1-5/+23
2008-08-27ext2fs_mkjournal(): Don't allocate an extra block to the journalTheodore Ts'o1-1/+1
2008-08-27libblkid: Give a priority bonus to "leaf" devicemapper devicesTheodore Ts'o1-3/+37
2008-08-27libblkid: Unexport the private symbol blkid_devdirsTheodore Ts'o2-3/+2
2008-08-26Remove use of devmapper library by the blkid libraryTheodore Ts'o3-197/+2
2008-08-26libblkid: Optimize devicemapper supportTheodore Ts'o3-14/+28
2008-08-25Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o4-30/+48
2008-08-24libblkid: Fix namespace leakage of unicode_16be_to_utf8Theodore Ts'o1-2/+2
2008-08-24libe2p: Fix namespace leakage of os_tabTheodore Ts'o1-1/+1
2008-08-24libext2fs: Fix namespace leakage of crc16 functionsTheodore Ts'o4-29/+21
2008-08-24add debugfs command to print known featuresAndreas Dilger3-2/+141