summaryrefslogtreecommitdiffstats
path: root/daemon/ext2.c
Commit message (Expand)AuthorAgeFilesLines
* New API: Bind the tune2fs command.Richard W.M. Jones2011-11-111-0/+149
* Update FSF address.Matthew Booth2011-11-081-1/+1
* RHEL 5: Use mke4fs on RHEL 5 as replacement for mke2fs.Richard W.M. Jones2011-03-251-1/+1
* New API: resize2fs-M to resize ext2/3/4 to minimum size.Nikita A Menkovich2011-01-141-0/+21
* daemon: Don't use ../src path to include generator_protocol.hRichard W.M. Jones2010-11-031-1/+1
* daemon: Limit label lengths (RHBZ#597118).Richard Jones2010-06-021-0/+21
* Fix and deprecate get_e2label and get_e2uuid (RHBZ#597112).Richard Jones2010-06-011-82/+2
* New API: resize2fs-size to allow shrinking ext2 filesystems (RHBZ#585221).Richard Jones2010-05-211-0/+36
* appliance: Set $PATH instead of hard-coding paths to binaries everywhere.Richard Jones2010-03-261-15/+15
* Fix lvresize test on RHEL 5, by fixing guestfs_e2fsck_l.Richard Jones2010-03-241-2/+9
* Use ext4 dev tools on RHEL 5 (RHBZ#576688).Richard Jones2010-03-241-51/+85
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-15/+15
* daemon: Missing #includes revealed by cross-compiling.Richard Jones2009-11-201-0/+1
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-3/+3
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-1/+1
* avoid use of all ctype macrosJim Meyering2009-09-241-4/+4
* mke2fs: Use e4fsprogs programs if available.Richard W.M. Jones2009-08-191-3/+46
* indent with spaces, not TABsJim Meyering2009-08-171-17/+17
* New commands: mkfs-b, mke2journal*, mke2fs-J*Richard W.M. Jones2009-08-151-0/+149
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-7/+7
* * src/generator.ml: Change all `String "device"' to `Device "device"'.Jim Meyering2009-08-131-14/+0
* change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/Jim Meyering2009-08-131-7/+7
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-16/+16
* remove trailing blanksJim Meyering2009-07-031-1/+1
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-7/+7
* Add IS_DEVICE checks for all calls which take a device parameter.Richard Jones2009-06-101-0/+8
* Add e2fsck_f command, and modify lvresize test to use it (RHBZ 502018).Richard Jones2009-05-211-0/+19
* Add: lvresize, resize2fs commands.Richard Jones2009-05-181-0/+19
* Rename tune2fs.c -> ext2.cRichard Jones2009-04-301-0/+236