summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-10-25libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen9-45/+27
2009-10-24Merge branch 'maint' into nextTheodore Ts'o2-30/+45
2009-10-21libext2fs: Fix FEATURE_RO_COMPAT_HUGE_FILE && !HUGE_FILE_FLTheodore Ts'o1-27/+40
2009-10-04Merge branch 'maint' into nextTheodore Ts'o11-56/+50
2009-10-04libext2fs: Always build file_io.cTheodore Ts'o1-2/+2
2009-10-04Don't use in-tree header files if using system uuid or blkid librariesTheodore Ts'o7-52/+40
2009-10-03blkid: Avoid a potentially error message when running "make clean"Theodore Ts'o1-1/+2
2009-09-08libext2fs: Add error table initialization to test programsTheodore Ts'o4-1/+6
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson17-51/+56
2009-09-07Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson2-4/+4
2009-09-07Fix overflow in calculation of total file system blocksValerie Aurora Henson2-3/+3
2009-09-07libext2fs: Round up the bitmap size when allocating a new bitmapTheodore Ts'o1-0/+2
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-23libext2fs: create generic numeric progress meters and use themValerie Aurora Henson6-1/+122
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o8-28/+30
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson12-30/+32
2009-09-07libext2fs: Fix counting routines in blknum.c to take/return __u32 countsNick Dokos2-32/+32
2009-09-07Merge branch 'maint' into nextTheodore Ts'o3-13/+26
2009-08-09libext2fs: Treat uninitialized parts of bitmaps as unallocatedTheodore Ts'o1-2/+2
2009-08-05Convert libext2fs to 64-bit bitmap interfaceValerie Aurora Henson16-116/+241
2009-08-22Add support for 64-bit bitmapsTheodore Ts'o9-10/+1195
2009-08-22Merge branch 'maint' into nextTheodore Ts'o1-2/+2
2009-08-22Move declaration of FS_IOC_FIEMAP ioctl to fiemap.hTheodore Ts'o1-0/+4
2009-08-01Merge branch 'maint' into nextTheodore Ts'o1-1/+1
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-06-01libext2fs: Add ext2fs_block_iterate3()Theodore Ts'o2-27/+112
2009-06-01libext2fs: Add 64-bit bitopsValerie Aurora Henson3-0/+181
2009-07-21libe2p: Add new function parse_num_blocks2()Valerie Aurora Henson2-1/+7
2009-06-01e2p: Print 64-bit block numbers in the superblockTheodore Ts'o1-3/+23
2009-07-21Merge branch 'maint' into nextTheodore Ts'o2-38/+152