summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update makefile dependenciesTheodore Ts'o2022-09-011-2/+2
* e2image: checking the retval for the last update_refcount() is unnecessaryTheodore Ts'o2022-08-131-1/+1
* e2fsprogs: fix device name parsing to resolve names containing '='Lukas Czerner2022-08-125-15/+20
* Avoid potential NULL dereference when argv[0]Theodore Ts'o2022-08-115-1/+10
* Fix Coverity unintentional integer overflow warningsTheodore Ts'o2022-08-111-1/+1
* Fix UBSAN if s_log_groups_per_flex is 31Theodore Ts'o2022-08-071-1/+1
* dumpe2fs, resize2fs: avoid memory leak on error pathzhanchengbin2022-05-111-0/+1
* misc: fix chattr usage message for project IDAndreas Dilger2022-05-022-27/+61
* 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