summaryrefslogtreecommitdiff
path: root/e2fsck/journal.c
Commit message (Expand)AuthorAgeFilesLines
...
| * e2fsck: fix memory leaks (on error path)Darrick J. Wong2013-12-121-1/+3
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-031-15/+15
|\ \ | |/
| * e2fsck: use dgrp_t for block group numbersTheodore Ts'o2013-12-021-1/+2
| * e2fsck: fix j_maxlen if the file system is exactly 1 << 32 blocksTheodore Ts'o2013-12-021-4/+3
| * e2fsck: use errcode_t to suppress some -Wconversion warningsTheodore Ts'o2013-12-021-10/+10
* | Merge branch 'maint' into nextTheodore Ts'o2013-10-121-1/+5
|\ \ | |/
| * e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-071-1/+5
* | e2fsck: fix gcc -Wall nitsTheodore Ts'o2013-05-201-6/+9
* | Merge branch 'maint' into nextTheodore Ts'o2013-05-191-1/+1
|\ \ | |/
| * e2fsck: fix gcc -Wall nitsTheodore Ts'o2013-05-191-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2013-05-161-2/+12
|\ \ | |/
| * e2fsck: don't use IO_FLAG_EXCLUSIVE for read-only root file systemsTheodore Ts'o2013-05-041-2/+12
* | e2fsck: check journal superblock checksum prior to recoveryDarrick J. Wong2012-08-021-0/+59
|/
* e2fsck: correctly propagate error from journal to superblockTheodore Ts'o2012-06-101-10/+8
* e2fsck: handle an already recovered journal with a non-zero s_error fieldTheodore Ts'o2012-05-311-0/+13
* e2fsck: fix 64-bit journal supportTheodore Ts'o2012-05-211-16/+17
* ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger2011-09-251-0/+2
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* ext2fs: Handle internal journal over 2^32 bytesAndreas Dilger2011-06-111-4/+7
* Merge branch 'maint' into nextTheodore Ts'o2010-12-131-1/+2
|\
| * e2fsck: Open the external journal in exclusive modeTheodore Ts'o2010-09-251-1/+2
* | e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson2010-06-131-9/+9
* | Merge branch 'maint' into nextTheodore Ts'o2010-06-071-1/+1
|\ \ | |/
| * e2fsck: mark sparse journal as invalidEric Sandeen2010-05-131-1/+1
* | Convert to use block group accessor functionsValerie Aurora Henson2009-10-251-1/+1
* | Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson2009-09-071-2/+2
* | Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson2009-09-071-2/+2
* | e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson2009-08-221-1/+1
|/
* e2fsck: Fix journal replay bug which reverts changes to the bg descriptorsTheodore Ts'o2009-05-251-2/+9
* e2fsck: Fix journal replay for block sizes greater than 8kTheodore Ts'o2009-01-021-1/+3
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-28/+28
* e2fsck: Add support to check journal checksumsTheodore Ts'o2008-06-061-1/+16
* Make e2fsck uninit block group awareJose R. Santos2008-03-201-0/+1
* Merge branch 'maint'Theodore Ts'o2007-10-061-0/+2
|\
| * e2fsck: update the backup superblocks if the feature bitmasks are changedTheodore Ts'o2007-10-061-0/+2
* | Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTESTheodore Ts'o2007-08-111-1/+1
|/
* e2fsck: Check the all of journal blocks for validityTheodore Ts'o2007-06-211-16/+42
* Write the updated journal inode if s_jnl_blocks was successfully usedKalpak Shah2007-06-211-0/+7
* Recreate journal that had been removed previously due to corruptionKalpak Shah2007-06-211-1/+1
* Don't write changes to the backup superblocks by defaultTheodore Ts'o2007-06-181-0/+1
* [COVERITY] Fix (error case only) memory leak in e2fsck_get_journalBrian Behlendorf2007-03-291-14/+16
* Fix misc. gcc -Wall complaints in the misc and e2fsck directoriesTheodore Ts'o2006-11-141-2/+0
* Fix memory leak in e2fsck's error pathsTheodore Ts'o2006-05-141-1/+3
* Enhance e2fsck so it can fix external journal hint in the superblock Theodore Ts'o2006-03-101-0/+37
* E2fsck: fix future times in the superblock's last mount or last write fieldsTheodore Ts'o2005-09-241-0/+1
* Use a centrally stored current time for "now" which Theodore Ts'o2005-04-141-1/+1
* Attempt recovery if the journal contains illegal blocksRichard Mortimer2004-10-041-0/+1
* Fixed potential ordering constraint problem in e2fsck's journalTheodore Ts'o2004-05-261-0/+12
* Re-add FreeBSD support. Matthias Andree2003-12-281-0/+1
* Fix more compiler warnings.Matthias Andree2003-12-281-1/+2