Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Part: allow to extend auto-reversible tags | Maarten Vanraes | 2016-08-06 | 1 | -0/+10 |
| | |||||
* | Mount: make sure it's loaded after Disk | Maarten Vanraes | 2016-08-06 | 1 | -2/+1 |
| | |||||
* | Mountable: allow to get mountsource in order to match later | Maarten Vanraes | 2016-08-06 | 3 | -0/+37 |
| | |||||
* | Mountable: allow to find the mount path | Maarten Vanraes | 2016-08-06 | 1 | -0/+19 |
| | |||||
* | Mount: make a findpath helper function | Maarten Vanraes | 2016-08-06 | 1 | -0/+114 |
| | |||||
* | handle fstypes differently | Maarten Vanraes | 2016-07-24 | 2 | -2/+12 |
| | |||||
* | Fix debugging output | Maarten Vanraes | 2016-07-24 | 1 | -4/+1 |
| | |||||
* | get rid of IO | Maarten Vanraes | 2016-07-23 | 1 | -1/+2 |
| | |||||
* | remove IO subsystem | Maarten Vanraes | 2016-07-21 | 7 | -749/+169 |
| | |||||
* | Mount: adjust to new PartLink system | Maarten Vanraes | 2016-06-05 | 1 | -15/+299 |
| | |||||
* | Extfs: adjust to new PartLink system | Maarten Vanraes | 2016-05-20 | 1 | -0/+125 |
| | |||||
* | Loop: adjust to new PartLink system | Maarten Vanraes | 2016-05-19 | 1 | -6/+97 |
| | |||||
* | fix probe partstate of swap | Maarten Vanraes | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Swap: adjust to new PartLink system | Maarten Vanraes | 2016-05-18 | 1 | -1/+63 |
| | |||||
* | use devicepath instead of path and id for blockdevice paths | Maarten Vanraes | 2016-05-16 | 2 | -35/+114 |
| | |||||
* | fix partitiontable size check | Maarten Vanraes | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | fix partitiontable check if blockdevice is not removable | Maarten Vanraes | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | use parttable, not disk as parent of partelements | Maarten Vanraes | 2016-05-16 | 1 | -2/+2 |
| | |||||
* | fix correct naming of PartStates | Maarten Vanraes | 2016-05-16 | 1 | -2/+3 |
| | |||||
* | Partition: update loaded/probed parts to new partlink system | Maarten Vanraes | 2016-05-16 | 1 | -20/+64 |
| | |||||
* | and (ordered) child handling | Maarten Vanraes | 2016-05-16 | 1 | -0/+10 |
| | |||||
* | PartitionTable: new system, add changedpart handler, implement diff | Maarten Vanraes | 2016-05-15 | 1 | -0/+98 |
| | |||||
* | make a PartitionElement part and define restrictions for PartLink | Maarten Vanraes | 2016-05-14 | 1 | -0/+61 |
| | |||||
* | fix add partition action | Maarten Vanraes | 2016-05-14 | 1 | -1/+3 |
| | |||||
* | Swap: fix action handlers | Maarten Vanraes | 2016-05-14 | 1 | -6/+8 |
| | |||||
* | add some actions to some modules | Maarten Vanraes | 2016-05-14 | 3 | -1/+46 |
| | |||||
* | Part: use class attributes | Maarten Vanraes | 2016-05-14 | 7 | -24/+40 |
| | |||||
* | add an extfs plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+200 |
| | |||||
* | Btrfs: use tools for btrfs external command | Maarten Vanraes | 2016-05-14 | 1 | -3/+2 |
| | |||||
* | Allow parts to use plugin tools | Maarten Vanraes | 2016-05-14 | 6 | -7/+7 |
| | |||||
* | Swap: use swaplabel tool to get uuid and label | Maarten Vanraes | 2016-05-14 | 1 | -0/+12 |
| | |||||
* | Plugin: define external tools and use tools in plugins | Maarten Vanraes | 2016-05-14 | 3 | -3/+20 |
| | |||||
* | add a btrfs plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+420 |
| | |||||
* | insert a FileSystem between BlockDevice and Mount | Maarten Vanraes | 2016-05-14 | 1 | -2/+34 |
| | |||||
* | safeguard if losetup or parted ever changes | Maarten Vanraes | 2016-05-14 | 1 | -0/+1 |
| | |||||
* | Add a Swap plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+163 |
| | |||||
* | add a Loop plugin | Maarten Vanraes | 2016-05-14 | 3 | -2/+180 |
| | |||||
* | add an fstab plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+124 |
| | |||||
* | add a Mount plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+211 |
| | |||||
* | add a Partition plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+221 |
| | |||||
* | add a Disk plugin | Maarten Vanraes | 2016-05-14 | 1 | -0/+177 |
| | |||||
* | add a disk_backend class with a plugin structure | Maarten Vanraes | 2016-05-14 | 1 | -0/+3 |