summaryrefslogtreecommitdiffstats
path: root/cmd/zfs/zfs_main.c
Commit message (Expand)AuthorAgeFilesLines
* Unify mount and share for 'zfs create/clone'Brian Behlendorf2015-06-171-52/+47
* Add libzfs_error_init() functionBrian Behlendorf2015-05-221-1/+3
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-3/+8
* Illumos 4951 - ZFS administrative commands should use reserved spaceMatthew Ahrens2015-05-041-2/+5
* Illumos 5134 - if ZFS_DEBUG or debug= is set, libzpool should enable debug pr...Matthew Ahrens2015-04-281-0/+2
* 5410 Document -S option to zfs inheritPaul B. Henson2015-04-241-1/+5
* zpool import should honor overlay propertyNed Bass2015-03-271-14/+0
* Create an 'overlay' propertyTurbo Fredriksson2014-08-151-0/+14
* Illumos 4757, 4913Matthew Ahrens2014-08-011-4/+13
* Illumos 4368, 4369.Matthew Ahrens2014-07-291-61/+259
* Only automatically mount a clone when 'canmount == on'.Turbo Fredriksson2014-06-061-1/+12
* Check the dataset type more rigorously when fetching properties.Tim Chase2014-05-061-3/+3
* Fix for re-reading /etc/mtab.John M. Layman2014-04-041-3/+14
* Enable /etc/mtab cache to improve performanceBrian Behlendorf2014-01-071-1/+1
* Fix the creation of ZPOOL_HIST_CMD pool history entries.Tim Chase2014-01-071-1/+12
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-2/+2
* Illumos #4208John Wren Kennedy2013-12-181-2/+2
* Illumos #2583Yuri Pankov2013-11-211-34/+35
* Illumos #3894Keith M Wesolowski2013-11-041-0/+6
* Illumos #3740Steven Hartland2013-11-041-2/+2
* Corrected "zfs list -t <type>" syntaxSteven Hartland2013-10-251-1/+1
* Illumos #3464Matthew Ahrens2013-09-041-50/+66
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-23/+78
* Don't specifically open /etc/mtab - it is done in libzfs_init()Turbo Fredriksson2013-08-151-8/+3
* Illumos #3098 zfs userspace/groupspace failYuri Pankov2013-08-141-10/+9
* Trivial spelling fixChris Dunlop2013-04-191-1/+1
* Illumos #1884, #3028, #3048, #3049, #3060, #3061, #3093Yuri Pankov2013-01-111-391/+363
* Illumos #2703: add mechanism to report ZFS send progressBill Pijewski2012-09-191-0/+2
* Illumos #1796, #2871, #2903, #2957Christopher Siden2012-08-231-1/+1
* Illumos #2635: 'zfs rename -f' to perform force unmountEric Schrock2012-08-231-7/+11
* Illumos #1936: add support for "-t <datatype>" argument to zfs getAndrew Stormont2012-08-231-3/+36
* Illumos #1726: Removal of pyzfs broke delegation for volumesAlexander Eremin2012-08-231-4/+4
* Illumos #1977: zfs allow arguments not parsed correctly after pyzfs removalAlexander Eremin2012-08-231-2/+2
* Illumos #1644, #1645, #1646, #1647, #1708Matthew Ahrens2012-07-311-136/+323
* Speed up 'zfs list -t snapshot -o name -s name'Pawel Jakub Dawidek2012-06-141-1/+13
* Illumos #2067: uninitialized variables in zfs(1M) may make snapshots undestro...Richard Lowe2012-04-271-16/+16
* ZFS list snapshot property aliasP.SCH2012-04-111-3/+4
* ZFS snapshot aliasP.SCH2012-04-111-1/+7
* Fix executable permissionsBrian Behlendorf2012-03-261-0/+0
* Use stderr for 'no pools/datasets available' errorGregor Kopka2012-03-151-2/+2
* Add overlay(-O) mount option supportSuman Chakravartula2012-01-121-2/+4
* Fix uninitialized varible in zfs_do_userspace()Brian Behlendorf2011-09-271-1/+1
* Fixed uninitialized variableBrian Behlendorf2011-08-191-1/+1
* Fix missing format argumentsBrian Behlendorf2011-08-191-3/+3
* Disable zfs /etc/mtab updatesBrian Behlendorf2011-08-191-2/+1
* Illumos #278: get rid zfs of python and pyzfs dependenciesAlexander Stetsenko2011-08-011-31/+2240
* Illumos #510: 'zfs get' enhancement - mountpoint as an argumentShampavman2011-08-011-1/+2
* Update 'zfs send' documentationBrian Behlendorf2011-07-081-1/+1
* Default to internal 'zfs userspace' implementationBrian Behlendorf2011-05-201-10/+0
* Fix mount helperBrian Behlendorf2011-03-091-425/+45