summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* libext2fs: add explicit casts to bitops.hTheodore Ts'o2013-12-021-9/+9
* libext2fs: add explicit casts to ext2fs.hTheodore Ts'o2013-12-021-5/+5
* libext2fs: fix some memory leaks with image file handlingTheodore Ts'o2013-12-022-0/+9
* libext2fs: set the fs block size to new_io in ext2fs_rewrite_to_io()Kit Westneat2013-12-021-0/+5
* libext2fs: reject 64bit badblocks numbersDarrick J. Wong2013-10-231-2/+5
* libext2fs: stop iterating dirents when done linkingDarrick J. Wong2013-10-231-1/+1
* quota: fix disabling quota, add quota testsNiu Yawei2013-10-141-0/+1
* e2fsprogs: add (optional) sparse checking to the buildDarrick J. Wong2013-10-118-8/+21
* libext2fs: openfs() musn't allow bigalloc without EXT2_FLAGS_64BITSDarrick J. Wong2013-10-111-0/+12
* libext2fs: search all possible blocks in implied_cluster_alloc()Darrick J. Wong2013-10-081-5/+14
* libext2fs: fix off-by-one error in file truncationDarrick J. Wong2013-10-081-2/+2
* libext2fs: update i_size in ext2fs_file_write()Niu Yawei2013-10-081-0/+9
* e2fsprogs: fix inode and block relocation functions to use blk64_tDarrick J. Wong2013-10-073-22/+22
* e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-076-8/+8
* libext2fs: ind_punch() must not stop examining blocks prematurelyDarrick J. Wong2013-10-071-1/+1
* libext2fs: allow callers to punch a single blockDarrick J. Wong2013-10-072-4/+5
* libext2fs: rewind extent pointer when totally deleting an extentDarrick J. Wong2013-10-071-2/+20
* libext2fs: fix a minor grammatical error in the error catalogDarrick J. Wong2013-10-071-1/+1
* libext2fs: set the large_file feature flag when setting i_size > 2GBDarrick J. Wong2013-10-071-0/+12
* libext2fs: only link an inode into a directory onceDarrick J. Wong2013-10-071-0/+3
* libext2fs: fix a coding style for EXT2_NO_MTAB_FILEZheng Liu2013-09-092-2/+2
* resize2fs: fix interior extent node corruptionEric Sandeen2013-09-091-0/+6
* libext2fs: ext2fs_dup_handle should not alias MMP buffersDarrick J. Wong2013-09-091-0/+25
* libext2fs, tests: allow /etc/mtab file to be missingTheodore Ts'o2013-07-081-2/+9
* Use ext2fs_cpu_to_be32() instead of cpu_to_be32() in kernel-jbd.hTheodore Ts'o2013-06-161-3/+3
* Work around Debian Bug #712530Theodore Ts'o2013-06-161-0/+3
* Try to use secure_getenv() in preference to __secure_getenv()Theodore Ts'o2013-06-165-4/+30
* libext2fs: optimize ext2fs_bg_has_super()Theodore Ts'o2013-06-152-10/+11
* libext2fs: remove lib/ext2fs/sparse.cTheodore Ts'o2013-06-151-79/+0
* misc: fix gcc -Wall warningsTheodore Ts'o2013-05-192-5/+5
* libext2fs: fix gcc -Wall warningsTheodore Ts'o2013-05-1911-45/+54
* libext2fs: only use override function when reading an 128 byte inodeTheodore Ts'o2013-04-211-1/+3
* e2image: fix flag settings in e2image.hTomas Racek2013-04-211-1/+1
* blkid: remove no-op statement which caused a clang warningTheodore Ts'o2013-03-131-3/+1
* libext2fs: Provide prototype for ext2fs_symlink()Jan Kara2013-02-281-0/+4
* e2p: Fix 's' handling in parse_num_blocks2()Jan Kara2013-02-281-1/+1
* Fix warnings about functions not returning a valuePhilipp Thomas2013-01-271-1/+1
* build: quiet build warnings for "gcc -Wall"Andreas Dilger2013-01-271-1/+1
* libext2fs: fix ext2fs_llseek on i386Phillip Susi2013-01-242-8/+13
* libext2fs: teach the ext2fs_*_block_bitmap_range2() about clustersTheodore Ts'o2013-01-191-0/+30
* libext2fs: add the ext2fs_symlink() functionDarren Hart2013-01-163-0/+170
* libext2fs: add error codes from 1.43.x development branchTheodore Ts'o2013-01-161-0/+30
* libext2fs: avoid 32-bit overflow in ext2fs_initialize with a 512M cluster sizeTheodore Ts'o2013-01-151-3/+12
* libe2p: teach parse_num_blocks2() to return bytes if log_block_size < 0Theodore Ts'o2013-01-151-4/+20
* libext2fs: ext2fs_open2() should not set ret_fs after a MMP failureTheodore Ts'o2013-01-081-3/+3
* Fix 32-bit overflow problems: dgrp_t * s_blocks_per_groupTheodore Ts'o2013-01-053-9/+4
* resize2fs: use [un]mark_block_range bitmap functions to reduce CPU usageTheodore Ts'o2013-01-031-4/+5
* Clean up texinfo filesTheodore Ts'o2013-01-023-1562/+6728
* Fix gcc -Wall nitsTheodore Ts'o2013-01-014-10/+8
* libquota: quiet log_err() bad format warningsAndreas Dilger2012-12-295-31/+32