Whamcloud - gitweb
e2fsck: restructure code to reduce indentation level in check_dir_block()
[tools/e2fsprogs.git] / lib /
2023-02-05 Ritesh Harjani ... lib/ext2fs: fix unbalanced mutex unlock for BOUNCE_MTX...
2023-02-01 Khem Rajext2fs: Use 64bit lseek when _FILE_OFFSET_BITS is 64
2023-02-01 Khem RajAdd option to enable/disable largefile support
2023-02-01 Theodore Ts'olibext2fs: reject opening a file system where the block...
2023-02-01 Theodore Ts'oUpdate Makefile dependencies
2023-02-01 Theodore Ts'olibext2fs: unix_io: fix_potential error path deadlock...
2023-02-01 Theodore Ts'olibext2fs: unix_io: fix potential error path deadlock...
2023-02-01 Theodore Ts'olibext2fs: unix_io: add flag which suppresses calling...
2023-02-01 Eric BiggersAOSP: Android: run bpfmt on all bp files
2023-02-01 Eric BiggersAOSP: Android: consolidate warning suppressions
2023-02-01 Eric BiggersAOSP: Android: stop suppressing warnings controlled...
2023-02-01 Eric BiggersAOSP: Android: consolidate addition of include/mingw/
2023-02-01 Eric BiggersAOSP: Android: add a new upstream source file
2023-02-01 Eric BiggersAOSP: lib/support: don't assume qsort_r() is always...
2023-02-01 Eric BiggersAOSP: Stop explicitly specifying -fno-strict-aliasing
2023-02-01 Eric BiggersAOSP: Update lib/ext2fs/Android.bp for upstream change
2023-01-31 Bastian Germanndict: Add modifification note required by license
2023-01-30 Eric Biggerslib/uuid: remove unneeded Windows UUID workaround
2023-01-30 Eric Biggerslib/ext2fs: don't warn about lack of getmntent on Windows
2023-01-30 Theodore Ts'oChange the xattr entry hash to use an unsighed char...
2023-01-27 Eric Biggersmisc/mke2fs: fix Windows build
2023-01-27 Eric Biggerslib/uuid: remove conflicting Windows implementation...
2023-01-27 Eric Biggerslib/support: clean up definition of flags_array
2023-01-27 Eric Biggerslib/support: remove unused label in get_devname()
2023-01-27 Eric Biggerslib/ss: fix 'make install' by creating man1dir
2023-01-27 Eric Biggerslib/{ext2fs,support}: fix 32-bit Windows build
2023-01-27 Eric Biggerslib/ext2fs: fix a -Wpointer-sign warning in ext2fs_mmp_...
2023-01-27 Eric Biggerslib/ext2fs: fix two compiler warnings in windows_io.c
2023-01-27 Eric Biggerslib/ext2fs: fix a printf format specifier in file_test()
2023-01-27 Eric Biggerslib/ext2fs: consistently use #ifdefs in ext2fs_print_bm...
2023-01-27 Eric Biggerslib/ext2fs: remove 32-bit x86 bitops assembly
2023-01-27 Eric Biggerslib/et: fix "unused variable" warnings when !HAVE_FCNTL
2023-01-27 Eric Biggerslib/{e2p,ss}: remove manual declarations of errno
2023-01-27 Eric Biggerslib/e2p: fix a -Wunused-variable warning in getflags()
2023-01-27 Eric Biggerslib/blkid: suppress -Wstringop-truncation warning in...
2023-01-27 Eric Biggerslib/blkid: suppress -Wunused-result warning in blkid_fl...
2023-01-27 Eric Biggerslib/blkid: fix -Wunused-variable warning in blkid_get_d...
2023-01-27 Eric Biggerslib/blkid: fix unaligned access to hfs_mdb
2023-01-27 Eric Biggerslib/blkid: remove 32-bit x86 byteswap assembly
2023-01-27 Eric Biggerslib, misc: eliminate dependency on Winsock
2023-01-26 lihaoxiang (F)mmp: fix wrong comparison in ext2fs_mmp_stop
2023-01-26 Samanta NavarroFix various spelling typos
2023-01-24 Ritesh Harjani ... libext2fs: fix ext2fs_compare_generic_bmap logic
2023-01-18 zhanchengbinlibext2fs: add extra checks to ext2fs_check_mount_point()
2022-09-23 Theodore Ts'oUse an autoconf test to detect for a BSD- or GNU-style...
2022-09-13 AlixAOSP: Moved contents of clang_cflags into cflags
2022-09-13 Tristan MuntsingerAOSP: Add vendor available for libext2_blkid library
2022-09-13 Theodore Ts'olibext2fs: in ext2fs_open[2](), return an error if...
2022-09-01 Theodore Ts'oUpdate makefile dependencies
2022-08-24 Marius Vollmermmp: don't use O_RDWR in ext2fs_mmp_read
2022-08-18 Theodore Ts'oUpdate shared library flags used for Apple/Darwin
2022-08-14 Theodore Ts'olibext2fs: return an error when byte swapping a corrupt...
2022-08-13 Theodore Ts'olibext2fs: avoid looping forever in e2image when superb...
2022-08-13 Lukas Czernere2fsprogs: fix device name parsing to resolve names...
2022-08-11 Andreas DilgerQuiet unused variable warnings
2022-08-11 Theodore Ts'olibext2fs: validate block # of the inode table in ext2f...
2022-08-09 Theodore Ts'oBuild the fuzzers from oss-fuzz
2022-08-09 Theodore Ts'olibext2fs: fix potential integer overflow in bitmap...
2022-08-09 Theodore Ts'olibext2fs: make sure the bitmap locations are valid...
2022-08-09 Theodore Ts'olibext2fs: reject various bitmap and inode operations...
2022-08-09 Theodore Ts'olibext2fs: in ext2fs_open[2](), return an error if...
2022-08-07 Theodore Ts'oFix UBSAN if s_log_groups_per_flex is 31
2022-08-06 Theodore Ts'olibext2fs: teach ext2fs_open() to reject file systems...
2022-08-06 Theodore Ts'olibext2fs: teach ext2fs_open() to reject file systems...
2022-06-07 Theodore Ts'olibext2fs: check for invalid blocks in ext2fs_punch_blo...
2022-06-07 Theodore Ts'olibext2fs: check for cyclic loops in the extent tree
2022-06-06 Theodore Ts'oe2fsck: check for xattr value size integer wraparound
2022-06-06 Theodore Ts'olibext2fs: add check for too-short directory blocks
2022-05-12 zhanchengbinlibsupport: avoid possible null dereference in quota_se...
2022-05-12 zhanchengbinlibext2fs: fix memory leak in error path while opening...
2022-04-28 Lukas CzernerUse mallinfo2 instead of mallinfo if available
2022-04-28 Lukas Czernerlibss: fix possible NULL pointer dereferece on allocati...
2022-04-28 Lukas Czernerlibext2fs: add sanity check to extent manipulation
2021-12-28 Theodore Ts'otst_getsize: use ext2fs_get_device_size2() to support...
2021-12-21 Theodore Ts'olibuuid: try to use getrandom() or getentropy() if...
2021-12-09 Theodore Ts'olibext2fs: don't old the CACHE_MTX while doing I/O
2021-12-03 ryancaicselibext2fs: fix missing unlocks in the error path in...
2021-09-03 Jan Karaquota: Drop dead code
2021-09-03 Jan Karaquota: Rename quota_update_limits() to quota_read_all_d...
2021-09-03 Jan Karaquota: Fold quota_read_all_dquots() into quota_update_l...
2021-09-03 Jan Karaquota: Add support to version 0 quota format
2021-08-20 Jan Karalibss: add newer libreadline.so.8 to dlopen path
2021-08-19 Theodore Ts'ofix unused-function -Wall warnings
2021-08-19 Theodore Ts'oUpdate release notes, etc., for the 1.46.4 release v1.46.4
2021-08-19 Theodore Ts'olibcom_err: fix suggest-attribute=format -Wall warnings
2021-08-19 Theodore Ts'olibss: fix fallthrough -Wall warnings
2021-08-19 Theodore Ts'olibe2p: fix missing-prototypes and sign-compare -Wall...
2021-08-15 Theodore Ts'oChange "filesystem" to "file system" in the man pages
2021-08-15 Theodore Ts'olibsupport: fix sort_r.h to work on FreeBSD
2021-08-11 Heinrich Schuchardttst_bitops: don't stop testing on low memory
2021-08-10 Theodore Ts'olibext2fs: fix coverity nits in tdb.c
2021-08-10 Lukas Czernerlibsupport: fix potental NULL pointer dereferences...
2021-08-10 Lukas Czernerlibss: Add missing error handling for fdopen()
2021-08-10 Lukas Czernerlibss: handle memory allcation failure in ss_help()
2021-08-10 Lukas Czernerlibext2fs: remove augmented rbtree functionality
2021-08-10 Lukas Czernerlibext2fs: fix unexpected NULL variable
2021-08-10 Lukas Czernerext2fs: initialize retval before using it
2021-08-10 Theodore Ts'oe2fsck: drop gfp_t argument from blkdev_issue_flush()
2021-08-03 Jan Karaquota: Do not account space used by project quota file...
2021-08-03 Theodore Ts'oss_create_invocation: fix potential unititalized refere...
next