Whamcloud - gitweb
Fix clang warnings on architectures with a 64-bit long
[tools/e2fsprogs.git] / lib / ext2fs / undo_io.c
2021-01-21 Theodore Ts'olibext2fs: add threading support to the I/O manager...
2017-10-16 Sebastian RasmussenFix typos in code comments and developer docs
2016-06-22 Eric Sandeene2undo: fix endian issues
2016-06-07 Matthias AndreeFix dbg_print() format for unsigned long long.
2016-05-12 Marcus Huewelibext2fs: add fs_offset entry to the undo header
2016-05-12 Marcus Huewelibext2fs: fix key extension in undo_write_tdb
2016-05-12 Marcus Huewelibext2fs: fix offset code in undo_write_tdb
2016-03-18 Theodore Ts'oFix various clang and gcc -Wall warnings
2015-07-13 Theodore Ts'oEliminate doubly defined _LARGEFILE_SOURCE warning
2015-06-11 Darrick J. Wonglibext2fs: remove unnecessary undo file flush calls
2015-05-16 Darrick J. Wongundo-io: write out index block after every write
2015-05-05 Darrick J. Wonge2fsck: optionally create an undo file
2015-05-05 Darrick J. Wonglibext2fs: support atexit cleanups
2015-05-05 Darrick J. Wonge2undo: ditch tdb file, write everything to a flat...
2015-05-05 Darrick J. Wongundo-io: use a bitmap to track what we've already written
2015-05-05 Darrick J. Wongundo-io: be more flexible about setting block size
2015-05-05 Darrick J. Wongundo-io: add new calls to and speed up the undo io...
2014-07-26 Theodore Ts'olibext2fs: use C99 initializers for the io_manager...
2014-02-18 Andreas Dilgerext2fs: declare struct_io_manager at end of file
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Eric Sandeene2fsprogs: Fix some error cleanup path bugs
2011-09-16 Eric Sandeenlibext2fs: Potential null ptr deref in undo_err_handler...
2010-06-07 Theodore Ts'oMerge branch 'maint' into next
2010-05-18 Theodore Ts'olibe2p, libext2fs: Update file copyright permission...
2009-09-08 Valerie Aurora HensonConvert to use io_channel_read_blk64() and io_channel_w...
2009-07-12 Theodore Ts'olibext2fs: Add 64-bit support to the undo manager
2008-06-07 Theodore Ts'oFix gcc -Wall warnings in libext2fs
2008-04-27 Aneesh Kumar K.Vlibext2fs: Add undo I/O manager