aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint' into nextTheodore Ts'o2018-10-041-0/+11
|\
| * libe2p: avoid segfault when s_nr_users is too highLukas Czerner2018-10-021-0/+11
* | Merge branch 'maint' into nextTheodore Ts'o2018-08-231-0/+8
|\|
| * e2image: copy mmp block when create metadata only imageArtem Blagodarenko2018-08-221-0/+8
* | Merge branch 'maint' into nextTheodore Ts'o2018-08-211-0/+1
|\|
| * tune2fs: fix dereference of freed memory after journal replayTheodore Ts'o2018-08-211-0/+1
* | Merge branch 'maint' into nextTheodore Ts'o2018-08-181-1/+3
|\|
| * AOSP: Ignore quotes in safe_print().Jeff Sharkey2018-08-181-1/+3
* | Merge branch 'maint' into nextTheodore Ts'o2018-08-133-4/+6
|\|
| * Reserve codepoints for the fsverity feature.Theodore Ts'o2018-08-132-2/+4
| * build: use MKDIR_P instead of MKINSTALLDIRSRoss Burton2018-08-111-2/+2
* | Fix function declarations for ss commands to fix LTO warningsTheodore Ts'o2018-08-081-1/+2
* | tune2fs: allow setting the filesystem error bitDarrick J. Wong2018-08-052-0/+9
|/
* Fix compile error and warnings for old gcc versionsLi Dongyang2018-07-143-0/+12
* AOSP: e2fsdroid and mke2fs are dynamic executable in recovery partitionJiyong Park2018-06-272-42/+2
* tests, mke2fs: add option to suppress xattr copying to fix f_extent_htreeTheodore Ts'o2018-06-264-0/+19
* debugfs: fix mknod command on some 32-bit platforms due to LFSTheodore Ts'o2018-06-262-6/+8
* Update Makefile.in files using "make depend"Theodore Ts'o2018-06-251-48/+58
* e4crypt: remove unneeded stat(2) call in do_get_policy()Theodore Ts'o2018-06-241-7/+1
* e2image, libext2fs: check for corrupted qcow2 imageTheodore Ts'o2018-06-241-5/+10
* mke2fs: add proper error checking in write_reserved_inodesTheodore Ts'o2018-06-241-3/+9
* e2image: Add an assertion/sanity check in initialize_qcow2_image()Theodore Ts'o2018-06-241-2/+5
* e2image: calculate progress rate using floating pointTheodore Ts'o2018-06-241-1/+1
* e4crypt: fix invalid errno comparison with a negative error codeTheodore Ts'o2018-06-241-1/+1
* Fix gcc and clang warningsTheodore Ts'o2018-06-2310-17/+34
* misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara2018-06-224-43/+251
* filefrag: don't ignore fsync errorsLukas Czerner2018-06-221-2/+2
* e4defrag: fix typo in man pageTheodore Ts'o2018-05-271-1/+1
* mke2fs: print error string if ext2fs_close_free() failsTheodore Ts'o2018-05-141-2/+3
* chattr.1: 'a' and 'i' attribute do not affect existing file descriptorsLukas Czerner2018-04-131-3/+5
* e2image: fix metadata image handling on big endian systemsLukas Czerner2018-04-091-11/+11
* filefrag: avoid temporary buffer overflowAndreas Dilger2018-03-291-1/+1
* Add some minor clarifications to chattr's man pageTheodore Ts'o2018-03-241-9/+10
* misc: add makefile rules for dumpe2fs.static and e2image.staticTheodore Ts'o2018-03-191-0/+13
* misc/fsck: fix potential memory leak on error pathTheodore Ts'o2018-03-101-2/+3
* Fix build problems on the Hurd OSTheodore Ts'o2018-03-101-4/+5
* Merge branch 'maint' into nextTheodore Ts'o2018-03-021-0/+4
|\
| * e2freefrag: fix portability problem for HurdTheodore Ts'o2018-03-021-0/+4
* | mke2fs: use io_channel_flush() instead of sync() for sync_kludgeTheodore Ts'o2018-02-262-9/+20
* | AOSP: use e2fsprogs-defaults for ccflagsTheodore Ts'o2018-02-262-15/+20
* | AOSP: Revert "Add "libc" to soong static_executable targets."Jeff Gaston2018-02-261-2/+2
* | AOSP: mke2fs: Don't require mke2fs.conf on Windows.Steven Moreland2018-02-261-4/+13
* | AOSP: mke2fs: add links for mkfs.ext[234]Mark Salyzyn2018-02-261-0/+1
* | AOSP: Suppress warnings/errors for clang+mingwDan Willemsen2018-02-261-1/+2
* | AOSP: mke2fs, libext2fs: make filesystem image reproducibleJin Qian2018-02-261-1/+21
* | AOSP: Add missing libdl dependenciesPavlin Radoslavov2018-02-261-8/+8
* | AOSP: misc: fix resource leak in populate_fsJin Qian2018-02-261-2/+5
* | AOSP: build mke2fs for windows using android mingw libraryJin Qian2018-02-264-2/+34
* | AOSP: mke2fs, libext2fs: fix bugs on windowsJin Qian2018-02-261-1/+1
* | AOSP: build static version of mke2fs and e2fsdroid for hostJin Qian2018-02-261-10/+28