summaryrefslogtreecommitdiff
path: root/lib/ext2fs
AgeCommit message (Expand)AuthorFilesLines
2006-05-08Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o6-5/+70
2006-04-23Speed up mke2fs and e2fsck by writing bitmaps more efficientlyTheodore Ts'o2-78/+85
2006-04-09Fix asm_types.h type conflictsTheodore Ts'o4-21/+164
2006-04-04Fix ext2fs_add_journal_inode() when filesystem is opened in exclusive modeTheodore Ts'o2-1/+10
2006-03-29Fix the x86 asm constraints for ext2fs_set/clear_bit.Theodore Ts'o2-2/+8
2006-03-25Fix the i386 bitmap operations so they are 32-bit cleanTheodore Ts'o4-17/+190
2006-03-18Add EXT2_FLAG_EXCLUSIVE to the ext2fs library.Theodore Ts'o4-5/+21
2006-03-18Add IO_FLAG_EXCLUSIVE flag to io_channel abstractionTheodore Ts'o3-1/+8
2006-03-18Fix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_FLAG_DEPTH_TRAVERSETheodore Ts'o2-3/+8
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