summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint' into nextTheodore Ts'o2023-02-024-47/+93
|\
| * badblocks: fix operation with large-ish block sizes and/or countsCorey Hickey2023-02-011-7/+8
| * badblocks: separate and improve error messages for blocks_at_onceCorey Hickey2023-02-011-3/+6
| * badblocks: fix mis-printed error from block size checkCorey Hickey2023-02-011-5/+5
| * badblocks: print a more explanatory message when a parameter is too largeCorey Hickey2023-02-011-2/+5
| * fuse2fs: support "fuse2fs -o offset=<bytes>"Matt Stark2023-02-011-1/+6
| * Add option to enable/disable largefile supportKhem Raj2023-02-011-5/+1
| * AOSP: Android: run bpfmt on all bp filesEric Biggers2023-02-011-2/+6
| * AOSP: Android: consolidate warning suppressionsEric Biggers2023-02-011-4/+0
| * AOSP: Android: stop suppressing warnings controlled by -WallEric Biggers2023-02-011-4/+0
| * AOSP: Android: consolidate addition of include/mingw/Eric Biggers2023-02-011-2/+0
| * AOSP: mke2fs: stop suppressing warnings for Windows buildEric Biggers2023-02-011-6/+0
| * AOSP: mke2fs.microdroid: Allow non-APEX version of libsShikha Panwar2023-01-311-5/+37
| * AOSP: Create blkid_staticDennis Shen2023-01-311-0/+16
| * AOSP: Make blkid host_supportedDennis Shen2023-01-311-0/+1
| * e4defrag: avoid potential buffer overflow caused by very long file namesTheodore Ts'o2023-01-311-3/+4
* | misc/tune2fs: fix -Wunused-variable warnings in handle_fslabel()Eric Biggers2023-01-271-2/+3
* | misc/tune2fs: fix setting fsuuid::fsu_lenEric Biggers2023-01-271-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2023-01-2710-189/+85
|\ \ | |/
| * misc/util.c: enable MinGW alarm() when building for WindowsEric Biggers2023-01-272-2/+5
| * misc/mke2fs: fix a -Wunused-variable warning in PRS()Eric Biggers2023-01-271-4/+6
| * misc/mke2fs: fix Windows buildEric Biggers2023-01-271-6/+6
| * misc/mk_hugefiles: simplify get_partition_start()Eric Biggers2023-01-271-125/+9
| * misc/fuse2fs: avoid error-prone strncpy() patternEric Biggers2023-01-271-2/+3
| * misc/e4defrag: fix -Wstringop-truncation warningsEric Biggers2023-01-271-21/+9
| * misc/create_inode: simplify logic in scandir()Eric Biggers2023-01-271-16/+10
| * misc/create_inode: fix -Wunused-variable warnings in __populate_fs()Eric Biggers2023-01-271-4/+6
| * lib, misc: eliminate dependency on WinsockEric Biggers2023-01-271-1/+0
| * Fix various spelling typosSamanta Navarro2023-01-262-2/+2
| * tune2fs: check return value of ext2fs_mmp_update2 in rewrite_metadata_checksumslihaoxiang (F)2023-01-251-4/+13
| * misc/fsck.c: Processes may kill other processes.zhanchengbin2023-01-181-0/+2
| * tune2fs: print error message when closing the fs failsLubomir Rintel2023-01-181-1/+9
| * tune2fs: fix an error messageLubomir Rintel2022-10-201-1/+1
| * tune2fs: exit directly when fs freed in ext2fs_run_ext3_journalLi Jinlin2022-10-201-0/+2
| * create_inode: do not fail if filesystem doesn't support xattrJürg Billeter2022-09-191-0/+2
* | Merge branch 'maint' into nextTheodore Ts'o2022-09-132-9/+12
|\ \ | |/
| * misc fix the chattr's man page regarding the -x flagTheodore Ts'o2022-09-121-6/+10
| * tune2fs: tune2fs_main() should return rc when some error, occursZhiqiang Liu2022-09-121-1/+2
| * tune2fs: fix tune2fs segfault when ext2fs_run_ext3_journal() failsZhiqiang Liu2022-09-121-2/+0
* | mke2fs: disable CSUM_SEED if the METADATA_CSUM feature is disabled by the userTheodore Ts'o2022-09-011-0/+5
* | mke2fs: disable orphan_file if the fs is too small to support a journalTheodore Ts'o2022-09-011-0/+3
* | Fix typo in defeult /etc/mke2fs.conf fileTheodore Ts'o2022-09-011-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2022-09-011-2/+2
|\ \ | |/
| * Update makefile dependenciesTheodore Ts'o2022-09-011-2/+2
* | misc: fix test for unavailable mountpoint in tune2fsTheodore Ts'o2022-08-311-1/+1
* | mke2fs.conf: enable the metadata_csum_seed and orphan_file features by defaultTheodore Ts'o2022-08-311-1/+1
* | tune2fs: Add support for get/set UUID ioctls.Jeremy Bongio2022-08-231-20/+83
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-131-1/+1
|\ \ | |/
| * e2image: checking the retval for the last update_refcount() is unnecessaryTheodore Ts'o2022-08-131-1/+1
* | tune2fs: allow disabling casefold featureSlava Bacherikov2022-08-122-3/+57