summaryrefslogtreecommitdiffstats
path: root/daemon/ext2.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-16/+16
| | | | | | | | | | | Do it by running this command: [exempted files are matched via .x-sc_TAB_in_indentation] git ls-files \ | pcregrep -vf .x-sc_TAB_in_indentation \ | xargs pcregrep -l '^ *\t' \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
* 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