summaryrefslogtreecommitdiff
path: root/misc/tune2fs.c
Commit message (Expand)AuthorAgeFilesLines
...
* Rename the feature "fname_encoding" to be "casefold".Theodore Ts'o2019-05-031-1/+1
* tune2fs: prevent enabling encryption flag on encoding-aware fsGabriel Krisman Bertazi2018-12-031-0/+6
* Merge branch 'maint' into nextTheodore Ts'o2018-11-261-8/+9
|\
| * tune2fs: fix false warning that a UUID change will take a long timeTheodore Ts'o2018-11-231-8/+9
* | libext2fs: refactor code which fixes up the checksums in an extent treeTheodore Ts'o2018-10-211-59/+1
* | 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-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-131-1/+2
|\ \ | |/
| * Reserve codepoints for the fsverity feature.Theodore Ts'o2018-08-131-1/+2
* | tune2fs: allow setting the filesystem error bitDarrick J. Wong2018-08-051-0/+5
|/
* Fix gcc and clang warningsTheodore Ts'o2018-06-231-2/+3
* Merge branch 'maint' into nextTheodore Ts'o2018-02-261-40/+41
|\
| * tune2fs: if turning off csum_seed and the UUID has changed, require fsckTheodore Ts'o2018-02-241-9/+11
| * tune2fs: move the journal recovery before we try to modify the superblockTheodore Ts'o2018-02-241-31/+30
| * tune2fs: don't recover journal if device is busy.NeilBrown2018-02-241-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2018-01-021-3/+3
|\ \ | |/
| * Add missing information to various man pages and usage textsTyson Nottingham2017-12-211-3/+3
* | Merge branch 'maint' into nextTheodore Ts'o2017-10-151-5/+5
|\ \ | |/
| * misc: clean up error handling for ext2fs_run_ext3_journal()Theodore Ts'o2017-10-151-5/+5
* | tune2fs: quiet llvm build warningAndreas Dilger2017-08-301-2/+4
* | Merge branch 'maint' into nextTheodore Ts'o2017-08-291-2/+18
|\ \ | |/
| * tune2fs: explain why an fsck is neededTheodore Ts'o2017-08-231-2/+6
| * tune2fs: do not enable project feature or quota if inode size is 128 bytesTheodore Ts'o2017-08-231-0/+12
* | tune2fs: update ea_inode hashes when fs uuid changesTahsin Erdogan2017-07-041-96/+203
* | tune2fs: do not allow disabling ea_inode featureTahsin Erdogan2017-07-041-1/+0
* | e2fsck: add support for large xattrs in external inodesAndreas Dilger2017-07-041-0/+2
* | Merge branch 'maint' into nextTheodore Ts'o2017-05-291-14/+31
|\ \ | |/
| * tune2fs: fix BUGs of tuning project quotaWang shilong2017-05-291-14/+31
* | e2fsprogs: add support for 3-level htreeArtem Blagodarenko2017-04-131-1/+2
|/
* tune2fs: fix quota enablement regressionEric Whitney2017-02-051-10/+10
* Avoid dereferencing beyond allocated memory in quota handlingTheodore Ts'o2016-11-111-1/+1
* tune2fs: tell the user that e2fsck -f is requiredTheodore Ts'o2016-09-011-2/+2
* tune2fs,resize2fs: special case HURD only when testing s_creator_osTheodore Ts'o2016-06-071-1/+1
* Fix Android build warningsTheodore Ts'o2016-05-291-3/+2
* libsupport: fix gcc -Wall nitsTheodore Ts'o2016-05-291-5/+31
* Fix various man pages and usage messageTheodore Ts'o2016-05-081-1/+1
* Fix support for configure --enable-jbd-debugTheodore Ts'o2016-04-151-0/+4
* tune2fs: don't include journal recovery when building for AndroidTheodore Ts'o2016-03-181-0/+13
* Fix various clang and gcc -Wall warningsTheodore Ts'o2016-03-181-0/+1
* tune2fs: recover the journalDarrick J. Wong2016-03-061-8/+14
* tune2fs: confirm dangerous operationsDarrick J. Wong2016-03-061-13/+27
* tune2fs: allow user to turn on saving the checksum seedDarrick J. Wong2016-03-061-6/+60
* Add project quota supportLi Xi2016-03-061-3/+21
* Add project feature flag EXT4_FEATURE_RO_COMPAT_PROJECTLi Xi2016-03-061-1/+2
* Clean up codes for adding new quota typeLi Xi2016-03-061-70/+64
* Merge branch 'maint' into nextTheodore Ts'o2015-11-301-0/+12
|\
| * tune2fs: warn if the filesystem journal is dirtyJim Garlick2015-11-301-0/+12
* | misc: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-50/+28