summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libext2fs: avoid buffer overflow if s_first_meta_bg is too bigTheodore Ts'o2014-08-102-4/+8
* libext2fs: have UNIX IO manager use pread64/pwrite64Theodore Ts'o2014-08-082-2/+28
* libext2fs: place metadata blocks in the last flex_bg so they are contiguousTheodore Ts'o2014-08-041-3/+15
* Revert "mke2fs: prevent creation of unmountable ext4 with large flex_bg count"Theodore Ts'o2014-08-041-24/+0
* libext2fs: when appending to a file, don't split an index block in equal halvesDarrick J. Wong2014-08-021-7/+72
* libext2fs: have UNIX IO manager use pread/pwriteDarrick J. Wong2014-08-022-0/+30
* tune2fs: update journal users while updating fs UUID (with external journal)Azat Khuzhin2014-07-282-1/+7
* journal: use consts instead of 1024 and add helper for journal with 1k blocksizeAzat Khuzhin2014-07-282-12/+17
* libext2fs: provide a function to set inode sizeDarrick J. Wong2014-07-267-26/+44
* libext2fs: fix free block accounting for 64-bit file systemsTheodore Ts'o2014-07-261-2/+2
* Fix 32/64-bit overflow when multiplying by blocks/clusters per groupTheodore Ts'o2014-07-264-10/+15
* libext2fs: use C99 initializers for the io_manager structureTheodore Ts'o2014-07-266-72/+69
* libext2fs: fix rb_resize_bmap to handle the padding bitsTheodore Ts'o2014-07-261-8/+6
* build: fix unused/uninitialized variable warningsAndreas Dilger2014-07-252-2/+1
* libext2fs: fix bounds check of the bitmap test range in get_free_blocks2Darrick J. Wong2014-07-251-1/+4
* lib/ext2fs: Only build tst_libext2fs for make checkTheodore Ts'o2014-07-101-15/+16
* Use sys/syscall.h instead of syscall.hTheodore Ts'o2014-07-102-2/+2
* mke2fs: prevent creation of unmountable ext4 with large flex_bg countAkira Fujita2014-07-051-0/+24
* mke2fs: handle flex_bg collision with backup descriptorsAndreas Dilger2014-07-051-6/+13
* e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner2014-07-054-9/+18
* blkid,ext2fs: avoid name clash with __u{8,16,32,64}Andreas Dilger2014-07-042-4/+70
* blkid: remove unnecessary header and commentAndreas Dilger2014-07-043-10/+0
* e2fsprogs: remove checker infrastructureEric Sandeen2014-07-048-38/+8
* aclocal.m4: update to newer versions of autoconf macrosTheodore Ts'o2014-07-045-44/+221
* misc: quiet minor build warnings, ignore generated filesAndreas Dilger2014-07-041-2/+2
* lib/ext2fs: clean and build ext2_types.h as necessaryTheodore Ts'o2014-05-271-1/+6
* tst_libext2fs: add new debug program which used for libext2fs unit testsTheodore Ts'o2014-05-273-13/+305
* quota: support storing the quota file handles in the quota contextTheodore Ts'o2014-05-133-21/+66
* quota: integrate mkquota.h into quotaio.hTheodore Ts'o2014-05-135-120/+71
* quota: fix memory leak in quota_compare_and_update()Theodore Ts'o2014-05-132-3/+15
* quota: fix e2fsck to notice missing quota entriesTheodore Ts'o2014-05-132-1/+18
* quota: fix e2fsck so we update the quota file correctlyTheodore Ts'o2014-05-131-1/+0
* quota: add debugging code to print the dquot structureTheodore Ts'o2014-05-132-0/+20
* libquota: fix dict_uint_cmp()Niu Yawei2014-05-091-1/+6
* Add a make variable for the pkgconfig install dirDavid Michael2014-05-077-28/+28
* mke2fs: check for a partition table and warn if presentTheodore Ts'o2014-05-071-0/+3
* libext2fs: fix alloc_allocate_group_table() if the flexbg_offset wrapsTheodore Ts'o2014-05-041-2/+2
* e2fsprogs/filefrag: print shared extent flagMark Fasheh2014-05-041-0/+2
* fix miscellaneous build warningsAndreas Dilger2014-04-145-9/+3
* Add coverage testing using gcovTheodore Ts'o2014-02-232-8/+8
* Set pointer to NULL after ext2fs_freeLukas Czerner2014-02-201-3/+4
* libext2fs: delete unused "handle" variablejon ernst2014-02-201-1/+0
* ext2fs: declare struct_io_manager at end of fileAndreas Dilger2014-02-183-150/+91
* tests: skip unsupported tests on MacOS systemsAndreas Dilger2014-02-181-2/+2
* build: fix LLVM compiler warningsAndreas Dilger2014-02-181-10/+10
* libe2p: allow libe2p.h to be used in C++ programsTheodore Ts'o2014-02-071-1/+1
* libext2fs: try to roll back when splitting an extent failsDarrick J. Wong2014-02-061-3/+22
* libext2fs: don't hang on to unmapped block if extent tree update failsDarrick J. Wong2014-02-061-1/+3
* libext2fs: during punch, fix parent extents after modifying extentDarrick J. Wong2014-02-061-0/+8
* libext2fs: iterate past lower extents during punchDarrick J. Wong2014-02-061-2/+11