summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update Italian translation file.Theodore Ts'o2005-01-192-774/+750
* e2image.c, e2image.8.in: Add support for the -s option whichTheodore Ts'o2005-01-193-35/+159
* Makefile.in: Fix the kernel compile-time echo commands to beTheodore Ts'o2005-01-1910-35/+60
* Make configure.in script check for prerequisite headers when checking forTheodore Ts'o2005-01-183-5/+156
* Update French, Italian, and Turkish translations.Theodore Ts'o2005-01-177-1436/+1590
* Various portability fixes for Solaris systems.Theodore Ts'o2005-01-1710-20/+62
* Applied patch from Francois Petillon (fantec at proxad.net) to Theodore Ts'o2005-01-172-1/+7
* Clean up Matthais's "fix crash when /proc/acpi/ac_acapter is not present"Theodore Ts'o2005-01-171-16/+17
* Updated French translation file.Theodore Ts'o2005-01-131-727/+677
* f_dup_de, r_resize_inode: change ">& /dev/null" to ">/dev/null 2>&1"Matthias Andree2005-01-133-13/+21
* lib/blkid/getsize.c: Move #include "blkidP.h" before <sys/queues.h>Matthias Andree2005-01-132-3/+8
* fsck.c:Matthias Andree2005-01-131-0/+3
* Fix crash when /proc/acpi/ac_adapter/ is not present, for instance,Matthias Andree2005-01-132-1/+8
* we're reading unsigned long long, use %llu rather than %lld.Matthias Andree2005-01-121-1/+1
* Update for e2fsprogs 1.36-rc2 release.Theodore Ts'o2005-01-116-14/+24
* Update e2fsprogs.pot file for 1.36 release.Theodore Ts'o2005-01-111-514/+578
* Update Italian translation file.Theodore Ts'o2005-01-111-590/+505
* Apply Janos Farkas's patch to support extracting the uuid and label Theodore Ts'o2005-01-103-24/+102
* Update Debian changelog.Theodore Ts'o2005-01-101-0/+43
* Update release notes in preparation for 1.36 release.Theodore Ts'o2005-01-091-5/+105
* Change the description field in the Debian package meta information to avoidTheodore Ts'o2005-01-091-15/+15
* Fix configure.in to use AC_CHECK_TYPES instead of the "broken by design"Theodore Ts'o2005-01-095-4/+19
* Fix minor typo's in the libblkid.txt documentation file --- thanks to Mike Theodore Ts'o2005-01-072-11/+16
* Fix f_resize_inode test to deal with the renaming of the debugfs commandTheodore Ts'o2005-01-072-6/+6
* Ex2fs_unlink() will return an error if both the name and inode number areTheodore Ts'o2005-01-072-9/+37
* Make the official name of the new debugfs set_inode command beTheodore Ts'o2005-01-074-4/+15
* When generating tarballs for Debian builds, remove the hyphen in versionTheodore Ts'o2005-01-072-0/+9
* Update version to 1.36-rc1, and change parsing algorithm for version stringsTheodore Ts'o2005-01-063-3/+11
* badblocks.c (alarm_intr): Increase the number of spaces reservedTheodore Ts'o2005-01-062-5/+8
* Make tune2fs and e2fsck consistent about allowing at most 50% of the blocksTheodore Ts'o2005-01-064-2/+12
* Add imap_err.et to the lib/et regression test suite.Theodore Ts'o2005-01-063-0/+258
* Fix resize inode handling on big endian systems, by adding new routinesTheodore Ts'o2005-01-068-87/+114
* Adjust blkid library so that it returns vfat in preference to msdos so Theodore Ts'o2005-01-054-25/+75
* fsck.c (PRS): Apply Fedora's e2fsprogs-1.35-progress.patch fromTheodore Ts'o2005-01-053-10/+55
* mke2fs.c (parse_extended_opts): Rename the -R option to -E. FixTheodore Ts'o2005-01-053-37/+74
* dupfs.c (ext2fs_dup_handle): Make sure the new filesystem handleTheodore Ts'o2005-01-052-1/+16
* Fix gcc -Wall nits.Theodore Ts'o2005-01-053-16/+14
* Add new function in e2p for parsing the number of blocks on the command lineTheodore Ts'o2005-01-059-90/+129
* Add two new tests, f_resize_inode, and r_resize_inode, to the regressionTheodore Ts'o2004-12-246-0/+2066
* Add support to detect corrupted resize_inode's to e2fsck.Theodore Ts'o2004-12-246-45/+179
* Fix resize2fs so that it properly handles filesystems with the resize_inodeTheodore Ts'o2004-12-242-10/+99
* Avoid some potential inode cache coherency problem caused by using the Theodore Ts'o2004-12-234-0/+11
* Add support in debugfs's set_field command to specify array specifiers forTheodore Ts'o2004-12-232-35/+111
* ext2fs.h (BMAP_SET), bmap.c (ext2fs_bmap): Add support for newTheodore Ts'o2004-12-234-15/+58
* Enhance dumpe2fs so that it will print the location of the reservedTheodore Ts'o2004-12-232-1/+14
* Dumpe2fs will print the s_reserved_gdt_blocks field if it is non-zero.Theodore Ts'o2004-12-232-0/+8
* Clean up resize inode routines in ext2fs library. We no longer printTheodore Ts'o2004-12-234-3/+30
* swapfs.c (ext2fs_swap_super): Byteswap the reserved_gdt_blocksTheodore Ts'o2004-12-222-0/+6
* In fsck, check return from malloc of fsck_path, and print an error messageTheodore Ts'o2004-12-222-0/+8
* tune2fs.c (parse_time): Fix minor buglet; the parse_time routineTheodore Ts'o2004-12-212-2/+9