summaryrefslogtreecommitdiffstats
path: root/daemon/mkfs.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "btrfs: Add a workaround for btrfs failures seen with kernel 3.7.0."Richard W.M. Jones2012-10-101-7/+0
* btrfs: Add a workaround for btrfs failures seen with kernel 3.7.0.Richard W.M. Jones2012-10-091-0/+7
* syntax: Remove include <dirent.h> in files that don't use it.Richard W.M. Jones2012-09-151-1/+0
* daemon: collect list of called external commandsOlaf Hering2012-08-301-2/+5
* daemon: Remove e2prog hack (only needed for RHEL 5).Richard W.M. Jones2012-08-301-6/+2
* generator: Rename 'mkfs_opts' API to 'mkfs'.Richard W.M. Jones2012-07-141-15/+8
* New API: mkfs-btrfs for creating btrfs filesystems (RHBZ#807905).Richard W.M. Jones2012-04-021-1/+1
* mkfs: Don't allow blocksize to be set on btrfs (RHBZ#807905).Richard W.M. Jones2012-04-021-0/+5
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
* mkfs: optimization and code cleanupWanlong Gao2011-12-231-15/+14
* mkfs: enable to make xfs filesystems when the device already has a filesystemWanlong Gao2011-12-021-0/+3
* daemon: Define safe ADD_ARG macro for constructing arg lists on the stack.Richard W.M. Jones2011-11-111-31/+28
* Update FSF address.Matthew Booth2011-11-081-1/+1
* mkfs: Don't die if mke2fs is not available.Richard W.M. Jones2011-07-141-4/+4
* mkfs-opts: Add optional sectorsize parameter.Nikita A Menkovich2011-07-061-3/+20
* Implement inode option to mkfs_opts command.Nikita A Menkovich2011-07-041-3/+22
* RHEL 5: Use mke4fs on RHEL 5 as replacement for mke2fs.Richard W.M. Jones2011-03-251-1/+5
* mkfs: Force mke2fs to create a filesystem even on raw IDE device (RHBZ#690819).Richard W.M. Jones2011-03-251-2/+18
* mkfs-opts: Add optional "features" parameter.Nikita A Menkovich2011-01-261-3/+8
* Remove several unused local variables.Richard W.M. Jones2010-12-101-1/+1
* New API: mkfs_opts, mkfs with optional arguments.Richard W.M. Jones2010-12-021-49/+49
* mkfs-b: Map block size to cluster size for VFAT and NTFS partitions (RHBZ#599...Richard Jones2010-06-031-5/+34
* mkfs-b: Check that blocksize parameter is > 0 and a power of 2.Richard Jones2010-06-031-0/+5
* appliance: Set $PATH instead of hard-coding paths to binaries everywhere.Richard Jones2010-03-261-1/+1
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-1/+1
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-4/+4
* appliance: Enhance mkfs to support many more filesystem types.Richard Jones2009-11-091-17/+62
* indent with spaces, not TABsJim Meyering2009-08-171-1/+1
* New commands: mkfs-b, mke2journal*, mke2fs-J*Richard W.M. Jones2009-08-151-0/+68