summaryrefslogtreecommitdiff
path: root/misc/tune2fs.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-6/+25
|\
| * tune2fs: check return value of ext2fs_mmp_update2 in rewrite_metadata_checksumslihaoxiang (F)2023-01-251-4/+13
| * 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
* | Merge branch 'maint' into nextTheodore Ts'o2022-09-131-3/+2
|\ \ | |/
| * 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
* | misc: fix test for unavailable mountpoint in tune2fsTheodore Ts'o2022-08-311-1/+1
* | tune2fs: Add support for get/set UUID ioctls.Jeremy Bongio2022-08-231-20/+83
* | tune2fs: allow disabling casefold featureSlava Bacherikov2022-08-121-1/+53
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-121-2/+3
|\ \ | |/
| * e2fsprogs: fix device name parsing to resolve names containing '='Lukas Czerner2022-08-121-2/+3
* | Merge branch 'maint' into nextTheodore Ts'o2022-08-111-0/+2
|\ \ | |/
| * Avoid potential NULL dereference when argv[0]Theodore Ts'o2022-08-111-0/+2
* | tune2fs: implement support for set/get label ioctsLukas Czerner2021-12-311-0/+96
* | tune2fs: Add support for orphan_file featureJan Kara2021-09-301-2/+88
|/
* tune2fs: Fix conversion of quota filesJan Kara2021-09-031-1/+1
* quota: Rename quota_update_limits() to quota_read_all_dquots()Jan Kara2021-09-031-2/+3
* tune2fs: update overhead when toggling journal featureJan Kara2021-07-061-2/+8
* tune2fs: teach tune2fs to use a random value for "-c random"Theodore Ts'o2021-02-141-3/+11
* Fix clang warnings on architectures with a 64-bit longTheodore Ts'o2021-02-111-3/+4
* Merge branch 'maint' into nextTheodore Ts'o2021-01-281-24/+77
|\
| * AOSP: ANDROID: tune2fs: Support encrypt+casefoldDaniel Rosenberg2021-01-271-17/+0
| * AOSP: ANDROID: tune2fs: Allow setting the casefold featureDaniel Rosenberg2021-01-271-7/+90
* | tune2fs: fix casefold+encrypt error messageGabriel Krisman Bertazi2021-01-271-1/+1
* | tune2fs: allow enabling casefold feature after fs creationGabriel Krisman Bertazi2021-01-271-1/+14
* | Merge branch 'maint' into nextTheodore Ts'o2021-01-231-2/+4
|\ \ | |/
| * tune2fs: fix resource leak in handle_quota_options()Theodore Ts'o2021-01-211-2/+4
* | tune2fs: abort clearing the dir_index when the fs needs to be fsck'ed firstTheodore Ts'o2021-01-211-2/+3
* | Make userspace tools number of fast commits blocks awareHarshad Shirwadkar2021-01-211-4/+4
* | ext2fs: move calculate_summary_stats to ext2fs libHarshad Shirwadkar2021-01-211-58/+1
* | Enable threaded support for e2fsprogs' applications.Theodore Ts'o2021-01-211-1/+2
* | Merge branch 'maint' into nextTheodore Ts'o2020-10-011-36/+48
|\ \ | |/
| * tune2fs: reset MMP state on error exitAndreas Dilger2020-10-011-36/+48
* | tune2fs: prevent stable_inodes feature from being clearedEric Biggers2020-04-101-2/+1
* | tune2fs: prevent changing UUID of fs with stable_inodes featureEric Biggers2020-04-101-0/+7
* | tune2fs: update dir checksums when clearing dir_index featureJan Kara2020-03-151-48/+95
* | Merge branch 'maint' into nextTheodore Ts'o2020-03-071-1/+1
|\ \ | |/
| * e2fsck: use proper types for variablesAndreas Dilger2020-02-291-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2020-01-251-2/+1
|\ \ | |/
| * mmp: abstract out repeated 'sizeof(buf), buf' usageAndreas Dilger2020-01-241-2/+1
* | Merge branch 'maint' into nextTheodore Ts'o2019-11-221-0/+12
|\ \ | |/
| * tune2fs: prohibit toggling uninit_bg on live filesystemsDarrick J. Wong2019-11-201-0/+12
* | Rename functions, types, constants to reflect jbd2 usageTheodore Ts'o2019-11-091-5/+5
* | AOSP: support the stable_inodes featureEric Biggers2019-10-311-2/+4
* | Teach ext2fs_open2() to honor the EXT2_FLAG_SUPER_ONLY flagTheodore Ts'o2019-10-221-1/+1
* | Enable support for the fast_commit compat featureTheodore Ts'o2019-10-031-2/+4
|/