summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libext2fs: fix memory leaks on error paths in ext2fs_create_icount_tdbTheodore Ts'o2014-01-071-12/+11
* libquota: add error checking to quota_remove_inodeTheodore Ts'o2014-01-071-2/+11
* libquota: add error checking to quota_write_inode()Theodore Ts'o2014-01-071-3/+12
* libext2fs: remove redundant code in rb_print_stats()Theodore Ts'o2014-01-071-1/+0
* libext2fs: make ext2fs_group_desc_csum return 0 if meta_csum not enabledTheodore Ts'o2014-01-071-1/+1
* libss: fix potential memory leak on realloc() failureTheodore Ts'o2014-01-061-4/+5
* libblkid: fix memory overrun in probe_lvm2Theodore Ts'o2014-01-051-1/+1
* libext2fs: fix potential memory leak in qcow2_write_raw_image()Theodore Ts'o2014-01-051-2/+4
* libss: fix potential memory leak on realloc() failureTheodore Ts'o2014-01-051-5/+5
* Use consistent e2fsprogs-standard typesTheodore Ts'o2014-01-056-60/+72
* configure: fix --with-diet-libcTheodore Ts'o2014-01-052-20/+23
* e4defrag: choose the best available posix_fadvise variantBaruch Siach2014-01-051-0/+6
* subst: clean up various coverity nitsTheodore Ts'o2014-01-041-0/+6
* libblkid: fix sizeof(foo) vs sizeof(*foo) malloc() bugTheodore Ts'o2014-01-041-3/+3
* update config.h.in file to enable loopback mount detectionTheodore Ts'o2013-12-301-0/+3
* Use makeinfo --html instead of texi2htmlTheodore Ts'o2013-12-282-8/+3
* e2image: only skip writing zero blocks when writing to a new fileTheodore Ts'o2013-12-261-9/+0
* libext2fs: checksum bg descriptors larger than 64 bytesTheodore Ts'o2013-12-241-4/+34
* debugfs, e2fsck: fix s_desc_size handlingAndreas Dilger2013-12-244-28/+14
* e2fsck: verify s_desc_size is power-of-two valueAndreas Dilger2013-12-234-2/+7
* Clean up sparse warningsTheodore Ts'o2013-12-1620-88/+53
* mke2fs: disallow creating FS on a loop mounted file with no optionKazuya Mio2013-12-161-0/+41
* libext2fs: don't update the summary counts when doing implied cluster allocationDarrick J. Wong2013-12-152-2/+2
* libext2fs: only punch complete clustersDarrick J. Wong2013-12-153-5/+109
* ext2fs,blkid: delete unused LIST_HEAD() macroAndreas Dilger2013-12-152-7/+1
* ext2fs: quiet compiler warningsAndreas Dilger2013-12-152-3/+4
* build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-2/+2
* build: use long long for __u64 by defaultAndreas Dilger2013-12-155-20/+21
* libext2fs: use ext2fs_punch() to truncate quota fileDarrick J. Wong2013-12-141-16/+3
* libext2fs: clamp block-map punch range end to 2^32 blocksDarrick J. Wong2013-12-141-0/+2
* libext2fs: zero block contents past EOF when setting sizeDarrick J. Wong2013-12-121-0/+50
* libext2fs: don't error out when punching a totally sparse fileDarrick J. Wong2013-12-121-1/+8
* libext2fs: fix punching extents when there are no left extentsDarrick J. Wong2013-12-121-11/+30
* libext2fs: fail fileio write if we can't allocate a blockDarrick J. Wong2013-12-121-0/+14
* libext2fs: fix a broken close() testDarrick J. Wong2013-12-121-1/+1
* libext2fs: fix memory leaks (on error paths)Darrick J. Wong2013-12-124-11/+26
* libext2fs: check return valuesDarrick J. Wong2013-12-125-3/+19
* libquota: fix memory leak (on error path)Darrick J. Wong2013-12-121-0/+1
* libss: fix memory handling errorsDarrick J. Wong2013-12-123-1/+10
* libss: fix fd error handlingDarrick J. Wong2013-12-122-0/+6
* debugfs: don't leak mmp_s memory (on error path)Darrick J. Wong2013-12-121-3/+3
* libext2fs: fileio should use 64bit io routinesDarrick J. Wong2013-12-121-5/+4
* libext2fs: make symlinks safe for 64bit blocks and extentsDarrick J. Wong2013-12-122-16/+13
* libext2fs: fix "a" vs "an" in the error catalogDarrick J. Wong2013-12-121-1/+1
* libext2fs: don't allow ridiculously large logical block numbersDarrick J. Wong2013-12-123-0/+31
* libext2fs: fix tests that set LARGE_FILEDarrick J. Wong2013-12-123-2/+8
* libext2fs: don't overflow when punching indirect blocks with large blocksDarrick J. Wong2013-12-121-7/+8
* mmp: fix 64-bit handling of s_mmp_blockAndreas Dilger2013-12-031-1/+1
* libext2fs: fix function declarations to match definitionDarrick J. Wong2013-12-031-2/+2
* libext2fs: fix printf conversion spec in tst_iscan.cEric Whitney2013-12-021-1/+1