Whamcloud - gitweb
LU-6722 jbd: double minimum journal size for RHEL7
[tools/e2fsprogs.git] / lib / ext2fs / mkjournal.c
2022-12-15 Fan YongLU-6722 jbd: double minimum journal size for RHEL7
2022-08-07 Theodore Ts'oFix UBSAN if s_log_groups_per_flex is 31
2021-07-07 Eric BiggersFix -Wunused-variable warnings
2021-02-12 Theodore Ts'olibext2fs: fix incorrect error code return in ext2fs_ad...
2021-01-21 Harshad Shirwadkarlibext2fs: provide APIs to configure fast commit blocks
2019-11-09 Theodore Ts'oRename functions, types, constants to reflect jbd2...
2018-10-03 Lukas Czernerlibe2p: avoid segfault when s_nr_users is too high
2016-09-01 Theodore Ts'olibext2fs: allow the default journal size to go as...
2016-08-10 Adrien Schildknechtlibext2fs: reset the size of the zeroing buffer
2015-10-24 Darrick J. Wonglibext2fs: clean up feature test macros with predicate...
2015-06-10 Darrick J. Wonglibext2fs: use fallocate for creating journals and...
2015-05-26 Theodore Ts'olibext2fs, libe2p, misc: git rid of jfs_user.h
2015-03-29 Darrick J. Wonglibext2fs: zero blocks via FALLOC_FL_ZERO_RANGE in...
2014-12-13 Darrick J. Wonglibext2fs: use a dynamically sized block zeroing buffer
2014-10-13 Darrick J. Wonglibext2fs/e2fsck: refactor everyone who writes zero...
2014-09-19 Theodore Ts'oMerge branch 'maint' into next
2014-09-19 Darrick J. Wongmisc: zero s_jnl_blocks when adding journal online...
2014-09-11 Darrick J. Wongmisc: zero s_jnl_blocks when removing internal journal
2014-09-11 Darrick J. Wonglibext2fs: write_journal_inode should check iterate...
2014-07-29 Azat Khuzhinjournal: use consts instead of 1024 and add helper...
2014-07-26 Darrick J. Wonglibext2fs: provide a function to set inode size
2014-07-06 Lukas Czernere2fsprogs: introduce ext2fs_close_free() helper
2014-01-30 Theodore Ts'olibext2fs: add new function ext2fs_add_journal_inode2()
2014-01-30 Theodore Ts'olibext2fs: factor out get_midpoint_journal_block()...
2013-12-16 Darrick J. Wonglibext2fs: don't update the summary counts when doing...
2013-12-12 Darrick J. Wonglibext2fs: fix a broken close() test
2013-12-12 Darrick J. Wonglibext2fs: fix memory leaks (on error paths)
2013-12-12 Darrick J. Wonglibext2fs: check return values
2013-12-12 Darrick J. Wonglibext2fs: fix tests that set LARGE_FILE
2013-01-05 Theodore Ts'oFix 32-bit overflow problems: dgrp_t * s_blocks_per_group
2012-12-29 Andreas Dilgermisc: cleanup unused variables on MacOS
2012-04-05 Theodore Ts'omke2fs: don't fail creating the journal if /etc/mtab...
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-06-16 Theodore Ts'omke2fs, e2fsck: fix i_blocks handling for bigalloc...
2011-06-11 Andreas Dilgermke2fs: skip zeroing journal blocks
2011-06-11 Andreas Dilgerext2fs: Handle internal journal over 2^32 bytes
2011-06-10 Theodore Ts'olibext2fs: allocate clusters to files in expand_dir...
2010-12-22 Namhyung Kimlibext2fs: fix possible memory leak in write_journal_in...
2010-06-13 Valerie Aurora Hensonlibext2fs: More random 64-bit fixes, lots of block_iterate3
2010-06-07 Theodore Ts'oMerge branch 'maint' into next
2010-05-18 Theodore Ts'olibe2p, libext2fs: Update file copyright permission...
2009-10-26 Theodore Ts'oConvert ext2fs_group_of_blk() to ext2fs_group_of_blk2()
2009-10-26 Valerie Aurora HensonConvert ext2fs_block_alloc_stats() calls to block_alloc...
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-08-25 Theodore Ts'otune2fs: Fix "tune2fs -j <dev>" for extent-enabled...
2009-09-08 Valerie Aurora HensonConvert to use io_channel_read_blk64() and io_channel_w...
2009-09-07 Theodore Ts'oMerge branch 'maint' into next
2009-06-17 Eric Sandeenlibext2fs: initialize large inodes for journal & resize
2009-06-01 Jose R. SantosAdd 64-bit mkjournal.c interface
2008-08-28 Theodore Ts'oFurther optimize journal placement for flex_bg filesystems
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-27 Theodore Ts'oIf the filesystem supports extents create an extent...
2008-08-27 Theodore Ts'oCreate the journal in the middle of the filesystem
2008-08-27 Theodore Ts'oext2fs_mkjournal(): Don't allocate an extra block to...
2008-06-17 Theodore Ts'oext2fs_zero_blocks: Avoid clearing more blocks than...
2008-04-27 Theodore Ts'oext2fs_add_journal_inode: Optimize writing the journal...
2008-04-17 Theodore Ts'oAdd support for the HUGE_FILE feature
2007-06-21 Theodore Ts'oAdd default journal size function
2006-04-04 Theodore Ts'oFix ext2fs_add_journal_inode() when filesystem is opene...
2005-12-11 Theodore Ts'oFix various gcc -Wall complaints.
2005-09-25 Theodore Ts'oAdd fs->now to override time(0) in libext2fs
2005-07-19 Theodore Ts'oCheck for a busy device when creating a journal.
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-08-21 Theodore Ts'oAdd support for backing up the journal inode location...
2003-08-01 Theodore Ts'oext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
2002-01-03 Theodore Ts'odir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_...
2001-11-09 Theodore Ts'omkjournal.c (ext2fs_add_journal_inode): When creating...
2001-08-06 Theodore Ts'oPerformance enhancements to speed up creating a journal and
2001-07-28 Theodore Ts'omkjournal.c (ext2fs_create_journal_superblock): Set...
2001-07-27 Theodore Ts'omkjournal.c (ext2fs_add_journal_device): Use the correc...
2001-07-27 Theodore Ts'omkjournal.c (ext2fs_add_journal_device): Use the correc...
2001-06-23 Theodore Ts'omkjournal.c (ext2fs_add_journal_inode): Move close...
2001-06-23 Theodore Ts'omkjournal.c (ext2fs_add_journal_inode): Only use fchfla...
2001-06-11 Theodore Ts'oChangeLog, Makefile.in, mkjournal.c:
2001-05-14 Theodore Ts'oMany files:
2001-05-14 Theodore Ts'oChangeLog, mkjournal.c:
2001-04-17 Theodore Ts'oChangeLog, ext2_err.et.in, mkjournal.c:
2001-02-08 Theodore Ts'oChangeLog, mkjournal.c:
2001-01-18 Theodore Ts'oChangeLog, mkjournal.c:
2001-01-16 Theodore Ts'oChangeLog, ext2_err.et.in, ext2fs.h, initialize.c,...
2001-01-11 Theodore Ts'oMany files:
2001-01-05 Theodore Ts'oChangeLog, mkjournal.c:
2001-01-03 Theodore Ts'oChangeLog, Makefile.in, mkjournal.c:
2001-01-03 Theodore Ts'oChangeLog, ext2fs.h, mkjournal.c:
2000-12-09 Theodore Ts'oChangeLog, ext2fs.h, mkjournal.c:
2000-12-09 Theodore Ts'oChangeLog, jfs_user.h, mkjournal.c:
2000-10-26 Theodore Ts'oChangeLog, mkjournal.c:
2000-10-24 Theodore Ts'oChangeLog, Makefile.in, ext2_err.et.in, ext2fs.h, jfs_d...