summaryrefslogtreecommitdiff
path: root/lib/ext2fs
AgeCommit message (Expand)AuthorFilesLines
2006-03-17Fix a signed vs unsigned bug in calc_reserved_gdt_blocks()Theodore Ts'o2-4/+9
2006-03-17Add support for on-line resizing to resize2fsTheodore Ts'o2-0/+22
2005-12-10Address parallel build problem in the library MakefilesTheodore Ts'o2-0/+8
2005-12-10Fix various gcc -Wall complaints.Theodore Ts'o7-12/+40
2005-12-10Add ext2fs_read_bb_FILE test to confirm proper detection of invalid block #'sTheodore Ts'o2-0/+70
2005-11-21Fix gcc compilation on sparc architectures in bitops.hTheodore Ts'o2-2/+8
2005-11-14Add missing #include for string.h to ext2fs.h to fix GCC 4.01 complaintsTheodore Ts'o2-0/+6
2005-11-12Fix writing external journals on big-endian machinesTheodore Ts'o2-16/+25
2005-09-24Add fs->now to override time(0) in libext2fsTheodore Ts'o8-9/+18
2005-09-06Fix compiler warnings about missing memcpy prototypes.Matthias Andree2-0/+5
2005-07-25Fix false positives from valgrind: prctl(PR_GET_DUMPABLE)Theodore Ts'o2-6/+13
2005-07-19Check for a busy device when creating a journal.Theodore Ts'o2-0/+13
2005-07-09This patch adds a check to use fstat or fstat64 in getsize.c if theAndreas Dilger2-17/+38
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o1-0/+4
2005-06-30Change the function prototypes of ext2fs_set_bit, ext2fs_clear_bit, andTheodore Ts'o3-12/+21
2005-06-27ext2fs_resize_mem() is suffering from C99 strict type aliasing problems.Stephen Tweedie2-3/+10
2005-06-19getsectsize.c (BLKSSZGET): Clean up test for when to manuallyTheodore Ts'o2-1/+6
2005-06-05On Linux 2.6 systems, mke2fs and badblocks will check to see whetherTheodore Ts'o3-14/+41
2005-05-08Fix bug in the secure getenv function so that the ss library will correntlyTheodore Ts'o2-2/+7
2005-05-06Update "make depend" information. Fixes SMP parallel build problem.Theodore Ts'o1-4/+9
2005-04-16Fix typo so that we actually ignore environment variables when gid != egid.Theodore Ts'o1-1/+1
2005-04-09Add missing return values in error return cases in the ext2fs library.Theodore Ts'o3-3/+9
2005-04-06Add paranoia checks into the blkid, ext2fs, and ss libraries to ignoreTheodore Ts'o2-5/+40
2005-03-21Update for the e2fsprogs 1.37 release.Theodore Ts'o1-0/+4
2005-03-21Integrate code from Alex Thomas at Clusterfs to check extended attributesTheodore Ts'o2-0/+10
2005-03-21Fix mke2fs so that it writes the root directory Theodore Ts'o2-2/+7
2005-03-20Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we createTheodore Ts'o4-1/+39
2005-03-20Enhance debugfs's stat command so it can dump extended attributesTheodore Ts'o1-0/+3
2005-03-18Fix clean target to remove tst_getsectsize.Theodore Ts'o2-3/+5
2005-03-18getsize.c (ext2fs_get_device_size): Check to see if the numberTheodore Ts'o2-1/+12
2005-02-05Update for release of e2fsprogs 1.36.Theodore Ts'o1-0/+4
2005-02-05Remove *.pc files on a "make distclean"Theodore Ts'o2-2/+6
2005-02-04Makefile.in (clean): Remove tst_getsize when doing a make cleanTheodore Ts'o2-2/+6
2005-02-03Drop the sparc assembly bitwise operations; it's less efficient Theodore Ts'o3-121/+12
2005-01-27Create the resize inode is created even if the s_reserved_gdt_blocks isTheodore Ts'o2-2/+5
2005-01-26Add pkg-config files to e2fsprogs's libraries.Theodore Ts'o3-4/+28
2005-01-25Add library support for large (EA in inode) inodes. Make sure that garbageTheodore Ts'o6-132/+310
2005-01-19Makefile.in: Fix the kernel compile-time echo commands to beTheodore Ts'o2-9/+14
2005-01-07Ex2fs_unlink() will return an error if both the name and inode number areTheodore Ts'o2-9/+37
2005-01-06Update version to 1.36-rc1, and change parsing algorithm for version stringsTheodore Ts'o2-1/+9
2005-01-06Fix resize inode handling on big endian systems, by adding new routinesTheodore Ts'o6-85/+107
2005-01-05dupfs.c (ext2fs_dup_handle): Make sure the new filesystem handleTheodore Ts'o2-1/+16
2004-12-23Avoid some potential inode cache coherency problem caused by using the Theodore Ts'o2-0/+4
2004-12-23ext2fs.h (BMAP_SET), bmap.c (ext2fs_bmap): Add support for newTheodore Ts'o4-15/+58
2004-12-23Clean up resize inode routines in ext2fs library. We no longer printTheodore Ts'o4-3/+30
2004-12-22swapfs.c (ext2fs_swap_super): Byteswap the reserved_gdt_blocksTheodore Ts'o2-0/+6
2004-12-15sparse.c (ext2fs_list_backups, ext2fs_bg_has_super),Theodore Ts'o5-12/+77
2004-12-15Supplied changelog for resize inode patch.Theodore Ts'o1-0/+30
2004-12-15Add support for on-line resizing ala the resize inode. This patchTheodore Ts'o8-42/+342
2004-12-15Add install-strip and install-shlibs-strip targetsTheodore Ts'o2-7/+13