]> git.datanom.net - omvzfs.git/shortlog
omvzfs.git
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-18 Michael RasmussenPatches to OMV core
2014-09-16 Niclas BerglindFix to clean up OMV shared folders when deleting shared...
2014-09-16 Niclas BerglindFix reldirpath value when creating a shared folder.
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-16 Michael Rasmussenfurther integration with omv
2014-09-14 Michael Rasmussenremove method which is final in extended method
2014-09-13 Niclas BerglindAdd option to set mountpoint when creating pool.
2014-09-13 Niclas BerglindSupport force create pools.
2014-09-13 Michael Rasmussencommit to be able to apply patch from Niclas
2014-09-12 Niclas BerglindChanged some icons to match OMV library.
2014-09-12 Niclas BerglindDynamically hide/show top buttons based on user selection.
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-04 Niclas BerglindFix blkid not showing newly created pools plus a small...
2014-09-02 Michael RasmussenIncrement version number
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-03 Michael RasmussenAdd debian build tree
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-16 Michael RasmussenMove root to storage
2014-07-16 Michael RasmussenMove root to storage
2014-07-16 Michael RasmussenMove root node to Storage
2014-07-16 Michael RasmussenFix some more bugs in switch
2014-07-16 Michael RasmussenFix bug in switch
2014-07-16 Michael RasmussenMove root node to Storage
2014-07-16 Michael RasmussenGUI part from Niclas as well as debian build script
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 RasmussenForgot to save changes before last commit
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-28 Michael RasmussenRefactored to mimic zpool create
2014-02-27 Michael RasmussenRefactored to mimic zpool create
2014-02-27 Michael RasmussenExtend from OMVModuleAbstract. Apply OMV naming convent...
2014-02-27 Michael Rasmussenadded class templates
2014-02-27 Michael Rasmussenadded OMV notification
2014-02-25 Michael RasmussenRefactored the design. Make removeDisk abstract
2014-02-25 Michael RasmussenWrong number of disks in raidz2 and raidz3
2014-02-25 Michael RasmussenAdded BNF for zpool
2014-02-25 Michael RasmussenChanged working dir to src
2014-02-25 Michael RasmussenRefactored the design
2014-02-24 Michael RasmussenMoving old version to old
2014-02-24 Michael RasmussenFix access to attributes
2014-02-24 Michael RasmussenAdded Exception and operations to Zpool
2014-02-23 Michael RasmussenLatest version
next
This page took 0.079431 seconds and 5 git commands to generate.