summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-16Merge branch 'master' into nextTheodore Ts'o10-70/+206
2010-12-16e4defrag: Fix the overflow in e4defrag with > 2GB filesTheodore Ts'o3-6/+6
2010-12-16libext2fs: Fix compile bug on big-endian architecturesTheodore Ts'o1-1/+1
2010-12-16libext2fs: fix ref_offset callback with sparse files in ext2fs_block_iterate2()Theodore Ts'o1-1/+2
2010-12-16resize2fs: handle exactly-16T filesystems in resize2fsEric Sandeen1-3/+11
2010-12-16e2fsprogs: fix type-punning warningsEric Sandeen3-7/+12
2010-12-13e4defrag: update man page about -c optionKazuya Mio1-5/+9
2010-12-13e4defrag: avoid unsuccessful return for an non-privileged userKazuya Mio1-0/+1
2010-12-13e4defrag: fix file blocks calculationKazuya Mio1-17/+29
2010-12-13e4defrag: output size per extent by -c optionKazuya Mio1-24/+52
2010-12-13e4defrag: return more specific error message on ioctl failurePeng Tao1-1/+5
2010-12-13e4defrag: skip "rootfs" entry when checking for ext4 filesystemEric Sandeen1-0/+2
2010-12-13e4defrag: open the file to be defragged in read/write modeDarrick J. Wong1-1/+1
2010-12-13Merge branch 'maint' into nextTheodore Ts'o24-430/+801
2010-12-13Update Release Notes, Changelogs, version.h, etc. for 1.41.13 releaseTheodore Ts'o6-198/+260
2010-12-06e2fsck: add an option which causes it to only do a journal replayBernd Schubert3-0/+16
2010-12-06e2fsck: Do blkid interpretation on the external journal specifierTheodore Ts'o1-1/+8
2010-12-06e2fsck: Add the ability to force a problem to not be fixedTheodore Ts'o3-4/+21
2010-12-05dumpe2fs: fix output for flex_bg bitmap offsetsAndreas Dilger1-10/+24
2010-12-01mke2fs: Fix (minor) memory leaksTheodore Ts'o1-0/+4
2010-12-01mke2fs: Fail if the requested file system type is not defined in mke2fs.confTheodore Ts'o1-11/+49
2010-11-26resize2fs: Clarify error explaining on-line shrinking is not supported at allTheodore Ts'o1-2/+1
2010-11-26resize2fs.8.in: Document that resize2fs -p only works on offline resizesTheodore Ts'o1-2/+2
2010-11-26MCONFIG: Fix dependency definitions for the static and profiled blkid libraryTheodore Ts'o1-2/+2
2010-11-26e2fsck: Fix inode nlink accounting that could cause PROGRAMMING BUG errorsTheodore Ts'o1-5/+7
2010-11-26e2fsck.conf.5: Clarify man pageTheodore Ts'o1-1/+1
2010-11-22mke2fs: Use unix_discard() for discardsLukas Czerner1-43/+12
2010-11-22e2fsck: Discard free data and inode blocks.Lukas Czerner5-2/+110
2010-11-22e2fsprogs: Add CHANNEL_FLAGS_DISCARD_ZEROES flag for io_managerLukas Czerner3-23/+17
2010-11-22e2fsprogs: Add discard function into struct_io_managerLukas Czerner4-1/+66
2010-11-22Fix EXT4_FEATURE_RO_COMPAT_HUGE_FILE checkJustin Maggard1-2/+2
2010-11-22Merge branch 'maint'Theodore Ts'o14-308/+523
2010-11-22Update Release Notes, Changelogs, version.h, etc. for 1.41.13 releaseTheodore Ts'o7-282/+447
2010-11-22Disable lazy inode table initialization when running regression testsTheodore Ts'o1-0/+1
2010-11-22mke2fs: Add discard option into mke2fs.confLukas Czerner2-2/+8
2010-11-22mke2fs: Deprecate -K option, introduce discard/nodiscardLukas Czerner2-8/+22
2010-11-22mke2fs: Force the default blocksize to be at least the logical sector sizeTheodore Ts'o1-2/+2
2010-11-22mke2fs: Set logical/physical sector size from environment for debuggingTheodore Ts'o1-3/+6
2010-11-22mke2fs: Fill in min_io and opt_io with physical sector sizeTheodore Ts'o1-3/+10
2010-11-22mke2fs: Do not require -F for block size < physical sizeTheodore Ts'o1-6/+5
2010-10-01mke2fs: Enable lazy_itable_init if the kernel supports this featureTheodore Ts'o1-1/+6
2010-09-25tune2fs.8: Document that the device can be specified via LABEL= or UUID=Theodore Ts'o1-0/+6
2010-09-25e2fsck: Open the external journal in exclusive modeTheodore Ts'o1-1/+2
2010-09-25resize2fs.8: Make it clear that power-of-2 units are meant by kilobytesTheodore Ts'o1-0/+8
2010-09-24e2fsck: Set i_blocks_hi when correcting the i_blocks field in pass #1Theodore Ts'o1-1/+1
2010-09-24Merge branch 'maint' into nextTheodore Ts'o23-225/+489
2010-09-24libext2fs: Change EXT2_FLAG_DIRECT_IO to avoid conflict with devel branchTheodore Ts'o1-1/+1
2010-09-24debugfs: Make the extents listing in the stat command more conciseTheodore Ts'o1-8/+5
2010-09-24debugfs: Add the -D option to request Direct I/OTheodore Ts'o2-8/+21
2010-09-24ext2fs: Optimize for Direct I/OTheodore Ts'o3-8/+14