Age | Commit message (Expand) | Author | Files | Lines |
2007-11-03 | lib/ext2fs/Makefile.in: Reorder some of the $(SRCS) in alphabetical order. | Jose R. Santos | 1 | -6/+6 |
2007-08-11 | Remove configure --enable-swapfs and associated support #defines | Theodore Ts'o | 1 | -3/+1 |
2007-07-22 | libext2fs: 32-bit bitmap refactorization, part 2 | Theodore Ts'o | 1 | -12/+2 |
2007-07-22 | libext2fs: 32-bit bitmap refactorization, part 1 | Theodore Ts'o | 1 | -3/+3 |
2007-05-31 | Add test to make sure the ext2 superblock structure is 1024 bytes | Theodore Ts'o | 1 | -131/+151 |
2007-04-06 | Add a regression test suite for libext2fs's icount abstraction | Theodore Ts'o | 1 | -2/+10 |
2007-04-04 | Add tdb from Samba into libext2fs library. | Theodore Ts'o | 1 | -2/+10 |
2006-11-12 | Check in ext4 extent headers into the source tree | Theodore Ts'o | 1 | -1/+1 |
2006-04-09 | Fix asm_types.h type conflicts | Theodore Ts'o | 1 | -1/+6 |
2006-03-25 | Fix the i386 bitmap operations so they are 32-bit clean | Theodore Ts'o | 1 | -2/+3 |
2005-12-10 | Address parallel build problem in the library Makefiles | Theodore Ts'o | 1 | -0/+2 |
2005-05-06 | Update "make depend" information. Fixes SMP parallel build problem. | Theodore Ts'o | 1 | -4/+9 |
2005-03-18 | Fix clean target to remove tst_getsectsize. | Theodore Ts'o | 1 | -3/+3 |
2005-02-05 | Remove *.pc files on a "make distclean" | Theodore Ts'o | 1 | -2/+2 |
2005-02-04 | Makefile.in (clean): Remove tst_getsize when doing a make clean | Theodore Ts'o | 1 | -2/+2 |
2005-01-26 | Add pkg-config files to e2fsprogs's libraries. | Theodore Ts'o | 1 | -4/+13 |
2005-01-19 | Makefile.in: Fix the kernel compile-time echo commands to be | Theodore Ts'o | 1 | -9/+9 |
2005-01-06 | Fix resize inode handling on big endian systems, by adding new routines | Theodore Ts'o | 1 | -0/+2 |
2004-12-15 | sparse.c (ext2fs_list_backups, ext2fs_bg_has_super), | Theodore Ts'o | 1 | -4/+0 |
2004-12-15 | Add support for on-line resizing ala the resize inode. This patch | Theodore Ts'o | 1 | -0/+10 |
2004-12-15 | Add install-strip and install-shlibs-strip targets | Theodore Ts'o | 1 | -7/+10 |
2004-12-14 | Use MKINSTALLDIRS macro so that the Makefiles can find the script | Theodore Ts'o | 1 | -76/+81 |
2004-11-30 | Add support for passing options to the io layer using the URL syntax. For | Theodore Ts'o | 1 | -1/+3 |
2004-11-30 | Use Linux-kernel-style makefile output to make it easier to | Theodore Ts'o | 1 | -15/+26 |
2004-11-19 | Remove the a.out DLL support, since it's been obsolete and unmaintained | Theodore Ts'o | 1 | -13/+0 |
2004-02-29 | Patch from Brian Bergstrand to use the correct -fPIC flag for | Theodore Ts'o | 1 | -1/+1 |
2004-01-31 | Update for WIP release 1.35-WIP release dated 31-Jan-2004. | Theodore Ts'o | 1 | -0/+4 |
2003-11-21 | Centeralize calculation of which blocks are reserved/used for | Theodore Ts'o | 1 | -0/+2 |
2003-07-23 | Update makefile dependencies. | Theodore Ts'o | 1 | -0/+4 |
2003-05-21 | mke2fs.c (PRS, set_fs_defaults): If the sector size of the | Theodore Ts'o | 1 | -0/+6 |
2003-04-21 | Use DYLD_LIBRAY_PATH so that "make check" works on | Theodore Ts'o | 1 | -3/+3 |
2003-03-30 | Change compile_et to generate header files that use <et/com_err.h> | Theodore Ts'o | 1 | -1/+1 |
2002-11-08 | Skip byteswap tests on --disable-swapfs | Theodore Ts'o | 1 | -2/+2 |
2002-09-24 | Update for 1.29 release. | Theodore Ts'o | 1 | -0/+4 |
2002-08-17 | Update to debian's 1.27+1.28-WIP-0626-1 | Theodore Ts'o | 1 | -2/+1 |
2002-08-13 | Makefile.in: Move dupfs.o and test_io.o from the | Theodore Ts'o | 1 | -3/+3 |
2002-03-11 | Add new function to the libext2fs library, ext2fs_dirhash, which | Theodore Ts'o | 1 | -0/+2 |
2002-03-07 | Makefile.in (check): Use LD_LIBRARY_PATH to run test programs. | Theodore Ts'o | 1 | -3/+3 |
2002-02-20 | Add new inode I/O abstraction interface which exports an inode as | Theodore Ts'o | 1 | -0/+6 |
2002-02-12 | Lots of small random portability fixes to make e2fsprogs build | Theodore Ts'o | 1 | -1/+2 |
2002-02-03 | Update files for 1.26 release. | Theodore Ts'o | 1 | -0/+4 |
2002-01-03 | dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): | Theodore Ts'o | 1 | -0/+2 |
2001-12-24 | Fix broken Makefile dependencies. | Theodore Ts'o | 1 | -8/+12 |
2001-12-23 | Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the | Theodore Ts'o | 1 | -13/+8 |
2001-12-16 | Fix e2fsck's handling of external journals,and update journal | Theodore Ts'o | 1 | -1/+1 |
2001-12-02 | Fixes necessary for e2fsprogs to work using the diet libc. | Theodore Ts'o | 1 | -1/+2 |
2001-07-04 | Add new functions to bitops.h to find quickly search for set bits in | Theodore Ts'o | 1 | -1/+34 |
2001-07-02 | Add initial support for extended attribute blocks | Theodore Ts'o | 1 | -1/+3 |
2001-06-15 | ChangeLog, Makefile.in: | Theodore Ts'o | 1 | -3/+6 |
2001-06-13 | ChangeLog, setsuper.c: | Theodore Ts'o | 1 | -1/+1 |