summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2008-03-08Fix mke2fs man page regarding 128-byte default inode sizeTheodore Ts'o1-5/+5
2008-02-28tune2fs: Remove support for clearing the SPARSE_SUPER featureTheodore Ts'o2-26/+10
2008-02-28Update mke2fs usage messageTheodore Ts'o1-3/+4
2008-02-28Add manpage references to debugfs/tune2fs commandsAndreas Mohr1-0/+1
2008-02-27Add support for manipulating large_file feature in mke2fs and tune2fsTheodore Ts'o4-10/+32
2008-02-27fsck: Don't complain about an old-style fstab if the fstab is emptyTheodore Ts'o1-1/+1
2008-02-26Fix dumpe2fs parsing of explicit superblock/blocksize parametersTheodore Ts'o2-16/+97
2008-02-26Eliminate really obsolete references to Linux 2.0/2.1/2.2 in tune2fs man pageTheodore Ts'o1-14/+0
2008-02-26tune2fs: Add support to clear the resize_inode featureTheodore Ts'o2-4/+14
2008-02-26tune2fs: Cleanup feature handling to avoid merge conflictsTheodore Ts'o1-29/+26
2008-02-26Teach tune2fs to use e2p_edit_feature2() to provide better error handlingTheodore Ts'o1-4/+26
2008-02-18Add support for setting RAID stride and strip-width via mke2fs and tune2fsTheodore Ts'o4-15/+116
2008-02-17Make fsck ignore mounted filesystems if given the -M optionTheodore Ts'o4-8/+236
2008-02-17uuidd: Fix pid file so it has the correct pid numberTheodore Ts'o1-132/+132
2008-02-09Don't try to create $DESTDIR/etc/init.d as part of make installTheodore Ts'o1-2/+1
2008-02-09Allow tune2fs to set and clear the test_fs flag on ext4 filesystemsTheodore Ts'o1-3/+29
2008-01-27Create filesystems with the ext_attr feature by defaultTheodore Ts'o2-2/+3
2008-01-27Create new filesystems with 256-byte inodes by defaultTheodore Ts'o1-1/+5
2008-01-27e2image: Fix potential overflow if the device name is too longTheodore Ts'o1-1/+1
2008-01-26Add support for the test_fs flagTheodore Ts'o4-6/+93
2008-01-21Define helper functions ext2fs_set_i_{u,g}id_high() for MacOS compatibilityTheodore Ts'o1-2/+2
2008-01-19Fix the pathname of /var/lib/uuidd/uuidd.pid in uuidd man page.Eric Sandeen1-2/+2
2008-01-01e2image: If there is an error while writing a block, call exit(1)Theodore Ts'o1-0/+1
2008-01-01uuidd: Add _GNU_SOURCE #define to pick up setres[ug]id() prototypesTheodore Ts'o1-0/+2
2007-12-31Add --disable-uuidd configure optionTheodore Ts'o1-3/+6
2007-12-25uuidd: Avoid race conditions to that only one uuidd is startedTheodore Ts'o1-42/+64
2007-12-16Add uuidd daemon to prevent duplicate time-based UUID'sTheodore Ts'o4-4/+684
2007-12-16fsck: '#' is only a comment character at the beginning of an fstab lineTheodore Ts'o1-5/+2
2007-12-16blkid: Output non-printing characters using ^ and M- notationTheodore Ts'o1-7/+37
2007-11-26e2image in raw-mode appends an extra byte to image-fileArun Thomas1-1/+2
2007-11-01Fix typo in the summary section of the blkid man pageTheodore Ts'o1-1/+1
2007-10-15mke2fs: Change usage message to use -E instead -R, which is deprecatedTheodore Ts'o1-1/+1
2007-09-20fsck: Ignore /etc/fstab entries for bind mountsTheodore Ts'o1-0/+10
2007-08-20Fix typo and clarify the uuidgen man pageTheodore Ts'o1-5/+2
2007-08-03Make sure $prefix/etc is created before installing mke2fs.confTheodore Ts'o1-4/+4
2007-07-11Update tune2fs man page to include more discussion of reserved blocksTheodore Ts'o1-2/+10
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-3417/+0
2007-07-04Compile the default mke2fs.conf into mke2fs programTheodore Ts'o3-3/+27
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o1-0/+4
2007-06-21Add default journal size functionTheodore Ts'o1-16/+3
2007-06-18Don't write changes to the backup superblocks by defaultTheodore Ts'o2-0/+7
2007-06-04Fix error checking of badblock's last-block and start-block argumentsTheodore Ts'o2-4/+17
2007-05-31[COVERITY] Free memory leak in mke2fs when parsing extended optionsBrian Behlendorf2-0/+7
2007-05-25Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger3-6/+13
2007-05-22mke2fs: Add check to make sure inode_size * num_inodes isn't too bigAndreas Dilger2-0/+19
2007-05-18Store the RAID stride value in the superblock and take advantage of itTheodore Ts'o2-1/+3
2007-05-18Add -g option to the blkid program to garbage collect the blkid.tab fileTheodore Ts'o3-5/+19
2007-05-08Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid'sEric Sandeen2-4/+15
2007-05-07Fix mke2fs defaults when /etc/mke2fs.conf doesn't existEric Sandeen1-2/+3
2007-04-07Allow the journal size to up to 10,240,000 blocksAndreas Dilger2-3/+9