summaryrefslogtreecommitdiff
path: root/lib/support
Commit message (Expand)AuthorAgeFilesLines
* Update makefile dependenciesTheodore Ts'o2022-09-011-1/+8
* e2fsprogs: fix device name parsing to resolve names containing '='Lukas Czerner2022-08-123-2/+91
* Build the fuzzers from oss-fuzzTheodore Ts'o2022-08-093-0/+82
* libsupport: avoid possible null dereference in quota_set_sb_inum()zhanchengbin2022-05-111-0/+2
* 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
* libsupport: fix sort_r.h to work on FreeBSDTheodore Ts'o2021-08-151-1/+1
* libsupport: fix potental NULL pointer dereferences in quota functionsLukas Czerner2021-08-102-3/+7
* quota: Do not account space used by project quota file to quotaJan Kara2021-08-031-3/+5
* libsupport: fix sort_r.h to work on the GNU HurdTheodore Ts'o2021-07-281-4/+4
* AOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour2021-07-271-0/+10
* Fix miscellaneous compiler warnings using "make gcc-wall"Theodore Ts'o2021-07-252-3/+3
* mke2fs: do not warn about a pre-existing partition table when using a non-zer...Theodore Ts'o2021-07-211-5/+5
* argv_parse: check return value of malloc in argv_parse()Zhiqiang Liu2021-07-151-0/+2
* profile_create_node: set magic before strdup(name) to avoid memory leakwuguanghao2021-07-151-1/+1
* Fix -Wunused-parameter warningsEric Biggers2021-07-061-1/+2
* libext2fs: code adaptation to use the Windows IO managerPaulo Antonio Alvarez2021-03-311-1/+6
* Fix clang warnings on architectures with a 64-bit longTheodore Ts'o2021-02-111-1/+2
* Provide and use sort_r() instead of qsort_r() for portability reasonsTheodore Ts'o2021-02-091-0/+321
* Merge branch 'maint' into nextTheodore Ts'o2021-01-281-0/+1
|\
| * AOSP: tune2fs/resize2fs: make vendor_ramdisk_available.Yifan Hong2021-01-281-0/+1
* | dict: support comparison with contextGabriel Krisman Bertazi2021-01-273-8/+20
|/
* Define MKDIR_P in the Makefile.in files instead in MCONFIG.inTheodore Ts'o2020-10-041-0/+1
* AOSP: Make ramdisk_available.Yifan Hong2020-03-201-0/+1
* mmp: abstract out repeated 'sizeof(buf), buf' usageAndreas Dilger2020-01-241-8/+4
* ext2fs: add ext2fs_get_stat_i_blocks() functionTheodore Ts'o2020-01-011-2/+2
* libsupport: add checks to prevent buffer overrun bugs in quota codeTheodore Ts'o2019-09-233-24/+76
* libsupport: remove unnecessary code to set the quota inode sizeTheodore Ts'o2019-09-022-37/+3
* AOSP: E2fsprogs: fix ODR issueAndreas Gampe2019-02-071-0/+1
* AOSP: Update Android.bp files.David Anderson2018-08-051-0/+12
* AOSP: e2fsdroid and mke2fs are dynamic executable in recovery partitionJiyong Park2018-06-271-0/+1
* Update Makefile.in files using "make depend"Theodore Ts'o2018-06-251-14/+17
* Fix gcc and clang warningsTheodore Ts'o2018-06-231-1/+3
* libsupport: fix (very potential) NULL dereferenceTheodore Ts'o2018-06-221-5/+9
* libsupport: fix memory leak in error path in quota_compute_usage()Theodore Ts'o2018-06-221-1/+3
* tests: remove redundant sed filteringAndreas Dilger2018-06-221-2/+2
* e2fsck: adjust quota counters when clearing orphaned inodesDarrick J. Wong2018-03-291-4/+8
* AOSP: use e2fsprogs-defaults for ccflagsTheodore Ts'o2018-02-261-10/+2
* AOSP: build mke2fs for windows using android mingw libraryJin Qian2018-02-261-1/+6
* Merge branch 'maint' into nextTheodore Ts'o2017-10-154-4/+4
|\
| * Fix typos in code comments and developer docsSebastian Rasmussen2017-10-154-4/+4
* | Merge branch 'maint' into nextTheodore Ts'o2017-08-221-0/+11
|\ \ | |/
| * libsupport: don't try accessing the project quota for 128 byte inodesTheodore Ts'o2017-08-221-0/+11
* | Merge branch 'maint' into nextTheodore Ts'o2017-08-131-10/+12
|\ \ | |/
| * libsupport: fix 32-bit quota test failuresTheodore Ts'o2017-08-131-10/+12
* | Merge branch 'maint' into nextTheodore Ts'o2017-07-272-10/+13
|\ \ | |/
| * libsupport: fix error handling in quota_write_inodezhangyi (F)2017-07-242-10/+13
* | Merge branch 'maint' into nextTheodore Ts'o2017-07-042-5/+5
|\ \ | |/