]> git.datanom.net - omvzfs.git/history - src
Minor change to clarify shared folder creation.
[omvzfs.git] / src /
2014-10-15 Niclas BerglindFix parted command to run in scripted mode.
2014-10-15 Niclas BerglindCreate GPT label before creating/expanding pools.
2014-10-13 Niclas BerglindSupport for cloned filesystems and volumes.
2014-10-11 Niclas BerglindMade it possible to force create Vdevs.
2014-10-11 Niclas BerglindFixed expand pool functionality.
2014-10-08 Niclas BerglindAdded functionality to expand pool.
2014-10-07 Niclas BerglindUse the newly introduced hidden flag when creating...
2014-09-30 Niclas BerglindAnother attempt to integrate with OMV shared folders.
2014-09-30 Niclas BerglindSupport used and free columns for pools in the overview
2014-09-24 Niclas BerglindAdded columns to overview and implemented object detail...
2014-09-24 Michael Rasmussenmake method public to allow quieries for size and free
2014-09-23 Niclas BerglindCleanup of OMV when deleting pools.
2014-09-23 Niclas BerglindFix to support /dev/disk/by-path when assembling an...
2014-09-23 Niclas BerglindMinor change to fstab entry.
2014-09-16 Niclas BerglindFix to clean up OMV shared folders when deleting shared...
2014-09-16 Niclas BerglindHide filesystems with same name as pool.
2014-09-16 Niclas BerglindUse /dev/disk/by-path as default for new pools as sugge...
2014-09-16 Niclas BerglindMore problems with mountpoints.
2014-09-14 Michael Rasmussenremove method which is final in extended method
2014-09-13 Niclas BerglindSupport force create pools.
2014-09-12 Niclas BerglindChanged some icons to match OMV library.
2014-09-11 Niclas BerglindLast commit introduced new issues.
2014-09-11 Niclas BerglindFix broken fstab entries.
2014-09-09 Michael RasmussenBegin to apply correct NotifyListener
2014-09-02 Niclas BerglindInitial implementation of GUI for adding ZFS pools...
2014-09-02 Niclas BerglindAdded method to add ZFS pool to OMV mountpoint backend.
2014-08-02 Michael RasmussenFix some bugs. Implement methods needed by zfs.inc...
2014-07-18 Michael Rasmussenreplace deprecated function join with implode
2014-07-18 Michael RasmussenBug fixes
2014-07-18 Michael RasmussenAdd feature to assemble existing zpool
2014-07-18 Michael RasmussenSome minor bug fixes
2014-07-17 Michael RasmussenFix typo
2014-07-14 Michael RasmussenFirst complete implementation of Zpool class
2014-07-14 Michael RasmussenFix bug in comment
2014-05-21 Niclas BerglindAdded function to get ZFS UUID by pool name
2014-04-17 Niclas BerglindRewrite of Utils class to improve readability.
2014-04-17 Niclas BerglindAdded some comments to the Utils class to clarify.
2014-04-17 Niclas BerglindFixes to the handling of cloned Datasets.
2014-04-17 Niclas BerglindAdded method to promote a cloned Dataset.
2014-04-17 Niclas BerglindAdded methods to Dataset to get it's origin if it's...
2014-04-17 Niclas BerglindAdded methods to Snapshot for rollback and cloning.
2014-04-12 Niclas BerglindAdded a new Utils class with support methods.
2014-04-12 Niclas BerglindAdded getSnapshots method to Zvol class.
2014-04-12 Niclas BerglindMinor fixes to Dataset and Zvol constructors.
2014-04-12 Niclas BerglindBugfix in Dataset constructor.
2014-03-25 Niclas BerglindModified constructors in Zvol, Dataset and Snapshot...
2014-03-25 Niclas BerglindMinor change to snapshots in Dataset and Zvol classes.
2014-03-25 Niclas BerglindAdded Snapshot to Zvol class.
2014-03-25 Niclas BerglindFixed some commands in Zvol class.
2014-03-25 Niclas BerglindFixed some commands in Dataset class.
2014-03-25 Niclas BerglindCorrected method desriptions in Dataset class.
2014-03-25 Niclas BerglindAdded methods to add/delete Snapshots to/from Datasets.
2014-03-25 Niclas BerglindFixed some commands to redirect stderr to stdout.
2014-03-25 Niclas BerglindAdded create method and property helper methods to...
2014-03-25 Niclas BerglindAdded snapshots to Dataset class.
2014-03-25 Niclas BerglindStarted work on Snapshot class.
2014-03-12 Niclas BerglindAdded rename method to Zvol class.
2014-03-12 Niclas BerglindAdded inherit method together with support method to...
2014-03-12 Niclas BerglindAdded destroy method to Zvol class.
2014-03-12 Niclas BerglindAdded method to get Zvol size.
2014-03-12 Niclas BerglindRemoved mountpoint attribute from Zvol.
2014-03-12 Niclas BerglindAdded constructor and associated support function to...
2014-03-12 Niclas BerglindAdded a couple of get methods to the Zvol class.
2014-03-12 Niclas BerglindStarted work on Zvol class.
2014-03-12 Niclas BerglindExtracted code from constructor to new method called...
2014-03-05 Niclas BerglindMade it optional to create Dataset on commandline in...
2014-03-04 Niclas BerglindAdded mount and unmount methods to the Dataset class
2014-03-04 Niclas BerglindAdded upgrade method to Dataset class
2014-03-04 Niclas BerglindIntroduce new helper function to further cleanup code
2014-03-04 Niclas BerglindAdded inherit method to Dataset
2014-03-04 Niclas BerglindAdded rename method to Dataset
2014-03-04 Niclas BerglindAdded property source
2014-03-04 Niclas BerglindChanged properties attribute to an associative array...
2014-03-03 Niclas BerglindChanged from features to properties to follow ZFS naming.
2014-03-02 Michael RasmussenUse OMVUtil::exec
2014-03-02 Niclas BerglindRemoved size from Dataset. Implemented setFeatures...
2014-03-02 Niclas BerglindStarted implementation of Dataset class
2014-03-02 Niclas BerglindFixed OMVModuleZFSException class for basic usage
2014-03-02 Michael RasmussenChanges made to design. Begin implementation of zpool.
2014-03-01 Niclas BerglindImplemented getName method in Dataset class
2014-02-28 Michael RasmussenRefactored to mimic zpool create
2014-02-27 Michael RasmussenRefactored to mimic zpool create
2014-02-27 Michael Rasmussenadded class templates
This page took 0.082826 seconds and 8 git commands to generate.