Whamcloud - gitweb
misc: fix a spelling nit in the mke2fs man page
[tools/e2fsprogs.git] / lib / ext2fs /
2021-01-28 Theodore Ts'oUpdate Makefile dependencies for lib/e2p and lib/ext2fs
2021-01-28 Yifan HongAOSP: tune2fs/resize2fs: make vendor_ramdisk_available.
2021-01-28 Daniel RosenbergAOSP: ANDROID: e2fsck: Handle casefolded encryption
2021-01-23 Theodore Ts'oFix clang warnings
2021-01-23 Theodore Ts'olibext2fs: use compiler built-in offsetof() if available
2021-01-22 Theodore Ts'olibext2fs: fix UBSAN warning in ext2fs_mmp_new_seq()
2021-01-21 Theodore Ts'olibext2fs: fix incorrect negative error return in unix...
2021-01-20 Romain Naourlibext2fs: add gnu.translator support
2020-10-05 Theodore Ts'oDefine MKDIR_P in the Makefile.in files instead in...
2020-10-01 Xiao Yangchattr/lsattr: Support dax attribute
2020-10-01 Lukas Czernerext2fs: remove unused variable 'left'
2020-08-26 Theodore Ts'olibext2fs: fix potential buffer overrun in __get_dirent...
2020-05-18 Theodore Ts'olibext2fs: retry reading superblock on open when checks...
2020-04-25 Theodore Ts'olibext2fs: batch calls to ext2fs_zero_blocks2()
2020-04-14 Michael Forneylibext2fs: avoid pointer arithmetic on `void *`
2020-03-24 Theodore Ts'oUse ext2_loff_t instead of loff_t
2020-03-21 Yifan HongAOSP: Make ramdisk_available.
2020-03-20 Theodore Ts'olibext2fs: fix the {set_get}_bitmap_range functions...
2020-03-15 Theodore Ts'olibext2fs: make ext2fs_dirent_has_tail() more strict
2020-03-07 Lukas Czernerlibext2fs: check open(O_EXCL) first in ismounted.c
2020-03-07 Andreas Dilgerlibext2fs: don't use O_DIRECT for files on tmpfs
2020-03-04 Andreas Dilgere2fsck: avoid overflow with very large dirs
2020-02-29 Andreas Dilgere2fsck: fix overflow if more than 4B inodes
2020-02-29 Andreas Dilgere2fsck: use proper types for variables
2020-02-28 Lukas Czernertst_libext2fs: Avoid multiple definition of global...
2020-02-16 Theodore Ts'olibext2fs: avoid array buffer overruns caused by insane...
2020-02-12 Theodore Ts'olibext2fs: fix potential OOB read check_for_inode_bad_b...
2020-01-25 Andreas Dilgermmp: abstract out repeated 'sizeof(buf), buf' usage
2020-01-25 Andreas Dilgermmp: don't assume NUL termination for MMP strings
2020-01-16 Theodore Ts'olibext2fs: reserve the error code EXT2_ET_NO_GDESC
2020-01-06 Theodore Ts'olibext2fs: always compile swapfs functions on all archi...
2020-01-06 Theodore Ts'olibext2fs: don't scan /etc/mtab if file system not...
2020-01-01 Theodore Ts'olibext2fs: use ext2fs_file_llseek in inode_io.c
2020-01-01 Theodore Ts'olibext2fs: chage ext2_off_t and ext2_off64_t to be...
2020-01-01 Theodore Ts'olibext2fs: use __u64 instead of ext2_off64_t in qcow.c
2020-01-01 Theodore Ts'oext2fs: add ext2fs_get_stat_i_blocks() function
2019-11-23 Theodore Ts'olibext2fs: define PATH_MAX if not provided by the syste...
2019-11-10 Theodore Ts'olibext2fs/ismounted.c: check device id in advance to...
2019-11-08 Theodore Ts'olibext2fs: verify the block numbers for the allocation...
2019-11-08 Theodore Ts'olibext2fs: properly free the bitmaps in read_bitmap...
2019-11-05 Theodore Ts'oFix UBSan when shifting (1LL << 63)
2019-11-04 Theodore Ts'olibext2fs: fix UBSan when updating an inline_data file
2019-11-04 Theodore Ts'olibext2fs: fix bug when reading or writing more than...
2019-10-31 Eric BiggersAOSP: Add new source files to Android.bp files
2019-10-04 Theodore Ts'oDefine the codepoint for the fast_commit compat feature
2019-05-12 Theodore Ts'olibext2fs: hide struct ext2fs_hashmap as an internal...
2019-05-12 Theodore Ts'olibext2fs: add missing check for utf8lookup()'s return...
2019-05-06 Theodore Ts'oUpdate release notes, etc., for the 1.45.1-rc1 release v1.45.1-rc1
2019-05-06 Theodore Ts'oe2fsck: check and fix tails of all bitmap blocks
2019-05-03 Theodore Ts'olibext2fs: move struct ext2fs_nls_table to the private...
2019-05-03 Theodore Ts'oRename the feature "fname_encoding" to be "casefold".
2019-04-29 Theodore Ts'olibext2fs: remove utf8_* namespace contamination
2019-04-29 Theodore Ts'olibext2fs: remove nls_* namespace contamination
2019-04-29 Eric Biggerslibext2fs: remove unused variable 'old_flags'
2019-04-29 Eric Biggerslibext2fs: remove unused variable 'buff'
2019-04-28 Gabriel Krisman... ext2fs: drop ASCII NLS support
2019-04-28 Gabriel Krisman... ext2fs: drop Unicode normalization support
2019-04-28 Gabriel Krisman... ext2fs: don't normalize names on -F directories
2019-04-28 Gabriel Krisman... ext2fs: nls: Update to unicode 12.1.0
2019-04-28 Gabriel Krisman... ext2fs: merge sparse fixes for unicode normalization
2019-04-28 Gabriel Krisman... ext2fs: fix potential null dereference in utf8nlookup
2019-04-28 Gabriel Krisman... ext2fs: convert unicode normalization from NFKD -> NFD
2019-04-28 Gabriel Krisman... ext2fs: always attempt to load nls table when loading...
2019-03-06 Theodore Ts'oUpdate Makefile.in files using "make depend"
2019-02-14 Darrick J. Wonglibext2fs: revert "try to always use PUNCH_HOLE for...
2019-02-11 Theodore Ts'oMerge branch 'maint' into next
2019-02-08 Andreas GampeAOSP: E2fsprogs: fix ODR issue
2019-01-30 Theodore Ts'oMerge branch 'maint' into next
2019-01-30 Theodore Ts'olibext2fs: add checks for block number wrapping for...
2019-01-30 Theodore Ts'olibext2fs: validate inode table location in block group...
2018-12-13 Theodore Ts'olibext2fs: add ext2fs_{read,write}_inode2()
2018-12-12 Theodore Ts'oMerge branch 'maint' into next
2018-12-08 Gabriel Krisman... e2fsprogs: introduce script used to generate utf8data.h
2018-12-07 Theodore Ts'olibext2fs: fix regression so we are correctly translati...
2018-12-03 Gabriel Krisman... ext2fs: nls: support UTF-8 11.0 with NFKD normalization
2018-12-03 Gabriel Krisman... debugfs: support encoding when printing the file hash
2018-12-03 Gabriel Krisman... libext2fs: support encoding when calculating dx hashes
2018-12-03 Gabriel Krisman... libext2fs: implement NLS framework support
2018-12-03 Gabriel Krisman... chattr/lsattr: support casefold attribute
2018-12-03 Gabriel Krisman... mke2fs: configure encoding during superblock initialization
2018-12-03 Gabriel Krisman... libe2p: helpers for configuring the encoding superblock...
2018-12-03 Theodore Ts'olibext2fs: update tst_super_size to include new superbl...
2018-11-21 Gabriel Krisman... ext2fs: add byte swapping of new superblock fields...
2018-11-19 Gabriel Krisman... Reserve feature bit and SB field bit for filename encoding
2018-11-19 Gabriel Krisman... Add timestamp extension bits to superblock
2018-10-21 Theodore Ts'olibext2fs: refactor code which fixes up the checksums...
2018-10-11 Theodore Ts'oMerge branch 'maint' into next
2018-10-11 Theodore Ts'oDefine __GNUC_PREREQ if necessary
2018-10-04 Theodore Ts'oMerge branch 'maint' into next
2018-10-03 Lukas Czernerlibe2p: avoid segfault when s_nr_users is too high
2018-09-06 Darrick J. Wonglibext2fs: try to always use PUNCH_HOLE for unix_discard
2018-09-06 Darrick J. Wonglibext2fs: use ZERO_RANGE before PUNCH_HOLE in unix_zeroout
2018-08-21 Theodore Ts'oMerge branch 'maint' into next
2018-08-21 Eric Biggerslibext2fs: add verity flag to EXT2_LIB_FEATURE_RO_COMPA...
2018-08-19 Theodore Ts'oMerge branch 'maint' into next
2018-08-18 Theodore Ts'olibext2fs: fix uninitialized length in rep_strdup()
2018-08-18 Theodore Ts'oRemove obsolete files from the repository
2018-08-14 Theodore Ts'oMerge branch 'maint' into next
2018-08-14 Theodore Ts'oReserve codepoints for the fsverity feature.
2018-08-11 Ross Burtonbuild: use MKDIR_P instead of MKINSTALLDIRS
next