Whamcloud - gitweb
e2fsprogs: introduce script used to generate utf8data.h
[tools/e2fsprogs.git] / lib / ext2fs /
2018-12-08 Gabriel Krisman... e2fsprogs: introduce script used to generate utf8data.h
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
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
2018-07-20 David AndersonAOSP: e2fsdroid: Fix crash with invalid command line...
2018-07-15 Li DongyangFix compile error and warnings for old gcc versions
2018-07-08 Theodore Ts'olibext2fs: install hashmap.h since it is needed by...
2018-07-04 Theodore Ts'olibext2fs: call fsync(2) to clear stale errors for...
2018-06-28 Jiyong ParkAOSP: e2fsdroid and mke2fs are dynamic executable in...
2018-06-25 Theodore Ts'oUpdate Makefile.in files using "make depend"
2018-06-24 Theodore Ts'oe2image, libext2fs: check for corrupted qcow2 image
2018-06-24 Theodore Ts'olibext2fs: explicitly ignore a possible unlink failure...
2018-06-24 Theodore Ts'oFix gcc and clang warnings
2018-06-23 Eric Sandeenlibext2fs: remove c99 idiom to fix build
2018-06-23 Theodore Ts'olibext2fs: simplify extent_fallocate()
2018-06-23 Theodore Ts'olibext2fs: fix uninitialized variable dereference in...
2018-06-23 Theodore Ts'olibext2fs: fix potential resource leak in ext2fs_file_write
2018-06-22 Shuichi Iharamisc: add e2mmpstatus utility via dumpe2fs
2018-06-22 Andreas Dilgerext2fs: annotate superblock/inode offsets
2018-06-22 Theodore Ts'olibext2fs: don't corrupt an blkmap64_rb when marking...
2018-06-21 Tao BaoAOSP: libext2fs: Track the libsparse API change.
2018-06-21 David AndersonAOSP: libext2fs: fix indentation whitespace
2018-06-21 Jin QianAOSP: libext2fs: increment i_blocks for shared blocks
2018-06-21 Jin QianAOSP: libext2fs: add EXT2_FLAG_SHARE_DUP to de-duplicat...
2018-06-21 Jin QianAOSP: e2fsdroid/libext2fs: move hashmap into libext2fs
2018-06-19 Jan Karaext2fs: don't check s_inodes_count with EXT2_FLAG_IGNOR...
2018-06-19 Jan Karae2fsck: allow to fix some superblock corruptions
2018-06-19 Jan Karalibext2fs: don't create filesystems with meta_bg and...
2018-06-19 Jan Karalibext2fs: fix overflow when checking s_inodes_count...
2018-06-19 Jan Karalibext2fs: fix possible inode count overflow when creat...
2018-06-13 Theodore Ts'olibext2fs: allow file systems which have insane values...
2018-05-24 Chandan Rajendrae2fsprogs: Use 32-bit variant of ext2fs_swab to read...
2018-04-19 Lukas Czernere2fsprogs: fix Free Software Foundation address
2018-04-09 Lukas Czernere2image: fix metadata image handling on big endian...
2018-04-07 Theodore Ts'olibext2fs: add sanity checks for ea_in_inode
2018-03-25 Theodore Ts'olibext2fs: support operating systems that don't have...
2018-03-20 Theodore Ts'olibext2fs: fix reading bitmaps from e2image files
2018-03-19 Theodore Ts'olibext2fs: teach e2image imager to handle bigalloc...
2018-03-17 Kazuya Miolibext2fs: fix ext2fs_open2() error for meta_bg image...
2018-03-11 Lukas Czernere2fsck: fix endianness problem when reading htree nodes
2018-03-11 Theodore Ts'oFix build problems on the Hurd OS
2018-03-03 Theodore Ts'oMerge branch 'maint' into next
2018-03-03 Eric Biggerslibext2fs: make sure the system.data xattr gets created
2018-03-03 Eric Biggerslibext2fs: forbid creating symlinks using entire block
2018-02-28 Theodore Ts'oUpdate release notes, etc., for the 1.44.0-rc1 release v1.44.0-rc1
2018-02-28 Theodore Ts'olibext2fs: declare local functions static to avoid...
2018-02-26 Theodore Ts'oAOSP: use e2fsprogs-defaults for ccflags
2018-02-26 Dan WillemsenAOSP: Suppress warnings/errors for clang+mingw
2018-02-26 Theodore Ts'oFix whitespace fixups in ext2_types.h.in
2018-02-26 Dan WillemsenAOSP: Rename libz-host -> libz
2018-02-26 Jin QianAOSP: mke2fs, libext2fs: make filesystem image reproducible
2018-02-26 Jin QianAOSP: Fix android build warnings in e2fsdroid and libext2fs
2018-02-26 Jin QianAOSP: build mke2fs for windows using android mingw...
2018-02-26 Jin QianAOSP: mke2fs, libext2fs: fix bugs on windows
2018-01-04 Theodore Ts'oMerge branch 'maint' into next
2018-01-03 Theodore Ts'olibext2fs: fix build failure in swapfs.c on big-endian...
2018-01-02 Theodore Ts'oMerge branch 'maint' into next
2018-01-02 Theodore Ts'olibext2fs: when writing bitmaps mark the fs as dirty...
2017-12-14 Andreas Dilgerlibext2fs: add missing swab for superblock, add checks
2017-12-13 Theodore Ts'oMerge branch 'maint' into next
2017-12-13 Dmitry V. LevinFix -Wunused-variable compilation warnings
2017-12-13 Dmitry V. LevinFix compilation warnings in digest_encode.c
2017-10-17 Theodore Ts'oMerge branch 'maint' into next
2017-10-16 Theodore Ts'olibext2fs: fix potential memory access overrun in ext2f...
2017-10-16 Theodore Ts'oMerge branch 'maint' into next
2017-10-16 Sebastian RasmussenFix typos in code comments and developer docs
2017-10-16 Sebastian RasmussenFix typos in error messages and documentation
2017-10-15 Theodore Ts'oMerge branch 'maint' into next
2017-10-14 Lukas Czernerlibext2fs: skip start_blk adjustment when stride and...
2017-10-14 Lukas Czernerlibext2fs: prevent allocating inode table from already...
2017-09-07 Damien Guibouretlibext2fs: remove useless test and assignment in strtoh...
2017-09-07 Theodore Ts'oMerge branch 'maint' into next
2017-09-06 Theodore Ts'oe2fsck, libext2fs: add checks for insanely large file...
2017-08-29 Theodore Ts'oMerge branch 'maint' into next
next