summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* mke2fs.conf.5: fix spelling errors in man pageTheodore Ts'o2021-12-291-2/+2
* 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
* Fix miscellaneous spelling errors in man pages, and release notesTheodore Ts'o2021-08-152-4/+4
* Change "filesystem" to "file system" in the man pagesTheodore Ts'o2021-08-1519-436/+436
* mke2fs: allow the default creator os to be specified in /etc/mke2fs.confTheodore Ts'o2021-08-152-0/+10
* mke2fs: warn that bigalloc is experimental only for large cluster sizesTheodore Ts'o2021-08-141-5/+6
* mke2fs: warn about missing y2038 support when formatting fresh ext4 fsDarrick J. Wong2021-08-143-3/+19
* mke2fs: fix a file descriptor leak when creating a file system image fileTheodore Ts'o2021-08-031-0/+1
* e2image: Dump quota filesJan Kara2021-08-031-3/+6
* lsattr: check whether path is NULL in lsattr_dir_proc()Zhiqiang Liu2021-08-021-0/+5
* mke2fs: fix creating a file system image w/o a pre-existing fileTheodore Ts'o2021-08-021-0/+19
* Update release notes, etc., for the 1.46.3 releasev1.46.3Theodore Ts'o2021-07-271-1/+2
* AOSP: Move system_shared_libs into target.bionic clauseColin Cross2021-07-271-11/+0
* AOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour2021-07-271-0/+12
* Fix miscellaneous compiler warnings using "make gcc-wall"Theodore Ts'o2021-07-252-3/+3
* mke2fs: do not warn about a pre-existing partition table when using a non-zer...Theodore Ts'o2021-07-211-11/+12
* mke2fs: only try discarding a single block to test if discard worksTheodore Ts'o2021-07-181-3/+2
* misc: fix potential segmentation fault problem in scandir()Zhiqiang Liu2021-07-151-0/+2
* zap_sector: fix memory leakwuguanghao2021-07-151-1/+3
* Fix -Wunused-variable warningsEric Biggers2021-07-061-0/+2
* mke2fs: use ext2fs_get_device_size2() on all platformsEric Biggers2021-07-061-6/+0
* tune2fs: update overhead when toggling journal featureJan Kara2021-07-061-2/+8
* filefrag: minor usability improvementsAndreas Dilger2021-04-022-41/+74
* e2image: add OPTIONS section to man pageAndreas Dilger2021-04-021-166/+184
* misc: remove useless code in set_inode_xattr()Zhiqiang Liu2021-04-021-1/+0
* Remove superfluous break statementsTheodore Ts'o2021-02-251-1/+0
* chattr/lsattr: expose FS_NOCOMP_FL (aka EXT2_NOCOMPR_FL)Lennart Poettering2021-02-252-2/+8
* misc/Makefile.in: add rules to build static versions of lsattr and chattrTheodore Ts'o2021-02-231-1/+11
* Add checks for fs->blocksize == 0 which could cause some crashesTheodore Ts'o2021-02-231-2/+3
* create_inode: fix potential file descriptor leak on an error pathTheodore Ts'o2021-02-231-1/+1
* misc: replace remaining loff_t with ext2_loff_tAndreas Dilger2021-02-222-12/+13
* chattr.1: improve attributes description to btrfsAkatsuki Rui2021-02-221-2/+4
* create_inode: Find subdirectory in do_write_internalEarl Chew2021-02-221-7/+20
* tune2fs: teach tune2fs to use a random value for "-c random"Theodore Ts'o2021-02-142-18/+21
* badblocks: add error checking for command-line arguments for -b and -cTheodore Ts'o2021-02-121-1/+13
* Fix clang warnings on architectures with a 64-bit longTheodore Ts'o2021-02-1110-81/+114
* mke2fs: fix resource leak on error path when creating inodesTheodore Ts'o2021-02-111-1/+1
* mke2fs: fix a importing a directory with an ACL and inline dataTheodore Ts'o2021-02-091-0/+7
* Update makefile dependenciesTheodore Ts'o2021-01-291-9/+12
* Merge branch 'maint' into nextTheodore Ts'o2021-01-291-1/+1
|\
| * misc: fix a spelling nit in the mke2fs man pageTheodore Ts'o2021-01-281-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2021-01-284-33/+107
|\ \ | |/
| * AOSP: tune2fs/resize2fs: make vendor_ramdisk_available.Yifan Hong2021-01-281-0/+1
| * AOSP: ANDROID: mke2fs: Support encrypt+casefoldDaniel Rosenberg2021-01-271-9/+0
| * AOSP: ANDROID: tune2fs: Support encrypt+casefoldDaniel Rosenberg2021-01-271-17/+0
| * AOSP: ANDROID: tune2fs: Allow setting the casefold featureDaniel Rosenberg2021-01-272-7/+119
* | 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-235-10/+15
|\ \ | |/