summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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/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
* 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