aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/unix.c
Commit message (Expand)AuthorAgeFilesLines
* e2fsck: fix fd leak in reserve_stdio_fdsTheodore Ts'o2018-08-131-1/+2
* e2fsck: only retry to open the file system when the superblock is corruptTheodore Ts'o2018-06-241-1/+2
* Fix gcc and clang warningsTheodore Ts'o2018-06-231-2/+4
* misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara2018-06-221-1/+2
* AOSP: e2fsck: imply -f when using -E unshare_blocksDavid Anderson2018-06-211-0/+1
* AOSP: e2fsck: allow read-only testing if -E unshare_blocks will succeedDavid Anderson2018-06-211-0/+10
* AOSP: e2fsck: Add an extended option for unsharing blocks.David Anderson2018-06-211-0/+4
* e2fsck: allow to fix some superblock corruptionsJan Kara2018-06-191-1/+21
* e2fsck: warn if checkinterval and broken_system_clock both setEric Sandeen2018-04-091-0/+5
* Add missing information to e2fsck man pages and usage textTyson Nottingham2017-12-151-0/+1
* e2fsck: fix potential Floating Point Exception in show_stats()Theodore Ts'o2017-12-121-9/+11
* Fix typos in code comments and developer docsSebastian Rasmussen2017-10-151-1/+1
* e2fsck: add optimization for heavily hard-linked file systemsJaco Kroon2017-08-261-9/+27
* e2fsck: don't flush to device opened in read-only modeKonstantin Chistyakov2017-05-291-7/+9
* e2fsck: allow extent tree optimization to be disabledTheodore Ts'o2017-04-211-0/+8
* e2fsck: report the exit value in the logfileTheodore Ts'o2017-03-011-0/+2
* e2fsck: exit with exit status 0 if no errors were fixedTheodore Ts'o2017-02-161-4/+16
* Avoid dereferencing beyond allocated memory in quota handlingTheodore Ts'o2016-11-111-9/+2
* libsupport: fix gcc -Wall nitsTheodore Ts'o2016-05-291-3/+14
* e2fsck: improve error messages when the journal sb is corruptTheodore Ts'o2016-05-241-1/+2
* Fix various man pages and usage messageTheodore Ts'o2016-05-081-2/+1
* e2fsck: clean up error messages when journal is corruptedTheodore Ts'o2016-04-171-3/+8
* e2fsck: don't abort if the journal is corrupted due to checksum errorsTheodore Ts'o2016-04-151-3/+5
* Fix support for configure --enable-jbd-debugTheodore Ts'o2016-04-151-1/+1
* e2fsck: Print "REBOOT SYSTEM" instead of "REBOOT LINUX"Theodore Ts'o2016-03-261-1/+1
* Clean up codes for adding new quota typeLi Xi2016-03-061-13/+13
* Merge branch 'maint' into nextTheodore Ts'o2015-11-301-8/+10
|\
| * e2fsck: skip quota update when interruptedAndreas Dilger2015-11-161-8/+10
* | e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-5/+4
* | Move the check_plausibility() function from misc to lib/supportTheodore Ts'o2015-07-121-1/+1
* | configure: remove support to disable htree supportTheodore Ts'o2015-07-031-8/+0
* | e2fsck: skip checking the journal fields if the file system is mountedTheodore Ts'o2015-06-191-6/+8
* | misc: fix undo file setupDarrick J. Wong2015-05-161-3/+9
* | misc: fix Coverity bugsDarrick J. Wong2015-05-161-0/+4
* | e2fsck: optionally create an undo fileDarrick J. Wong2015-05-051-2/+94
* | e2fsck: rebuild sparse extent trees & convert non-extent ext3 filesDarrick J. Wong2015-04-211-0/+23
* | e2fsck: read-ahead metadata during passes 1, 2, and 4Darrick J. Wong2015-04-211-0/+28
* | Remove compression supportTheodore Ts'o2015-04-121-6/+0
* | e2fsck: add a 'yes to all' response in interactive modeDarrick J. Wong2015-02-161-1/+1
* | e2fsck: fix message when the journal is deleted and regeneratedDarrick J. Wong2015-01-271-2/+1
* | Merge branch 'maint' into nextTheodore Ts'o2014-10-111-3/+3
|\|
| * e2fsck: fix free pointer dereferencesTheodore Ts'o2014-10-081-3/+3
* | misc: add plausibility checks to debugfs/tune2fs/dumpe2fs/e2fsckDarrick J. Wong2014-09-191-1/+6
* | Merge branch 'maint' into nextTheodore Ts'o2014-08-151-3/+5
|\|
| * e2fsck: don't flush the FS unless it's actually dirtyDarrick J. Wong2014-08-121-3/+5
* | Merge branch 'maint' into nextTheodore Ts'o2014-08-101-39/+34
|\|
| * e2fsck: flush out the superblock and bitmaps before printing final messagesTheodore Ts'o2014-08-101-39/+34
* | tests: add regression tests for MMP blocks with bad checksumsDarrick J. Wong2014-08-021-1/+3
* | Merge branch 'maint' into nextTheodore Ts'o2014-07-251-1/+1
|\|
| * e2fsck: free ctx->fs, not fs, at the end of fsckDarrick J. Wong2014-07-241-1/+1