summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * logsave: make message when process has a non-zero exit code to be less scaryTheodore Ts'o2014-03-291-1/+1
| * mke2fs: disable resize_inode feature if 64bit feature is enabledEryu Guan2014-03-061-0/+3
| * e2fsck: don't use e2fsck_global_ctx in e2fsck_set_bitmap_type()Theodore Ts'o2014-03-042-6/+7
| * e2fsck: always make sure e2fsck_global_ctx is setTheodore Ts'o2014-03-041-1/+1
| * debian: fix udeb package supportFilipe Brandenburger2014-02-261-4/+4
| * resize2fs: don't free in-use clusters when moving blocksDarrick J. Wong2014-02-231-9/+63
| * resize2fs: during shrink, don't free in-use bg data clustersDarrick J. Wong2014-02-231-29/+48
| * e2fsck: don't add a UUID on a mounted filesystem with csumsMichael Marineau2014-02-231-1/+4
| * Add coverage testing using gcovTheodore Ts'o2014-02-2315-21/+61
| * Set pointer to NULL after ext2fs_freeLukas Czerner2014-02-202-4/+8
| * tune2fs: allow removal of dirty journal with two "-f" optionsEric Sandeen2014-02-202-4/+8
| * libext2fs: delete unused "handle" variablejon ernst2014-02-201-1/+0
| * e4defrag: remove local sync_file_range and fallocateBaruch Siach2014-02-181-47/+3
| * ext2fs: declare struct_io_manager at end of fileAndreas Dilger2014-02-183-150/+91
| * tests: skip unsupported tests on MacOS systemsAndreas Dilger2014-02-182-2/+6
| * build: fix LLVM compiler warningsAndreas Dilger2014-02-186-75/+88
| * chattr: improve the description for 'j' option in manpageZheng Liu2014-02-121-3/+3
| * libe2p: allow libe2p.h to be used in C++ programsTheodore Ts'o2014-02-071-1/+1
| * libext2fs: try to roll back when splitting an extent failsDarrick J. Wong2014-02-061-3/+22
| * libext2fs: don't hang on to unmapped block if extent tree update failsDarrick J. Wong2014-02-061-1/+3
| * libext2fs: during punch, fix parent extents after modifying extentDarrick J. Wong2014-02-061-0/+8
| * libext2fs: iterate past lower extents during punchDarrick J. Wong2014-02-061-2/+11
| * mke2fs: clean up kernel version testsDarrick J. Wong2014-02-061-14/+26
| * e2fsprogs: Disallow tune2fs enabling sparse_super with ext4 meta_bg enabledAkira Fujita2014-02-061-3/+24
| * debian: fix spelling typo in debian/control.inTheodore Ts'o2014-02-061-1/+1
| * debian: add make variable to prevent building udeb packagesTheodore Ts'o2014-02-062-1/+30
| * mke2fs: minor bugfixes for mk_hugefilesTheodore Ts'o2014-02-061-2/+7
| * configure: support biarch builds with --multiarch=lib64Theodore Ts'o2014-02-052-4/+14
| * debian: update debian/changelog and e2fslibs.symbols for 1.42.9-3 releaseTheodore Ts'o2014-02-043-4/+26
| * debian: fix dpkg-buildpackage for Debian SqueezeTheodore Ts'o2014-02-041-3/+0
| * mke2fs: add support for hugefiles_alignTheodore Ts'o2014-02-042-2/+31
| * Fix up the Makefiles dependencies in lib/ext2fs and lib/quotaTheodore Ts'o2014-01-304-20/+23
| * blkid: suppress Coverity warningTheodore Ts'o2014-01-301-8/+2
| * libss: fix potential buffer overrun in list_rqsTheodore Ts'o2014-01-301-16/+8
| * quota: fix uninitiaized memory reference in mke2fs with quota enabledTheodore Ts'o2014-01-301-0/+1
| * blkid: avoid potential integer overflow issues identified by CoverityTheodore Ts'o2014-01-301-6/+14
| * mke2fs: add make_hugefile featureTheodore Ts'o2014-01-305-11/+524
| * e2fsck, mke2fs: enable octal integers in the profile/config fileTheodore Ts'o2014-01-301-2/+2
| * mke2fs: allow metadata blocks to be at the beginning of the file systemTheodore Ts'o2014-01-303-1/+67
| * Add support for new compat feature "sparse_super2"Theodore Ts'o2014-01-3016-9/+300
| * tune2fs, mke2fs: add the ability to control the location of the journalTheodore Ts'o2014-01-307-5/+49
| * libext2fs: add new function ext2fs_add_journal_inode2()Theodore Ts'o2014-01-302-4/+13
| * libext2fs: factor out get_midpoint_journal_block() in mkjournal.cTheodore Ts'o2014-01-301-27/+32
| * mke2fs: optimize fix_cluster_bg_counts()Theodore Ts'o2014-01-301-17/+30
| * libext2fs: optimize ext2fs_new_block2()Theodore Ts'o2014-01-201-17/+17
| * libext2fs: optimize ext2fs_allocate_group_table()Theodore Ts'o2014-01-201-15/+7
| * libext2fs: add ext2fs_block_alloc_stats_range()Theodore Ts'o2014-01-202-0/+43
| * libext2fs: further clean up and rename check_block_uninitTheodore Ts'o2014-01-201-28/+5
| * libext2fs: optimize find_first_{zero,set}() for red-black tree based bitmapsTheodore Ts'o2014-01-201-0/+89
| * libext2fs: optimize find_first_set() for bitarray-based bitmapsTheodore Ts'o2014-01-201-1/+76