aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* tune2fs: Allow building it as a static libJP Abgrall2014-11-211-0/+20
* llseek: setup the correct seek for ext2fs_llseekJP Abgrall2014-03-191-3/+3
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-19109-2399/+12074
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-06109-12074/+2399
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-0593-90/+531
* Re-add Android makefiles from AOSP masterBernhard Rosenkränzer2013-12-311-0/+130
* 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-233-2/+5
* Clean up sparse warningsTheodore Ts'o2013-12-168-22/+28
* 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-151-3/+0
* ext2fs: quiet compiler warningsAndreas Dilger2013-12-152-3/+4
* build: use long long for __u64 by defaultAndreas Dilger2013-12-151-8/+8
* 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
* 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
* 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
* e2fsprogs: add (optional) sparse checking to the buildDarrick J. Wong2013-10-112-8/+15
* 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