summaryrefslogtreecommitdiffstats
path: root/daemon/ext2.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Perform device name translation on mke2fs journaldevice (RHBZ#876579).Richard W.M. Jones2012-11-151-4/+18
* New API: mklost_and_foundRichard W.M. Jones2012-11-021-0/+27
* NEW API:ext:mke2fsWanlong Gao2012-09-241-1/+368
* daemon: collect list of called external commandsOlaf Hering2012-08-301-18/+25
* daemon: Remove e2prog hack (only needed for RHEL 5).Richard W.M. Jones2012-08-301-97/+15
* daemon: Always pass -F option to mke2fs.Richard W.M. Jones2012-06-121-6/+6
* New APIs for reading and writing ext2 file attributes and file generation.Richard W.M. Jones2012-04-131-1/+193
* Replace 'int' with 'size_t' passim.Richard W.M. Jones2012-03-131-3/+3
* daemon: Implement a growable strings buffer type.Richard W.M. Jones2012-03-131-9/+8
* resize2fs: Run 'e2fsck -f' automatically if filesystem is not mounted.Richard W.M. Jones2012-03-091-0/+37
* e2fsck: Comment, whitespace, error message cleanups.Richard W.M. Jones2012-03-091-2/+2
* Revert "ext2: tweak the error returned message of resize2fs-M(BZ755729)"Richard W.M. Jones2012-03-091-4/+1
* New API: set-label, for setting a label on any filesystem.Richard W.M. Jones2012-02-271-25/+1
* resize2fs-M: fix double-free along error path (thanks Matthew Booth).Richard W.M. Jones2012-01-161-4/+2
* e2fsck-f: change the internal to use e2fsckWanlong Gao2012-01-131-21/+7
* NEW API: add a new api e2fsckWanlong Gao2012-01-131-0/+49
* ext2: tweak the error returned message of resize2fs-M(BZ755729)Wanlong Gao2012-01-131-2/+7
* 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