summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-29Update Release Notes, Changelogs, version.h, etc. for 1.42 releaseTheodore Ts'o11-46/+138
2011-11-29po: update sv.po (from translationproject.org)Göran Uddeborg2-249/+119
2011-11-29po: update cs.po (from translationproject.org)Petr Pisar2-26/+26
2011-11-29e2fsck: speed up runs when using tdb for large atypical filesystemsTheodore Ts'o3-6/+21
2011-11-28configure: check for msync() for portability reasonsTheodore Ts'o3-3/+3
2011-11-28tests: add test case for multiply claimed blocks with bigallocTheodore Ts'o4-0/+77
2011-11-28e2fsck: fix handling of duplicate blocks with bigalloc file systemsTheodore Ts'o1-31/+24
2011-11-27libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LENTheodore Ts'o4-8/+12
2011-11-25e2fsck: fix the max size calculation for non-extent fileKazuya Mio1-1/+1
2011-11-25libext2fs: move mmp fields to preserve structure layout of ext2_filsysTheodore Ts'o1-7/+7
2011-11-25tst_fs_struct: add program to help check ABI compatibility of ext2fs_filsysTheodore Ts'o2-0/+87
2011-11-21Update for e2fsprogs 1.42-WIP-1120 releaseTheodore Ts'o4-253/+302
2011-11-21rdebugfs: don't install by defaultTheodore Ts'o1-2/+2
2011-11-20resize2fs: treat EINVAL to mean the new resize ioctl does not existTheodore Ts'o1-1/+10
2011-11-20e2fsck: return more status if fsck abortsEric Sandeen1-2/+21
2011-11-20debugfs: fix sprintf stack overflowDarrick J. Wong1-3/+3
2011-11-19libext2fs: enforce a max nested link count in ext2fs_find_block_device()Niu Yawei3-2/+10
2011-11-18e2undo: cast dptr to blk64_t to retrieve block numberEric Sandeen1-1/+1
2011-11-18debugfs: fix gcc -Wall complaintsTheodore Ts'o5-51/+61
2011-11-18debugfs: add filefrag commandTheodore Ts'o7-4/+362
2011-11-18debugfs: add the freefrag commandTheodore Ts'o7-30/+76
2011-11-18debugfs: build read-only variant of debugfsTheodore Ts'o3-7/+151
2011-11-14libquota: log an error message if ext2fs_file_open() failsTheodore Ts'o1-1/+1
2011-11-14libquota: fix get_dq()Niu Yawei1-0/+1
2011-11-14libquota: fix quota usage computeNiu1-2/+1
2011-11-14tune2fs: preserve old limits when turn on quota featureNiu1-7/+24
2011-11-14libquota: quota file read supportNiu7-18/+179
2011-11-14mke2fs: Add extended option to select quota typeAditya Kali2-3/+28
2011-11-14tune2fs: Compute quota usage when turning on the 'quota' featureAditya Kali1-14/+9
2011-11-14libquota: cleanup libquota codeAditya Kali13-230/+256
2011-11-14Make quota support disabled by supportTheodore Ts'o7-116/+50
2011-11-11e2freefrag: fix "Illegal block number" errors with bigalloc file systemsRobin Dong1-1/+1
2011-11-11tests: fix mmp tests on hard 4k devicesEric Sandeen8-46/+46
2011-11-11libext2fs: fix write size in ext2fs_mmp_writeEric Sandeen1-1/+1
2011-11-11debugfs: tidy up mmp handlingEric Sandeen2-1/+15
2011-11-11debugfs.8: add documentation of the mmp commandsEric Sandeen1-0/+13
2011-11-10libext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64 for ext2fs_stat()Theodore Ts'o1-3/+3
2011-11-10libext2: advance group in ext2fs_open2 during swappingEric Sandeen1-2/+2
2011-11-06po: rebuild the .gmo files in the debian/rules fileTheodore Ts'o2-1/+2
2011-11-05libext2fs: don't leak tdb_null out of the shared library namespaceTheodore Ts'o3-5/+2
2011-10-16Update for e2fsprogs 1.42-WIP-1016 releaseTheodore Ts'o3-2/+21
2011-10-16po: update sv.po (from translationproject.org)Göran Uddeborg2-387/+510
2011-10-16po: update pl.po (from translationproject.org)Jakub Bogusz2-1075/+2340
2011-10-16po: update nl.po (from translationproject.org)Benno Schulenberg2-1101/+2376
2011-10-16po: update fr.po (from translationproject.org)Samuel Thibault2-243/+320
2011-10-16po: update de.po (from translationproject.org)Philipp Thomas2-1153/+2430
2011-10-16po: update cs.po (from translationproject.org)Petr Pisar2-208/+346
2011-10-16libext2fs: allow ext2fs_get_memalign() to compile w/o posix_memalign()Theodore Ts'o2-16/+35
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o17-84/+102
2011-10-16resize2fs: don't fail when shrinking an empty file systemTheodore Ts'o1-1/+1