summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-08-27blkid: support .ko.gz in modules.dep parserKarel Zak1-9/+8
2009-08-25tune2fs: Fix "tune2fs -j <dev>" for extent-enabled filesystemsTheodore Ts'o1-4/+16
2009-08-09libext2fs: Treat uninitialized parts of bitmaps as unallocatedTheodore Ts'o1-2/+2
2009-07-22libext2fs: Use blk_t instead of int in ext2fs_allocate_group_tableTheodore Ts'o1-1/+1
2009-07-19libext2fs: Avoid creating unneeded new extents in ext2fs_extent_set_bmap()Theodore Ts'o1-25/+93
2009-07-19libext2fs: Improve debugging printf's in extent.cTheodore Ts'o1-8/+51
2009-07-19libext2fs: Fix regression in ext2fs_extent_set_bmap()Theodore Ts'o1-4/+5
2009-07-18libext2fs: fix memory leak in error path in ext2fs_block_iterate2()Theodore Ts'o1-2/+4
2009-07-12libext2fs: Fix minor gcc -Wall warningsTheodore Ts'o3-10/+5
2009-07-11Remove tst_csum.c from lib/ext2fs/Makefile.in's SRCS listTheodore Ts'o1-1/+0
2009-07-10libext2fs: Make ext2fs_extent_set_bmap() more robust against ENOSPCTheodore Ts'o1-13/+33
2009-07-09libext2fs: Add new function ext2fs_test_inode_bitmap_range()Theodore Ts'o2-4/+114
2009-07-07libext2fs: reset handle after inserting new extentEric Sandeen1-0/+4
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o12-335/+335
2009-07-01Fix Makefile dependencies for libcom_errTheodore Ts'o2-13/+15
2009-06-30libuuid: Don't run uuidd if it would fail due to permission problemsTheodore Ts'o2-2/+8
2009-06-29libuuid, uuidd: Avoid infinite loop while reading from the socket fdTheodore Ts'o1-3/+7
2009-06-29libuuid: Make sure fd's 0, 1, and 2 are valid before exec'ing uuiddTheodore Ts'o1-1/+4
2009-06-29libext2fs: ensure validate_entry doesn't read beyond blocksizeNic Case1-3/+6
2009-06-21Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o5-22/+82
2009-06-17libext2fs: initialize large inodes for journal & resizeEric Sandeen2-2/+2
2009-06-17libext2fs: write only core inode in update_path()Eric Sandeen1-7/+6
2009-06-15libext2fs: Fix memory leak in the extents handling functionTheodore Ts'o1-1/+1
2009-05-30Update lib/xt2fs/Makefile.in using "make depend"Theodore Ts'o1-5/+0
2009-05-29libext2fs: Move test code for csum.c inline instead of in a separate fileTheodore Ts'o3-135/+116
2009-05-29libext2fs: Add an explicit error code for missing mtab fileTheodore Ts'o2-1/+4
2009-05-28libext2fs: add ext2fs_extent_open2number96524-9/+24
2009-05-28chattr: manpage tidyupsEric Sandeen1-1/+1
2009-05-25resize2fs: fix ENOSPC corruption caseEric Sandeen1-5/+6
2009-05-17blkid: Don't use a hard-coded path for /bin/rm in test_probe.inTheodore Ts'o1-1/+1
2009-05-04Add missing file: lib/ext2fs/fiemap.hTheodore Ts'o1-0/+66
2009-05-02blkid: use /sys/block/dm-<N>/dm/nameKarel Zak1-1/+29
2009-05-02blkid: use /dev/mapper/<name> rather than /dev/dm-<N>Karel Zak1-2/+11
2009-05-02Avoid unneeded updates of block group descriptors in ext2fs_closefs()Theodore Ts'o1-1/+2
2009-04-23Update lib/ext2fs/Makefile.in using "make depend"Theodore Ts'o1-3/+3
2009-04-23libext2fs: read the block group descriptors more efficientlyTheodore Ts'o1-2/+18
2009-04-22blkid: remove whole-disk entries from cache when partitions are foundEric Sandeen1-0/+24
2009-04-22libext2fs: Skip relative pathnames in /etc/mtab in ismounted.cTheodore Ts'o1-0/+2
2009-04-22libext2fs: Fix format string type warnings in alloc_stats.cTheodore Ts'o1-3/+3
2009-04-22libss: Fix warn_unused_result warnings from gccTheodore Ts'o1-1/+20
2009-04-22libss: ss_execute_line: reflect any error codes from system() to the callerTheodore Ts'o1-2/+6
2009-04-22libcom_err: Declare prototypes for et_list_lock/unlock in com_err.hTheodore Ts'o1-0/+4
2009-04-22libe2p: Declare prototypes for the journal feature name functions in e2p.hTheodore Ts'o1-0/+2
2009-04-15libuuid: Close all file descriptors before running uuiddTheodore Ts'o1-3/+36
2009-03-16libext2fs: external journal devices should not cause ext2fs_open2 to failTheodore Ts'o1-4/+5
2009-03-08libss: Avoid leak upon failed realloc in ss_add_request_table()Jim Meyering1-3/+4
2009-03-08libext2fs: don't leak strdup'd dev name in dosio.c upon errorJim Meyering1-0/+3
2009-03-08remove useless if-before-free testsJim Meyering12-67/+27
2009-03-08blkid: Add fallback to ext4 for 2.6.29+ kernels if ext2 is not presentTheodore Ts'o1-0/+83
2009-03-06blkid: recognize ext4(dev) without journalEric Sandeen1-10/+0