summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update Makefile dependenciesTheodore Ts'o2023-02-011-0/+2
* libext2fs: unix_io: fix_potential error path deadlock in flush_cached_blocks()Theodore Ts'o2023-02-011-13/+48
* libext2fs: unix_io: fix potential error path deadlock in reuse_cache()Theodore Ts'o2023-02-011-6/+69
* libext2fs: unix_io: add flag which suppresses calling the write error handlerTheodore Ts'o2023-02-011-8/+11
* AOSP: Android: run bpfmt on all bp filesEric Biggers2023-02-013-3/+2
* AOSP: Android: consolidate warning suppressionsEric Biggers2023-02-014-22/+0
* AOSP: Android: stop suppressing warnings controlled by -WallEric Biggers2023-02-014-8/+0
* AOSP: Android: consolidate addition of include/mingw/Eric Biggers2023-02-014-4/+0
* AOSP: Android: add a new upstream source fileEric Biggers2023-02-011-0/+1
* AOSP: lib/support: don't assume qsort_r() is always available on LinuxEric Biggers2023-02-011-6/+6
* AOSP: Stop explicitly specifying -fno-strict-aliasingEric Biggers2023-02-011-1/+0
* AOSP: Update lib/ext2fs/Android.bp for upstream changeEric Biggers2023-01-311-0/+2
* dict: Add modifification note required by licenseBastian Germann2023-01-312-0/+2
* lib/uuid: remove unneeded Windows UUID workaroundEric Biggers2023-01-304-19/+0
* lib/ext2fs: don't warn about lack of getmntent on WindowsEric Biggers2023-01-302-2/+1
* Change the xattr entry hash to use an unsighed char by defaultTheodore Ts'o2023-01-292-11/+73
* misc/mke2fs: fix Windows buildEric Biggers2023-01-272-6/+3
* lib/uuid: remove conflicting Windows implementation of gettimeofday()Eric Biggers2023-01-271-21/+0
* lib/support: clean up definition of flags_arrayEric Biggers2023-01-271-30/+30
* lib/support: remove unused label in get_devname()Eric Biggers2023-01-271-1/+0
* lib/ss: fix 'make install' by creating man1dirEric Biggers2023-01-271-2/+3
* lib/{ext2fs,support}: fix 32-bit Windows buildEric Biggers2023-01-272-7/+7
* lib/ext2fs: fix a -Wpointer-sign warning in ext2fs_mmp_start()Eric Biggers2023-01-271-1/+1
* lib/ext2fs: fix two compiler warnings in windows_io.cEric Biggers2023-01-271-11/+1
* lib/ext2fs: fix a printf format specifier in file_test()Eric Biggers2023-01-271-1/+1
* lib/ext2fs: consistently use #ifdefs in ext2fs_print_bmap_statistics()Eric Biggers2023-01-271-4/+2
* lib/ext2fs: remove 32-bit x86 bitops assemblyEric Biggers2023-01-272-109/+2
* lib/et: fix "unused variable" warnings when !HAVE_FCNTLEric Biggers2023-01-272-8/+5
* lib/{e2p,ss}: remove manual declarations of errnoEric Biggers2023-01-277-11/+0
* lib/e2p: fix a -Wunused-variable warning in getflags()Eric Biggers2023-01-271-1/+2
* lib/blkid: suppress -Wstringop-truncation warning in blkid_strndup()Eric Biggers2023-01-271-0/+10
* lib/blkid: suppress -Wunused-result warning in blkid_flush_cache()Eric Biggers2023-01-271-0/+8
* lib/blkid: fix -Wunused-variable warning in blkid_get_dev_size()Eric Biggers2023-01-272-2/+1
* lib/blkid: fix unaligned access to hfs_mdbEric Biggers2023-01-271-6/+4
* lib/blkid: remove 32-bit x86 byteswap assemblyEric Biggers2023-01-271-43/+0
* lib, misc: eliminate dependency on WinsockEric Biggers2023-01-273-10/+0
* mmp: fix wrong comparison in ext2fs_mmp_stoplihaoxiang (F)2023-01-261-1/+1
* Fix various spelling typosSamanta Navarro2023-01-2610-16/+16
* libext2fs: fix ext2fs_compare_generic_bmap logicRitesh Harjani (IBM)2023-01-241-3/+7
* libext2fs: add extra checks to ext2fs_check_mount_point()zhanchengbin2023-01-171-3/+9
* Use an autoconf test to detect for a BSD- or GNU-style qsort_r functionTheodore Ts'o2022-09-222-19/+96
* AOSP: Moved contents of clang_cflags into cflagsAlix2022-09-133-11/+8
* AOSP: Add vendor available for libext2_blkid libraryTristan Muntsinger2022-09-131-0/+1
* libext2fs: in ext2fs_open[2](), return an error if s_first_meta_bg is too bigTheodore Ts'o2022-09-131-0/+6
* Update makefile dependenciesTheodore Ts'o2022-09-011-1/+8
* mmp: don't use O_RDWR in ext2fs_mmp_readMarius Vollmer2022-08-241-1/+1
* Update shared library flags used for Apple/DarwinTheodore Ts'o2022-08-181-1/+2
* libext2fs: return an error when byte swapping a corrupted dirblock blockTheodore Ts'o2022-08-132-3/+7
* libext2fs: avoid looping forever in e2image when superblock is invalidTheodore Ts'o2022-08-131-0/+4
* e2fsprogs: fix device name parsing to resolve names containing '='Lukas Czerner2022-08-123-2/+91