summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Release Notes, Changelogs, version.h, etc. for 1.41.14 releasev1.41.14Theodore Ts'o2010-12-226-11/+58
* mke2fs: don't complain if the fs type "default" is not defined in mke2fs.confTheodore Ts'o2010-12-222-5/+5
* resize2fs: do not clear resize inode for 0 resvd blocksEric Sandeen2010-12-221-15/+0
* libext2fs: Don't use the extended rec_len encoding for standard file systemsTheodore Ts'o2010-12-223-7/+12
* libext2fs: Fix compile bug on big-endian architecturesTheodore Ts'o2010-12-161-1/+1
* libext2fs: fix ref_offset callback with sparse files in ext2fs_block_iterate2()Theodore Ts'o2010-12-161-1/+2
* resize2fs: handle exactly-16T filesystems in resize2fsEric Sandeen2010-12-161-3/+11
* e2fsprogs: fix type-punning warningsEric Sandeen2010-12-163-7/+12
* Update Release Notes, Changelogs, version.h, etc. for 1.41.13 releasev1.41.13Theodore Ts'o2010-12-136-198/+260
* e2fsck: add an option which causes it to only do a journal replayBernd Schubert2010-12-063-0/+16
* e2fsck: Do blkid interpretation on the external journal specifierTheodore Ts'o2010-12-061-1/+8
* e2fsck: Add the ability to force a problem to not be fixedTheodore Ts'o2010-12-063-4/+21
* dumpe2fs: fix output for flex_bg bitmap offsetsAndreas Dilger2010-12-051-10/+24
* mke2fs: Fix (minor) memory leaksTheodore Ts'o2010-12-011-0/+4
* mke2fs: Fail if the requested file system type is not defined in mke2fs.confTheodore Ts'o2010-12-011-11/+49
* resize2fs: Clarify error explaining on-line shrinking is not supported at allTheodore Ts'o2010-11-261-2/+1
* resize2fs.8.in: Document that resize2fs -p only works on offline resizesTheodore Ts'o2010-11-261-2/+2
* MCONFIG: Fix dependency definitions for the static and profiled blkid libraryTheodore Ts'o2010-11-261-2/+2
* e2fsck: Fix inode nlink accounting that could cause PROGRAMMING BUG errorsTheodore Ts'o2010-11-261-5/+7
* e2fsck.conf.5: Clarify man pageTheodore Ts'o2010-11-261-1/+1
* Update Release Notes, Changelogs, version.h, etc. for 1.41.13 releaseTheodore Ts'o2010-11-227-282/+447
* Disable lazy inode table initialization when running regression testsTheodore Ts'o2010-11-221-0/+1
* mke2fs: Add discard option into mke2fs.confLukas Czerner2010-11-222-2/+8
* mke2fs: Deprecate -K option, introduce discard/nodiscardLukas Czerner2010-11-222-8/+22
* mke2fs: Force the default blocksize to be at least the logical sector sizeTheodore Ts'o2010-11-221-2/+2
* mke2fs: Set logical/physical sector size from environment for debuggingTheodore Ts'o2010-11-221-3/+6
* mke2fs: Fill in min_io and opt_io with physical sector sizeTheodore Ts'o2010-11-221-3/+10
* mke2fs: Do not require -F for block size < physical sizeTheodore Ts'o2010-11-221-6/+5
* mke2fs: Enable lazy_itable_init if the kernel supports this featureTheodore Ts'o2010-10-011-1/+6
* tune2fs.8: Document that the device can be specified via LABEL= or UUID=Theodore Ts'o2010-09-251-0/+6
* e2fsck: Open the external journal in exclusive modeTheodore Ts'o2010-09-251-1/+2
* resize2fs.8: Make it clear that power-of-2 units are meant by kilobytesTheodore Ts'o2010-09-251-0/+8
* libext2fs: Change EXT2_FLAG_DIRECT_IO to avoid conflict with devel branchTheodore Ts'o2010-09-241-1/+1
* debugfs: Make the extents listing in the stat command more conciseTheodore Ts'o2010-09-241-8/+5
* debugfs: Add the -D option to request Direct I/OTheodore Ts'o2010-09-242-8/+21
* ext2fs: Optimize for Direct I/OTheodore Ts'o2010-09-243-8/+14
* ext2fs: Add Direct I/O support to the ext2fs libraryTheodore Ts'o2010-09-245-83/+144
* libext2fs: Fix memory leak in the Unix I/O layer when changing block sizeTheodore Ts'o2010-09-231-0/+2
* ext2fs: add ext2fs_get_memalign() functionTheodore Ts'o2010-09-232-1/+19
* mke2fs: make "invalid blocks count" error more clearEric Sandeen2010-09-201-2/+3
* mke2fs: use lazy inode init on some discard-able devicesEric Sandeen2010-09-201-12/+43
* e2fsck: Improve error message when device name misspelledJan Kara2010-09-191-0/+2
* debugfs: Display the extent tree blocks in the stat command outputTheodore Ts'o2010-09-191-3/+3
* tune2fs, debugfs, libext2fs: Add support for ext4 default mount optionsTheodore Ts'o2010-09-187-2/+76
* badblocks: Deal with UTF-8 characters in progress messageTheodore Ts'o2010-08-013-97/+156
* mke2fs: fix mke2fs "invalid inode ratio" error messageTim Small2010-07-301-1/+1
* mke2fs.8.in: clarify the sign of a block-size constraint.Eric Sandeen2010-07-301-1/+1
* debian: Fix outdated description: /sbin/fsck has moved to util-linuxTheodore Ts'o2010-07-191-1/+1
* resize2fs.8: Update man page to indicate ext4 supports on-line resizeTheodore Ts'o2010-07-191-1/+1
* resize2fs: relax requirements for -P output a bitEric Sandeen2010-07-171-2/+1