summaryrefslogtreecommitdiffstats
path: root/daemon/ext2.c
Commit message (Expand)AuthorAgeFilesLines
* 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