Whamcloud - gitweb
debugfs: print inode numbers as unsigned
[tools/e2fsprogs.git] / lib /
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-08 Theodore Ts'olibcom_err: deal with the fact that the Hurd error...
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 Justin YunAOSP: Add vendor_available: true
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-09-23 Theodore Ts'olibsupport: add checks to prevent buffer overrun bugs...
2019-09-03 Theodore Ts'olibsupport: remove unnecessary code to set the quota...
2019-08-18 Matthias Andreelibuuid: signedness/type fixes
2019-07-31 Theodore Ts'olibblkid: fix gcc -Wall warnings
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-05-02 Theodore Ts'olibe2p: print the filename character encoding in list_s...
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-04-28 Gabriel Krisman... e2p: encoding: fix default flags lookup
2019-03-17 Theodore Ts'oMerge branch 'old-maint' into maint
2019-03-17 Theodore Ts'oFix "make install-strip"
2019-03-07 Theodore Ts'oMerge branch 'old-maint' into maint
2019-03-07 Dongyang LiFix autoheader warnings
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-26 Theodore Ts'oMerge branch 'maint' into next
2018-11-22 Theodore Ts'omk_cmds: don't use explicit pathname for sed
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-16 Nicholas Clarkfuse2fs: add fakeroot option.
2018-10-16 Theodore Ts'oMerge branch 'maint' into next
2018-10-16 Theodore Ts'oblkid: adjust copyright license for version.c to be...
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-21 Eric Biggerslibe2p: fix verity flag bit
2018-08-19 Theodore Ts'oMerge branch 'maint' into next
2018-08-18 UpendraAOSP: blkid: Correct the label name for exfat
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-12 Lukas Czernerremove unused datarootdir
2018-08-11 Ross Burtonbuild: use MKDIR_P instead of MKINSTALLDIRS
2018-08-11 Fedor Uporovlibext2fs: support devices w/ non-512 byte block size...
2018-08-08 Theodore Ts'oFix function declarations for ss commands to fix LTO...
2018-08-08 Theodore Ts'olibext2fs: revamp bitmap types to fix LTO warnings
next