summaryrefslogtreecommitdiffstats
path: root/fsset.py
Commit message (Expand)AuthorAgeFilesLines
* 2006-03-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-131-1/+1
* Don't traceback trying to mount auto filesystems of types we don'tChris Lumens2006-03-101-0/+3
* * fssey.py (mountCompare): Handle bind mounts correctly so thatDavid Cantrell2006-02-081-2/+4
* 2006-02-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-061-1/+2
* 2006-02-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-061-1/+2
* - fix swap labelingPeter Jones2006-02-031-2/+2
* - don't put "mapper/" in the swap labelPeter Jones2006-02-031-0/+3
* - oops, don't add pdb.set_trace() call ;)Peter Jones2006-02-011-2/+0
* - add code to make /dev/root as it would be in a non-install environmentPeter Jones2006-02-011-2/+12
* * fsset.py (swapFileSystem.labelDevice): Make swap labels startingDavid Cantrell2006-02-011-2/+8
* * fsset.py (devify): Make sure /etc/fstab has accepted standardsDavid Cantrell2005-12-191-2/+9
* * dmraid.py (dmDriveCache): add dmDriveCache class, to to managePeter Jones2005-12-111-7/+8
* kill 11% mke2fs stallPeter Jones2005-11-211-5/+0
* Treat PReP partitions as nativePaul Nasrat2005-10-201-0/+2
* Use new logging system.Chris Lumens2005-08-121-35/+35
* Fix for writing boot flag to first part #157245Paul Nasrat2005-07-151-1/+1
* Added a clobberDevice method that is used before formatting a device toChris Lumens2005-06-271-0/+19
* Add mount and umount methods so entries in /etc/fstab marked as "auto" canChris Lumens2005-06-211-2/+21
* 2005-06-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-071-1/+6
* Revert to super-major behavior for volumes that aren't activatedChris Lumens2005-05-311-1/+5
* 2005-05-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-191-1/+2
* Use the UUID from the RAID superblock as the identifier in /etc/mdadm.confChris Lumens2005-05-191-1/+19
* 2005-05-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-051-0/+10
* Don't skip bind mounts with an fstype of none on upgrades (#151458).Chris Lumens2005-04-281-1/+2
* Recognize --label for the part keyword (#79832).Chris Lumens2005-04-271-8/+19
* Copy filesystem options over for preexisting partitions so they show up inChris Lumens2005-04-211-2/+3
* fix mkfs on xfsPeter Jones2005-03-231-1/+5
* move availRaidLevels from fsset.py to raid.py, so it can be evaluated rightPeter Jones2005-03-091-4/+1
* 2005-02-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-211-0/+2
* Fedora PPC - autopartitioning (#121266) and G5 (#149081)Paul Nasrat2005-02-191-0/+2
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-7/+10
* Support bytes per inode on a per-partition basis (#57550).Chris Lumens2005-01-141-4/+9
* Print a more descriptive error message if unable to mount the swapChris Lumens2004-12-211-11/+22
* 2004-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-201-1/+2
* 2004-12-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-091-1/+1
* Don't trace back for bad/missing / in fstab (#141174)Paul Nasrat2004-12-011-0/+10
* 2004-10-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-071-0/+2
* 2004-09-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-301-1/+1
* 2004-09-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-281-3/+42
* 2004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-0/+20
* 2004-09-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-231-0/+3
* include MAILADDR in mdadm.confJeremy Katz2004-09-131-1/+5
* mdadm.conf syntax fix (#132334)Jeremy Katz2004-09-131-1/+1
* some hacks to work around the lvm tools being stupidJeremy Katz2004-08-231-1/+8
* bump max partition sizes (#126545)Jeremy Katz2004-06-231-9/+9
* bump default pesize to 32 MBJeremy Katz2004-05-271-1/+1
* --run has the same affect according to neilb, so use it insteadJeremy Katz2004-05-201-2/+1
* if we don't have any raid modules, then bail on being able to supportJeremy Katz2004-05-191-1/+4
* determine available raid levels based on what modules are availableJeremy Katz2004-05-191-2/+1
* fixes for using mdadm discovered from actually testing the code. needsJeremy Katz2004-05-191-14/+30