- 7d56e33 Update release checklist to include reminder to update translation template. by Theodore Ts'o · 17 years ago
- 8ade268 resize2fs: Clean up the resize inode properly if necessary by Theodore Ts'o · 17 years ago
- 2be8fe4 mke2fs,tune2fs: Enable huge_file, dir_nlink, and extra_isize features by Theodore Ts'o · 17 years ago
- eafba6c Don't use thread local storage if using diet libc by Theodore Ts'o · 17 years ago
- f56f32b badblocks: Use standard terminology for first/last block by Theodore Ts'o · 17 years ago
- 2ac7f06 Fix incorrect definition of stripe-width in mke2fs man page by Theodore Ts'o · 17 years ago
- 7f5601e mke2fs: Dumb down filesystems for GNU Hurd by Theodore Ts'o · 17 years ago
- e22a023 Add a comment in INSTALL regarding --disable-tls on older systems by Theodore Ts'o · 17 years ago
- 3fc1db6 blkid: Make regression test tolerate older versions of mkswap by Andreas Dilger · 17 years ago
- 9609911 debian: Add bash-static to the list of shells recommended for e2fsck-static by Theodore Ts'o · 17 years ago
- a41d5ac Update release notes for e2fsprogs 1.41-WIP-0707 release. by Theodore Ts'o · 17 years ago
- e979071 Add build.static to util/subset.exclude as well. by Theodore Ts'o · 17 years ago
- 78a9deb debian: Update debian policy compliance to 3.8.0.0 by Theodore Ts'o · 17 years ago
- ba4a021 libext2fs: Fix FLEX_BG offset used by ext2fs_allocate_group_table by Theodore Ts'o · 17 years ago
- ab06396 debian: Create debian release tarball to obey new WIP naming convention by Theodore Ts'o · 17 years ago
- c03d992 Add ZFS test image to blkid test suite by Ricardo M. Correia · 17 years ago
- 7c1e090 e2fsck: Fix i_size checking for large extent-based files by Eric Sandeen · 17 years ago
- fbcb3a8 debian: Add dbg packages which contain the stripped out debuging symbols by Theodore Ts'o · 17 years ago
- 006f691 Treat build.static as an ingored file in the source directory by Theodore Ts'o · 17 years ago
- f8df04b mke2fs: Print a better error msg when ext2fs_get_device_size() returns EFBIG by Theodore Ts'o · 17 years ago
- b4d5105 mke2fs: Use a fs_type of 'journal' when creating an external journal by Theodore Ts'o · 17 years ago
- 69d8135 badblocks: Fix crash when lots of -t patterns given by Theodore Ts'o · 17 years ago
- 79e6240 Clean up some trivial build warnings by Eric Sandeen · 17 years ago
- bf58e3d blkid: Eliminate stale entries that duplicate a verified device by Theodore Ts'o · 17 years ago
- b697f9d blkid: Make sure a device returned by blkid_find_dev_with_tag exists by Theodore Ts'o · 17 years ago
- 772b89d blkid: use list_for_each_safe in garbage collection by Eric Sandeen · 17 years ago
- bbf6d45 po: update nl.po (from translationproject.org) by Benno Schulenberg · 17 years ago
- 122abac po: update cs.po (from translationproject.org) by Petr Pisar · 17 years ago
- 92e94af libext2fs: Don't include ss/ss.h except when debugging by Theodore Ts'o · 17 years ago
- 5882a3c debian: parse /etc/adduser.conf file manually by Theodore Ts'o · 17 years ago
- edf261f badblocks: fix a bug in the read throttling by Iustin Pop · 17 years ago
- 401ab44 po: update vi.po (from translationproject.org) by Clytie Siddall · 17 years ago
- 0280f1e po: update pl.po (from translationproject.org) by Jakub Bogusz · 17 years ago
- 489bf6f po: update fr.po (from translationproject.org) by Samuel Thibault · 17 years ago
- d6408f1 po: update es.po (from translationproject.org) by Benno Schulenberg · 17 years ago
- 720e636 po: update de.po (from translationproject.org) by Philipp Thomas · 17 years ago
- 0fff167 po: update ca.po (from translationproject.org) by David Planella Molas · 17 years ago
- 8d45e21 blkid: Fix cc portability problem in probe_lvm2() by Theodore Ts'o · 17 years ago
- 7f6a74b blkid: fix swap tests (again) by Eric Sandeen · 17 years ago
- 6f2ca69 Fix "make check" in e2fsck subdirectory to use the in-tree com_err library by Theodore Ts'o · 17 years ago
- 9ea7b79 Add e2undo files to the RPM specfile template by Eric Sandeen · 17 years ago
- 9329866 Add a reference to e2fsck.conf(5) to the e2fsck man page by Theodore Ts'o · 17 years ago
- 60c30e1 Update e2fsprogs.pot and POTFILES.in by Theodore Ts'o · 17 years ago
- 795de67 Update release notes for debian experimental package by Theodore Ts'o · 17 years ago
- 71ff129 Merge branch 'maint' by Theodore Ts'o · 17 years ago
- 0c7be6c Update release notes, changelog, and other files for v1.40.11 release by Theodore Ts'o · 17 years ago
- 054cd1f Clarify the debugfs man page regarding the default superblock by Theodore Ts'o · 17 years ago
- 9ff8ece mke2fs, tune2fs, resize2fs: Use floating point to calculate percentages by Theodore Ts'o · 17 years ago
- cc19b95 libblkid: Fix marginal C code in probe_lvm2() by Theodore Ts'o · 17 years ago
- f142097 Update version.h for 1.41-WIP-0617 snapshot release by Theodore Ts'o · 17 years ago
- 264f64a badblocks: implement read throttling by Iustin Pop · 17 years ago
- eb59425 badblocks: fix a possible bug in parse_uint by Iustin Pop · 17 years ago
- 931b028 badblocks: add a max bad blocks count option by Iustin Pop · 17 years ago
- a8d632a resize2fs: Prohibit the combination of flex_bg and !resize_inode by Theodore Ts'o · 17 years ago
- bc507e3 ext2fs_zero_blocks: Avoid clearing more blocks than requested by Theodore Ts'o · 17 years ago
- 74128f8 resize2fs: Fix support for the uninit_bg feature by Theodore Ts'o · 17 years ago
- 04310e3 po: update ca.po (from translationproject.org) by David Planella Molas · 17 years ago
- 123b880 Update tests to reflect undoe2fs -> e2undo rename by Theodore Ts'o · 17 years ago
- 81f6857 Fix LIBSS dependency problem for tests/test_icount and lib/ss/test_ss by Theodore Ts'o · 17 years ago
- 11d4f30 e2undo: Enable missing pieces to enable I18N for this application by Theodore Ts'o · 17 years ago
- 3658579 Add "#include <limits.h>" to get PATH_MAX for mke2fs and tune2fs by Theodore Ts'o · 17 years ago
- 97cf43f Merge branch 'maint' by Theodore Ts'o · 17 years ago
- 9d99416 Fix dependency for $(LIBSS) when an explicit dlopen() library is needed by Theodore Ts'o · 17 years ago
- 2a6b604 fsck: Fix build problem on MacOS X by Theodore Ts'o · 17 years ago
- 5c4f8d6 resize2fs: Add support to use the ext4 online resize ioctl's by Theodore Ts'o · 17 years ago
- 68eb092 e2fsck: Add better explanatory message when s_lastcheck is in the future by Theodore Ts'o · 17 years ago
- dabfa68 Update Makefile dependencies for lib/ext2fs by Theodore Ts'o · 17 years ago
- 8895f43 Fix gcc -Wall warnings in libext2fs by Theodore Ts'o · 17 years ago
- 96f4bb1 Fix gcc -Wall warnings in libuuid by Theodore Ts'o · 17 years ago
- 2c25f7e Fix gcc -Wall warnings in resize2fs by Theodore Ts'o · 17 years ago
- 721b367 Fix gcc -Wall warnings in tune2fs by Theodore Ts'o · 17 years ago
- 2acad6b Fix gcc -Wall warnings in e2fsck by Theodore Ts'o · 17 years ago
- dc9345a Merge branch 'maint' by Theodore Ts'o · 17 years ago
- 488c75a Fix ext2fs_swap{16,32,64} for external applications on big-endian machines by Theodore Ts'o · 17 years ago
- 185c4ae e2fsck: Add support to check journal checksums by Theodore Ts'o · 17 years ago
- 51d12ce Add CRC32 (big-endian) routine for use by journal checksums by Theodore Ts'o · 17 years ago
- 69fbde4 Re-enable byte-swapping functions for use by journal checksums by Theodore Ts'o · 17 years ago
- 2ea504b libext2fs: Fix build failure on powerpc in ext2fs_swap_inode_full() by Aneesh Kumar K.V · 17 years ago
- 8aa53bf Merge branch 'maint' into next by Theodore Ts'o · 17 years ago
- 9aa109c debian: Improve uuid-runtime package description by Theodore Ts'o · 17 years ago
- 9598165 debian: Improve e2fsprogs package description by Theodore Ts'o · 17 years ago
- 0acb53e po: update es.po (from translationproject.org) by Benno Schulenberg · 17 years ago
- c9bad3c Add ZFS detection to libblkid by Ricardo M. Correia · 17 years ago
- dfb1d42 f_extents2: Add new test case testing e2fsck's support for extents by Theodore Ts'o · 17 years ago
- d5a8f9a e2fsck: Detect unordered extents in an extent node by Theodore Ts'o · 17 years ago
- 16bd349 e2fsck: Wire up callback functions for _alloc_block() and _block_alloc_stats() by Theodore Ts'o · 17 years ago
- f5c562e libext2fs: Add callback functions for _alloc_block() and _block_alloc_stats() by Theodore Ts'o · 17 years ago
- ec9d6dd Wire ext2fs_bmap2() to use ext2fs_extent_set_bmap() by Theodore Ts'o · 17 years ago
- d7b9220 Wire ext2fs_block_iterate2() to use ext2fs_extent_set_bmap() by Theodore Ts'o · 17 years ago
- c802ad9 Teach ext2fs_extent_delete() to remove an empty extent node from the tree by Eric Sandeen · 17 years ago
- f4e9963 libext2fs: add new function ext2fs_extent_set_bmap() by Eric Sandeen · 17 years ago
- 01229db Teach ext2fs_extent_insert() to split the current node if necessary by Eric Sandeen · 17 years ago
- 9fd6a96 libext2fs: Teach extent.c how to split nodes by Eric Sandeen · 17 years ago
- aa8e2f1 ext2fs_extent_open: If the inode is empty, initialize the extent tree by Theodore Ts'o · 17 years ago
- 05a32de ext2fs_extent_replace: Support uninit extents and check validity of e_len by Theodore Ts'o · 17 years ago
- 11de926 e2fsck: Don't double count an extent after deleting the last extent by Theodore Ts'o · 17 years ago
- 73e5abc e2fsck: Don't skip an extent after deleting an invalid extent by Theodore Ts'o · 17 years ago
- 168b6b5 Remove bashism in test script for libblkid by Theodore Ts'o · 17 years ago
- c7015e4 Add 64-bit support to the test_io manager by Theodore Ts'o · 17 years ago
- 7609f54 Fix m_large_file and r_inline_xattr tests to match with recent changes by Theodore Ts'o · 17 years ago