summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-06-16Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o1-4/+5
2011-06-15misc: quiet "unused variable" compiler warningsAndreas Dilger1-1/+1
2011-06-15libext2fs: fix regression in ext2fs_new_block2() for uninit_bg file systemsTheodore Ts'o1-0/+2
2011-06-11Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2011-06-11ext2fs: fix error handling in ext2fs_add_dir_blockAndreas Dilger1-1/+1
2011-06-11mke2fs: skip zeroing journal blocksAndreas Dilger2-6/+19
2011-06-11ext2fs: Handle internal journal over 2^32 bytesAndreas Dilger3-33/+42
2011-06-11ext2fs: don't use O_DIRECT if not availableAndreas Dilger1-0/+2
2011-06-11misc: fix compile warnings on OSXAndreas Dilger6-24/+23
2011-06-11ext2fs: fix ext2fs_warn_bitmap32() return warningAndreas Dilger2-2/+2
2011-06-11ext2fs: fix undeclared posix_memalign() warningAndreas Dilger1-1/+12
2011-06-11misc: clean up compiler warningsAndreas Dilger8-11/+12
2011-06-10e2fsck: add basic bigalloc support to check (but not yet repair) file systemsTheodore Ts'o2-2/+3
2011-06-10mke2fs: support creating bigalloc file systemsTheodore Ts'o1-11/+47
2011-06-10libext2fs: allocate clusters to files in expand_dir.c and mkjournal.cTheodore Ts'o2-10/+26
2011-06-10libext2fs: teach block allocation functions about bigalloc/clustersTheodore Ts'o1-5/+12
2011-06-10libext2fs: teach bitmap functions about bigalloc/clusterTheodore Ts'o4-2/+111
2011-06-10libext2fs: create extent-based directories if the extents feature is enabledTheodore Ts'o1-2/+15
2011-06-04Merge branch 'maint' into nextTheodore Ts'o7-13/+43
2011-06-04libext2fs: Teach block bitmap read, write, and allocation funcs about clustersTheodore Ts'o2-9/+10
2011-06-04libext2fs: change fs->clustersize to fs->cluster_ratio_bitsTheodore Ts'o3-3/+21
2011-06-04libext2fs: change EXT2_MAX_BLOCKS_PER_GROUP() to be cluster size awareTheodore Ts'o1-1/+5
2011-06-04libext2fs: require cluster size == block_size when opening a !bigalloc fsTheodore Ts'o1-0/+6
2011-06-04libcom_err: Fix install rule if installing with hard linksTheodore Ts'o1-1/+2
2011-05-18e2image: Add support for qcow2 formatLukas Czerner5-14/+377
2011-05-18e2fsprogs: Add memory allocation and zero-out helpersLukas Czerner1-1/+27
2011-05-14mke2fs: make s_inodes_per_group >= 8 in ext2fs_initializeTao Ma1-0/+2
2011-05-08e2fsprogs: fix memory leak in ext2fs_free_generic_bmap()Lukas Czerner1-0/+1
2011-05-08e2fsprogs: fix freeing bitmap in allocation error pathLukas Czerner1-1/+1
2011-03-18Merge branch 'maint' into nextTheodore Ts'o3-2/+7
2011-03-18add new superblock field: s_overhead_blocksTheodore Ts'o3-2/+7
2011-02-27mke2fs: If the device supports discard, don't print an error messageTheodore Ts'o1-0/+3
2011-02-27Merge branch 'maint' into nextTheodore Ts'o9-33/+55
2011-02-25Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o8-30/+36
2011-02-25e2fsprogs: reserving code points for new ext4 quota featureAditya Kali6-3/+19
2011-02-20Merge branch 'maint' into nextTheodore Ts'o2-15/+4
2011-02-20e2fsprogs: enable user namespace xattrs by defaultEric Sandeen1-0/+1
2011-02-20e2fsprogs: turn off enforced fsck intervals by defaultEric Sandeen1-15/+2
2011-02-20e2fsprogs: create com_err.h link in includedirEric Sandeen1-0/+1
2010-12-22Merge branch 'maint' into nextTheodore Ts'o1-1/+3
2010-12-22libext2fs: Don't use the extended rec_len encoding for standard file systemsTheodore Ts'o1-1/+3
2010-12-22libext2fs: fix possible memory leak in write_journal_inode()Namhyung Kim1-0/+1
2010-12-21ext2fs: fix memory leak in an error case in inode_open()Theodore Ts'o1-2/+3
2010-12-20libext2fs: fix potential free() of garbage in ext2fs_update_bb_inode()Theodore Ts'o1-2/+1
2010-12-20libext2fs: fix dubious code in ext2fs_unmark_generic_bitmap()Namhyung Kim1-1/+1
2010-12-20libext2fs: remove unnecessary casts to ext2fs_generic_bitmapNamhyung Kim1-49/+30
2010-12-20libext2fs: fix dubious code in ext2fs_numeric_progress_init()Namhyung Kim1-1/+1
2010-12-20libext2fs: fix potential build failure with OMIT_COM_ERRNamhyung Kim1-6/+6
2010-12-20Merge branch 'maint' into nextTheodore Ts'o3-6/+10
2010-12-16libext2fs: Fix compile bug on big-endian architecturesTheodore Ts'o1-1/+1