summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Quiet unused variable warningsAndreas Dilger2022-08-111-1/+1
* libext2fs: validate block # of the inode table in ext2fs_image_inode_write()Theodore Ts'o2022-08-101-0/+5
* Build the fuzzers from oss-fuzzTheodore Ts'o2022-08-093-0/+82
* libext2fs: fix potential integer overflow in bitmap accessorsTheodore Ts'o2022-08-091-3/+3
* libext2fs: make sure the bitmap locations are valid when writing bitmapsTheodore Ts'o2022-08-081-4/+4
* libext2fs: reject various bitmap and inode operations for journal_dev file sy...Theodore Ts'o2022-08-084-0/+26
* libext2fs: in ext2fs_open[2](), return an error if s_desc_size is too largeTheodore Ts'o2022-08-081-2/+7
* Fix UBSAN if s_log_groups_per_flex is 31Theodore Ts'o2022-08-074-5/+5
* libext2fs: teach ext2fs_open() to reject file systems with an invalid flex_bg...Theodore Ts'o2022-08-061-1/+2
* libext2fs: teach ext2fs_open() to reject file systems with an invalid cluster...Theodore Ts'o2022-08-061-2/+5
* libext2fs: check for invalid blocks in ext2fs_punch_blocks()Theodore Ts'o2022-06-072-1/+6
* libext2fs: check for cyclic loops in the extent treeTheodore Ts'o2022-06-072-2/+12
* e2fsck: check for xattr value size integer wraparoundTheodore Ts'o2022-06-061-0/+11
* libext2fs: add check for too-short directory blocksTheodore Ts'o2022-06-061-0/+4
* libsupport: avoid possible null dereference in quota_set_sb_inum()zhanchengbin2022-05-111-0/+2
* libext2fs: fix memory leak in error path while opening test_io managerzhanchengbin2022-05-112-0/+4
* Use mallinfo2 instead of mallinfo if availableLukas Czerner2022-04-281-0/+3
* libss: fix possible NULL pointer dereferece on allocation failureLukas Czerner2022-04-281-0/+2
* libext2fs: add sanity check to extent manipulationLukas Czerner2022-04-281-0/+8
* tst_getsize: use ext2fs_get_device_size2() to support testing large devicesTheodore Ts'o2021-12-282-6/+8
* libuuid: try to use getrandom() or getentropy() if availableTheodore Ts'o2021-12-212-1/+24
* libext2fs: don't old the CACHE_MTX while doing I/OTheodore Ts'o2021-12-091-25/+13
* libext2fs: fix missing unlocks in the error path in unix_set_blksize()ryancaicse2021-12-031-1/+4
* quota: Drop dead codeJan Kara2021-09-031-20/+0
* quota: Rename quota_update_limits() to quota_read_all_dquots()Jan Kara2021-09-032-7/+11
* quota: Fold quota_read_all_dquots() into quota_update_limits()Jan Kara2021-09-031-18/+6
* quota: Add support to version 0 quota formatJan Kara2021-09-032-6/+96
* libss: add newer libreadline.so.8 to dlopen pathJan Kara2021-08-201-1/+1
* fix unused-function -Wall warningsTheodore Ts'o2021-08-183-6/+18
* Update release notes, etc., for the 1.46.4 releasev1.46.4Theodore Ts'o2021-08-181-1/+2
* libcom_err: fix suggest-attribute=format -Wall warningsTheodore Ts'o2021-08-181-1/+2
* libss: fix fallthrough -Wall warningsTheodore Ts'o2021-08-181-1/+1
* libe2p: fix missing-prototypes and sign-compare -Wall warningsTheodore Ts'o2021-08-182-3/+5
* Change "filesystem" to "file system" in the man pagesTheodore Ts'o2021-08-151-3/+3
* libsupport: fix sort_r.h to work on FreeBSDTheodore Ts'o2021-08-151-1/+1
* tst_bitops: don't stop testing on low memoryHeinrich Schuchardt2021-08-111-1/+1
* libext2fs: fix coverity nits in tdb.cTheodore Ts'o2021-08-101-4/+7
* libsupport: fix potental NULL pointer dereferences in quota functionsLukas Czerner2021-08-102-3/+7
* libss: Add missing error handling for fdopen()Lukas Czerner2021-08-101-0/+9
* libss: handle memory allcation failure in ss_help()Lukas Czerner2021-08-101-1/+6
* libext2fs: remove augmented rbtree functionalityLukas Czerner2021-08-102-76/+0
* libext2fs: fix unexpected NULL variableLukas Czerner2021-08-101-1/+2
* ext2fs: initialize retval before using itLukas Czerner2021-08-101-1/+1
* e2fsck: drop gfp_t argument from blkdev_issue_flush()Theodore Ts'o2021-08-101-1/+1