summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint' into nextTheodore Ts'o2023-02-0214-72/+150
|\
| * ext2fs: Use 64bit lseek when _FILE_OFFSET_BITS is 64Khem Raj2023-02-011-2/+2
| * Add option to enable/disable largefile supportKhem Raj2023-02-011-0/+6
| * libext2fs: reject opening a file system where the blocks per group < 8Theodore Ts'o2023-02-011-1/+1
| * 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
* | Merge branch 'maint' into nextTheodore Ts'o2023-01-308-32/+74
|\ \ | |/
| * 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
* | lib/ext2fs: remove unused variable in ext2fs_xattrs_read_inode()Eric Biggers2023-01-271-2/+0
* | Merge branch 'maint' into nextTheodore Ts'o2023-01-2745-315/+208
|\ \ | |/
| * 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
* | lib/ext2fs: fix unbalanced mutex unlock for BOUNCE_MTX in unix_ioRitesh Harjani (IBM)2023-01-241-1/+0
* | Merge branch 'maint' into nextTheodore Ts'o2022-09-134-11/+15
|\ \ | |/