summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dumpe2fs: print the expected block group checksum if it is incorrectnextTheodore Ts'o2012-03-154-4/+12
* e2fsck: add ability to limit the # of problems of a particular typeTheodore Ts'o2012-03-142-0/+22
* e2fsck: check for zero length extentTheodore Ts'o2012-03-117-0/+31
* e2fsck: do not discard itable if discard doen't zero dataLukas Czerner2012-03-111-1/+12
* e2fsck: do not discard when in read only modeLukas Czerner2012-03-112-3/+7
* e2fsck: optimize CPU usage in check_{block,inode}_bitmaps()Theodore Ts'o2012-03-111-6/+5
* e2fsck: do not forget to discard last block groupLukas Czerner2012-03-111-0/+9
* e2fsck: remove last argument from e2fsck_discard_blocks()Lukas Czerner2012-03-111-5/+5
* e2fsck: discard only unused parts of inode tableLukas Czerner2012-03-111-23/+67
* libext2fs: check for fallocate symbol before using itMike Frysinger2012-03-061-1/+1
* configure: sort the lists for AC_CHECK_FUNCS and AC_CHECK_HEADERSMike Frysinger2012-03-063-7/+91
* build: fix compile warnings on OSXAndreas Dilger2012-02-273-18/+9
* libquota: don't include system quota.h headerAndreas Dilger2012-02-273-5/+2
* libext2fs: include config.h for HAVE_xxx definesMike Frysinger2012-02-271-0/+2
* libext2fs: include sys/time.h for gettimeofday()Mike Frysinger2012-02-271-0/+3
* e2image: skip uninitialized bitmaps and inode tablesPhillip Susi2012-02-271-6/+16
* mke2fs: make sure bg 0's unused inode count field is zero'ed for mke2fs -STheodore Ts'o2012-02-271-1/+1
* libext2fs: support O_DIRECT functionality for Mac OS XTheodore Ts'o2012-02-201-1/+11
* libext2fs: don't mark the superblock as dirty if the fs was opened r/oTheodore Ts'o2012-02-201-1/+2
* Update for Debian 1.42.1-2 releaseTheodore Ts'o2012-02-201-0/+10
* e2fsck: check new sysfs interface to determine if we are on batteryTheodore Ts'o2012-02-201-0/+8
* libquota: fix invalid return in non-void functionTheodore Ts'o2012-02-201-1/+1
* debian: fix dpkg-buildflags so it works when the shell is dashTheodore Ts'o2012-02-201-6/+3
* debian: build with V=1 for more information in buildd logsTheodore Ts'o2012-02-201-14/+14
* Fix missing version.h updatev1.42.1Theodore Ts'o2012-02-171-2/+2
* Update for e2fsprogs 1.42.1 releaseTheodore Ts'o2012-02-176-159/+297
* Update e2fsprogs.pot file for translatorsTheodore Ts'o2012-02-171-507/+501
* po: update sv.po (from translationproject.org)Göran Uddeborg2012-02-172-258/+265
* po: update pl.po (from translationproject.org)Jakub Bogusz2012-02-172-257/+264
* po: update nl.po (from translationproject.org)Benno Schulenberg2012-02-172-259/+265
* po: update fr.po (from translationproject.org)Samuel Thibault2012-02-172-265/+272
* po: update cs.po (from translationproject.org)Petr Pisar2012-02-172-257/+264
* badblocks: honor the -s option when in read-only -t modeTheodore Ts'o2012-02-171-4/+3
* libext2fs, libe2p: Reserve RO_COMPAT_REPLICA featureTheodore Ts'o2012-02-173-1/+5
* libext2fs: Add ext2fs_file_get_inode_num call (for fuse2fs)Darrick J. Wong2012-02-172-0/+9
* e2image: attempt to use ftruncate64 to set i_size for raw imagesTheodore Ts'o2012-02-171-0/+11
* e2image: fix logic bug which could cause a raw image not to be extendedTheodore Ts'o2012-02-171-4/+3
* mke2fs: allow file systems w/ uninit_bg to be recovered with mke2fs -STheodore Ts'o2012-02-171-0/+11
* util: add build.profiled to list of files/directories to ignoreTheodore Ts'o2012-02-173-0/+3
* resize2fs: take s_first_data_block into account for resize2fs -MJan Kara2012-02-171-0/+1
* debian: enable use of dpkg-buildflags if presentTheodore Ts'o2012-02-171-6/+22
* libext2fs: fix BLOCK_ABORT handling in the block iterator for extentsTheodore Ts'o2012-02-171-6/+8
* libext2fs: when truncating file, punch out blocks at endDarrick J. Wong2012-02-171-1/+1
* mke2fs: recognize mke4fs program nameEric Sandeen2012-02-151-0/+2
* debugfs: use ss_safe_getenv() instead of getenv()Theodore Ts'o2012-02-152-3/+5
* libext2fs: quiet spurious group checksum errorsAndreas Dilger2012-02-072-6/+5
* e2fsck: allow the block bitmap to be uninit when the inode bitmap is in useTheodore Ts'o2012-02-063-16/+2
* mke2fs: correct help text for option -G of mke2fsYongqiang Yang2012-01-231-1/+1
* debugfs: fix spelling typo in ncheckTheodore Ts'o2012-01-231-1/+1
* debugfs: add ncheck -c optionTheodore Ts'o2012-01-175-41/+78