Age | Commit message (Expand) | Author | Files | Lines |
2011-06-16 | mke2fs, e2fsck: fix i_blocks handling for bigalloc file systems | Theodore Ts'o | 1 | -1/+1 |
2011-06-11 | mke2fs: skip zeroing journal blocks | Andreas Dilger | 1 | -3/+17 |
2011-06-11 | ext2fs: Handle internal journal over 2^32 bytes | Andreas Dilger | 1 | -20/+29 |
2011-06-10 | libext2fs: allocate clusters to files in expand_dir.c and mkjournal.c | Theodore Ts'o | 1 | -4/+10 |
2010-12-22 | libext2fs: fix possible memory leak in write_journal_inode() | Namhyung Kim | 1 | -0/+1 |
2010-06-13 | libext2fs: More random 64-bit fixes, lots of block_iterate3 | Valerie Aurora Henson | 1 | -16/+16 |
2010-06-07 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -2/+2 |
2010-05-17 | libe2p, libext2fs: Update file copyright permission states to match COPYING | Theodore Ts'o | 1 | -2/+2 |
2009-10-25 | Convert ext2fs_group_of_blk() to ext2fs_group_of_blk2() | Theodore Ts'o | 1 | -1/+1 |
2009-10-25 | Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2() | Valerie Aurora Henson | 1 | -1/+1 |
2009-10-25 | Convert to use block group accessor functions | Valerie Aurora Henson | 1 | -3/+3 |
2009-09-07 | Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count() | Valerie Aurora Henson | 1 | -1/+1 |
2009-08-25 | tune2fs: Fix "tune2fs -j <dev>" for extent-enabled filesystems | Theodore Ts'o | 1 | -4/+16 |
2009-09-07 | Convert to use io_channel_read_blk64() and io_channel_write_blk64() | Valerie Aurora Henson | 1 | -3/+4 |
2009-09-07 | Merge branch 'maint' into next | Theodore Ts'o | 1 | -4/+16 |
2009-06-17 | libext2fs: initialize large inodes for journal & resize | Eric Sandeen | 1 | -1/+1 |
2009-06-01 | Add 64-bit mkjournal.c interface | Jose R. Santos | 1 | -3/+15 |
2008-08-28 | Further optimize journal placement for flex_bg filesystems | Theodore Ts'o | 1 | -2/+12 |
2008-08-27 | Remove trailing whitespace for the entire source tree | Theodore Ts'o | 1 | -13/+13 |
2008-08-27 | If the filesystem supports extents create an extent-based journal inode | Theodore Ts'o | 1 | -0/+6 |
2008-08-27 | Create the journal in the middle of the filesystem | Theodore Ts'o | 1 | -5/+23 |
2008-08-27 | ext2fs_mkjournal(): Don't allocate an extra block to the journal | Theodore Ts'o | 1 | -1/+1 |
2008-06-17 | ext2fs_zero_blocks: Avoid clearing more blocks than requested | Theodore Ts'o | 1 | -2/+4 |
2008-04-27 | ext2fs_add_journal_inode: Optimize writing the journal data blocks | Theodore Ts'o | 1 | -1/+86 |
2008-04-17 | Add support for the HUGE_FILE feature | Theodore Ts'o | 1 | -1/+1 |
2007-06-21 | Add default journal size function | Theodore Ts'o | 1 | -0/+20 |
2006-04-04 | Fix ext2fs_add_journal_inode() when filesystem is opened in exclusive mode | Theodore Ts'o | 1 | -1/+2 |
2005-12-10 | Fix various gcc -Wall complaints. | Theodore Ts'o | 1 | -2/+4 |
2005-09-24 | Add fs->now to override time(0) in libext2fs | Theodore Ts'o | 1 | -1/+1 |
2005-07-19 | Check for a busy device when creating a journal. | Theodore Ts'o | 1 | -0/+4 |
2003-12-07 | Fix gcc -Wall nitpicks | Theodore Ts'o | 1 | -12/+13 |
2003-08-21 | Add support for backing up the journal inode location in the | Theodore Ts'o | 1 | -0/+5 |
2003-08-01 | ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() | Theodore Ts'o | 1 | -3/+3 |
2002-01-03 | dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): | Theodore Ts'o | 1 | -7/+1 |
2001-11-09 | mkjournal.c (ext2fs_add_journal_inode): When creating a .journal | Theodore Ts'o | 1 | -1/+18 |
2001-08-05 | Performance enhancements to speed up creating a journal and | Theodore Ts'o | 1 | -0/+1 |
2001-07-27 | mkjournal.c (ext2fs_create_journal_superblock): Set the first block | Theodore Ts'o | 1 | -1/+6 |
2001-07-27 | mkjournal.c (ext2fs_add_journal_device): Use the correct block | Theodore Ts'o | 1 | -1/+1 |
2001-07-26 | mkjournal.c (ext2fs_add_journal_device): Use the correct block | Theodore Ts'o | 1 | -2/+5 |
2001-06-22 | mkjournal.c (ext2fs_add_journal_inode): Move close of file | Theodore Ts'o | 1 | -6/+9 |
2001-06-22 | mkjournal.c (ext2fs_add_journal_inode): Only use fchflags if | Theodore Ts'o | 1 | -1/+1 |
2001-06-11 | ChangeLog, Makefile.in, mkjournal.c: | Theodore Ts'o | 1 | -5/+15 |
2001-05-14 | Many files: | Theodore Ts'o | 1 | -5/+0 |
2001-05-14 | ChangeLog, mkjournal.c: | Theodore Ts'o | 1 | -3/+1 |
2001-04-17 | ChangeLog, ext2_err.et.in, mkjournal.c: | Theodore Ts'o | 1 | -3/+6 |
2001-02-08 | ChangeLog, mkjournal.c: | Theodore Ts'o | 1 | -4/+4 |
2001-01-18 | ChangeLog, mkjournal.c: | Theodore Ts'o | 1 | -1/+1 |
2001-01-16 | ChangeLog, ext2_err.et.in, ext2fs.h, initialize.c, mkjournal.c, openfs.c: | Theodore Ts'o | 1 | -50/+82 |
2001-01-11 | Many files: | Theodore Ts'o | 1 | -2/+2 |
2001-01-05 | ChangeLog, mkjournal.c: | Theodore Ts'o | 1 | -3/+4 |