| Commit message (Expand) | Author | Age | Files | Lines |
* | daemon: Always pass -F option to mke2fs. | Richard W.M. Jones | 2012-06-12 | 1 | -6/+6 |
* | New APIs for reading and writing ext2 file attributes and file generation. | Richard W.M. Jones | 2012-04-13 | 1 | -1/+193 |
* | Replace 'int' with 'size_t' passim. | Richard W.M. Jones | 2012-03-13 | 1 | -3/+3 |
* | daemon: Implement a growable strings buffer type. | Richard W.M. Jones | 2012-03-13 | 1 | -9/+8 |
* | resize2fs: Run 'e2fsck -f' automatically if filesystem is not mounted. | Richard W.M. Jones | 2012-03-09 | 1 | -0/+37 |
* | e2fsck: Comment, whitespace, error message cleanups. | Richard W.M. Jones | 2012-03-09 | 1 | -2/+2 |
* | Revert "ext2: tweak the error returned message of resize2fs-M(BZ755729)" | Richard W.M. Jones | 2012-03-09 | 1 | -4/+1 |
* | New API: set-label, for setting a label on any filesystem. | Richard W.M. Jones | 2012-02-27 | 1 | -25/+1 |
* | resize2fs-M: fix double-free along error path (thanks Matthew Booth). | Richard W.M. Jones | 2012-01-16 | 1 | -4/+2 |
* | e2fsck-f: change the internal to use e2fsck | Wanlong Gao | 2012-01-13 | 1 | -21/+7 |
* | NEW API: add a new api e2fsck | Wanlong Gao | 2012-01-13 | 1 | -0/+49 |
* | ext2: tweak the error returned message of resize2fs-M(BZ755729) | Wanlong Gao | 2012-01-13 | 1 | -2/+7 |
* | New API: Bind the tune2fs command. | Richard W.M. Jones | 2011-11-11 | 1 | -0/+149 |
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
* | RHEL 5: Use mke4fs on RHEL 5 as replacement for mke2fs. | Richard W.M. Jones | 2011-03-25 | 1 | -1/+1 |
* | New API: resize2fs-M to resize ext2/3/4 to minimum size. | Nikita A Menkovich | 2011-01-14 | 1 | -0/+21 |
* | daemon: Don't use ../src path to include generator_protocol.h | Richard W.M. Jones | 2010-11-03 | 1 | -1/+1 |
* | daemon: Limit label lengths (RHBZ#597118). | Richard Jones | 2010-06-02 | 1 | -0/+21 |
* | Fix and deprecate get_e2label and get_e2uuid (RHBZ#597112). | Richard Jones | 2010-06-01 | 1 | -82/+2 |
* | New API: resize2fs-size to allow shrinking ext2 filesystems (RHBZ#585221). | Richard Jones | 2010-05-21 | 1 | -0/+36 |
* | appliance: Set $PATH instead of hard-coding paths to binaries everywhere. | Richard Jones | 2010-03-26 | 1 | -15/+15 |
* | Fix lvresize test on RHEL 5, by fixing guestfs_e2fsck_l. | Richard Jones | 2010-03-24 | 1 | -2/+9 |
* | Use ext4 dev tools on RHEL 5 (RHBZ#576688). | Richard Jones | 2010-03-24 | 1 | -51/+85 |
* | daemon: Don't need to prefix error messages with the command name. | Richard Jones | 2010-02-12 | 1 | -15/+15 |
* | daemon: Missing #includes revealed by cross-compiling. | Richard Jones | 2009-11-20 | 1 | -0/+1 |
* | use STREQ, not strcmp: part 1 | Jim Meyering | 2009-11-09 | 1 | -3/+3 |
* | change strncmp() == 0 to STREQLEN() | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | avoid use of all ctype macros | Jim Meyering | 2009-09-24 | 1 | -4/+4 |
* | mke2fs: Use e4fsprogs programs if available. | Richard W.M. Jones | 2009-08-19 | 1 | -3/+46 |
* | indent with spaces, not TABs | Jim Meyering | 2009-08-17 | 1 | -17/+17 |
* | New commands: mkfs-b, mke2journal*, mke2fs-J* | Richard W.M. Jones | 2009-08-15 | 1 | -0/+149 |
* | generator.ml: use new "Pathname" designation | Jim Meyering | 2009-08-13 | 1 | -7/+7 |
* | * src/generator.ml: Change all `String "device"' to `Device "device"'. | Jim Meyering | 2009-08-13 | 1 | -14/+0 |
* | change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/ | Jim Meyering | 2009-08-13 | 1 | -7/+7 |
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -16/+16 |
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
* | In the daemon, change all const char * parameters to char *. | Richard Jones | 2009-06-10 | 1 | -7/+7 |
* | Add IS_DEVICE checks for all calls which take a device parameter. | Richard Jones | 2009-06-10 | 1 | -0/+8 |
* | Add e2fsck_f command, and modify lvresize test to use it (RHBZ 502018). | Richard Jones | 2009-05-21 | 1 | -0/+19 |
* | Add: lvresize, resize2fs commands. | Richard Jones | 2009-05-18 | 1 | -0/+19 |
* | Rename tune2fs.c -> ext2.c | Richard Jones | 2009-04-30 | 1 | -0/+236 |