summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-19resize2fs.8: Update man page to indicate ext4 supports on-line resizeTheodore Ts'o1-1/+1
2010-07-17resize2fs: relax requirements for -P output a bitEric Sandeen1-2/+1
2010-07-06debian: Remove obsolete initrd scriptTheodore Ts'o3-69/+0
2010-07-05e2fsck, resize2fs: fix a fp precision error that can lead to a seg faultTheodore Ts'o2-2/+12
2010-07-05e2fsck: Add missing ext2fs_close() call when going back to original superblockTheodore Ts'o1-0/+2
2010-07-05e2freefrag: Fix getopt bug on machines with unsigned charsMike Frysinger3-3/+4
2010-07-05e2freefrag: Display the total number of free extentsTheodore Ts'o1-0/+1
2010-07-05Enhance tst_super_size so that it checks the superblock fields as wellTheodore Ts'o1-3/+116
2010-07-05Add superblock fields which track first and most recent fs errorsTheodore Ts'o3-1/+55
2010-06-24Fix Makefile dependencies for test programs in lib/ext2fsTheodore Ts'o1-1/+5
2010-06-24Add support for Next3 snapshot superblock fields to dumpe2fs and debugfsTheodore Ts'o3-0/+22
2010-06-07po: update zh_CN.po (from translationproject.org)Theodore Ts'o2-279/+326
2010-06-07po: update vi.po (from translationproject.org)Theodore Ts'o2-303/+388
2010-06-07po: update de.po (from translationproject.org)Theodore Ts'o2-324/+435
2010-06-07po: update sv.po (from translationproject.org)Göran Uddeborg2-629/+794
2010-06-07po: update pl.po (from translationproject.org)Jakub Bogusz2-267/+294
2010-06-07po: update nl.po (from translationproject.org)Benno Schulenberg2-285/+313
2010-06-07po: update id.po (from translationproject.org)Arif E. Nugroho2-269/+296
2010-06-07po: update fr.po (from translationproject.org)Samuel Thibault2-268/+295
2010-06-07po: update cs.po (from translationproject.org)Petr Pisar2-267/+294
2010-06-03Update debian/changelog for v1.41.12-2 releaseTheodore Ts'o1-0/+8
2010-06-03Fix debian problem: e2fsprogs: bogus dependency on libblkid1 due to shlibs.localTheodore Ts'o2-3/+13
2010-06-02Reserve feature flags and fields needed for the Next3 snapshot featureTheodore Ts'o1-1/+15
2010-06-02Reserve the EXT4_FEATURE_INCOMPAT_DIRDATA feature flagAndreas Dilger1-0/+1
2010-06-02Reserve the EXT4_INCOMPAT_EA_INODE feature flagAndreas Dilger1-0/+2
2010-05-31libext2fs: Remove #include of <linux/types.h> from fiemap.hTheodore Ts'o1-2/+0
2010-05-26Fix minor nit in debian/rules fileTheodore Ts'o1-1/+1
2010-05-19e2fsck: correct test for EOFBLOCKSEric Sandeen1-1/+1
2010-05-19tune2fs: Enable uninit_bg to be set without requiring an fsckTheodore Ts'o1-9/+47
2010-05-18Clean up "last commit" comment in RELEASE-NOTESTheodore Ts'o1-2/+2
2010-05-17Update release notes, version string, etc. for e2fsprogs 1.41.12 releaseTheodore Ts'o6-16/+162
2010-05-17Fix dpkg-buildpackage -j2Theodore Ts'o1-2/+3
2010-05-17Update e2fsprogs translation template for 1.41.12 releaseTheodore Ts'o1-264/+291
2010-05-17e2fsck: Don't set the group descriptor checksums if the fsck was cancelledTheodore Ts'o1-1/+2
2010-05-17mke2fs: account for physical as well as logical sector sizeTheodore Ts'o5-12/+73
2010-05-17libe2p, libext2fs: Update file copyright permission states to match COPYINGTheodore Ts'o105-226/+272
2010-05-17mke2fs: Fix compile warning messageTheodore Ts'o1-1/+2
2010-05-17Install fsck.ext4 symlink in e2fsprogs-udeb packageTheodore Ts'o1-2/+3
2010-05-17Always build namei.o so that building with "configure --disable-debugfs" worksTheodore Ts'o1-1/+2
2010-05-17Add configure options --enable-symlink-build and --enable-symlink-installTheodore Ts'o13-71/+138
2010-05-15libcom_err: Only output ^M when tty is in raw modeTheodore Ts'o2-4/+24
2010-05-14tests: Use our own mke2fs.conf fileTheodore Ts'o2-2/+46
2010-05-14e2fsck: Explicitly reject extents that begin at physical block 0 as illegalTheodore Ts'o1-1/+2
2010-05-13e2fsck: Fix segmentation fault when checking a file systemTheodore Ts'o1-0/+1
2010-05-13e2fsck: Skip time-based checks if the time looks insane or broken_system_clockTheodore Ts'o6-21/+34
2010-05-13e2fsck: make block counting variable in pass1 64 bitsEric Sandeen1-1/+1
2010-05-13e2fsck: mark sparse journal as invalidEric Sandeen1-1/+1
2010-05-12e2fsck: Fix a number of problems that were inappropriately using PROMPT_ABORTTheodore Ts'o3-19/+24
2010-05-12mke2fs: be explicit if external journal device is not foundEric Sandeen1-0/+4
2010-05-12resize2fs: don't print minimum size if fs is not cleanEric Sandeen1-0/+8