aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-7592/+0
* MFOpenZFS: Add basic zfs ioc input nvpair validationToomas Soome2020-06-231-10/+12
* zfs allow/unallow should work with numeric uid/gidAndriy Gapon2020-05-121-5/+13
* zfs: Add option for forcible unmounting dataset while receiving snapshot.Mariusz Zaborski2020-04-111-3/+6
* MFZoL: Avoid retrieving unused snapshot propsAlan Somers2019-10-261-7/+34
* ZFS: add bookmark renamingAndriy Gapon2019-10-031-1/+16
* update zfs send usage help with r352447Andriy Gapon2019-09-191-1/+1
* MFZoL: Add -vnP support to 'zfs send' for bookmarksAndriy Gapon2019-09-171-13/+4
* MFV r348568: 9466 add JSON output support to channel programsAlexander Motin2019-06-031-7/+15
* MFV/ZoL: `zfs userspace` ignored all unresolved UIDs after the firstAllan Jude2019-05-181-4/+7
* Fix a regression introduced in r344569Baptiste Daroussin2019-02-271-3/+0
* Set process title during zfs send.Sean Eric Fagan2019-02-261-1/+5
* Implement parallel mounting for ZFS filesystemBaptiste Daroussin2019-02-261-38/+86
* MFV r337161: 9512 zfs remap poolname@snapname coredumpsAlexander Motin2018-08-021-0/+17
* MFV r316926:Alexander Motin2018-08-011-0/+12
* MFV r331407: 9213 zfs: sytem typoAlexander Motin2018-03-231-1/+1
* MFV r329502: 7614 zfs device evacuation/removalAlexander Motin2018-02-211-1/+24
* MFV r328255: 8972 zfs holds: In scripted mode, do not pad columns with spacesAlexander Motin2018-01-221-4/+7
* MFV r328220: 8677 Open-Context Channel ProgramsAlexander Motin2018-01-211-4/+14
* MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and followupsAndriy Gapon2017-10-011-1/+209
* MFV 316894Josh Paetzel2017-04-251-2/+25
* MFV 316891Josh Paetzel2017-04-211-2/+2
* MFV r302660: 6314 buffer overflow in dsl_dataset_nameAlexander Motin2016-09-011-15/+15
* MFV r302657: 4521 zfstest is trying to execute evil "zfs unmount -a"Alexander Motin2016-09-011-1/+10
* MFV r302643:Alexander Motin2016-09-011-3/+2
* MFV r296534: 6550 cmd/zfs: cleanup gcc warningsAlexander Motin2016-03-081-17/+37
* MFV r296527: 6659 nvlist_free(NULL) is a no-opAlexander Motin2016-03-081-2/+1
* MFV r296518: 5027 zfs large block support (add copyright)Alexander Motin2016-03-081-0/+1
* Fix "invalid type '(null)'" usage messages in zfs(8) and zpool(8).Dimitry Andric2016-02-211-4/+4
* Allow 'zfs holds -r' to recurse over a file system or volume to find holdsAllan Jude2015-10-261-20/+34
* MFC r289498: 6298 zfs_create_008_neg and zpool_create_023_neg need to beAlexander Motin2015-10-181-3/+5
* MFV r247180: Update vendor/illumos/dist and vendor-sys/illumos/distAlexander Motin2015-10-181-1/+11
* MFV r289493: 5745 zfs set allows only one dataset property to be set at a timeAlexander Motin2015-10-181-30/+46
* MFV r289312: 2605 want to resume interrupted zfs sendAlexander Motin2015-10-151-17/+103
* MFV r277429:Xin LI2015-09-141-1/+5
* MFV r286704: 5960 zfs recv should prefetch indirect blocksAlexander Motin2015-08-121-6/+23
* zfs clone should not mount the clone if canmount == noautoAndriy Gapon2015-06-121-11/+30
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-171-6/+6
* MFV r275537:Xin LI2014-12-071-6/+9
* MFV r274273:Xin LI2014-11-101-3/+8
* MFV r268455:Xin LI2014-07-091-2/+5
* MFV r267565:Xin LI2014-07-011-4/+13
* Eliminated optarg global being used outside of the function which called getoptSteven Hartland2014-04-241-6/+5
* MFV r260154 + 260182:Xin LI2014-01-021-63/+260
* MFV r260152:Xin LI2014-01-011-2/+2
* MFV r258384:Xin LI2013-12-251-35/+36
* Use 'int' to store the return value of getopt(), rather than char.Justin Hibbits2013-11-201-2/+2
* Added support for the 'zfs list -t snap' and 'zfs snap' aliases which areSteven Hartland2013-10-231-6/+13
* Fix implicit declaration of jail_getid()Robert Millan2013-10-071-0/+1
* Fix implicit declaration of warnx().Robert Millan2013-08-041-0/+1