summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzfs/common/libzfs_dataset.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-087668 zfs get only outputs 3 columns if "clones" property is emptyMatt Fiddaman1-1/+2
2020-02-0711083 support NFS server in zoneEvan Layton1-12/+7
2020-02-0712235 Add libzutil for libzfs or libzpool consumersDon Brady1-1/+1
2019-12-0611971 Reduce loaded range tree memory usagePaul Dagnelie1-1/+3
2019-08-2011479 zfs project supportNasf-Fan1-83/+76
2019-07-3111282 port ZoL send/recv fixesloli10K1-2/+2
2019-07-0311156 libzfs: NULL pointer errorsToomas Soome1-6/+6
2019-06-2811276 Allow unencrypted children of encrypted datasetsTom Caputi1-10/+3
2019-06-258727 Native data and metadata encryption for zfsTom Caputi1-10/+123
2019-06-219318 vol_volsize_to_reservation does not account for raidz skip blocksMike Gerdts1-8/+181
2019-04-2610809 Performance optimization of AVL tree comparator functionsGvozden Neskovic1-5/+3
2019-04-1310601 Pool allocation classesDon Brady1-0/+30
2019-04-0310499 Multi-modifier protection (MMP)Olaf Faaland1-0/+2
2018-12-079630 add lzc_rename and lzc_destroy to libzfs_coreAndriy Gapon1-11/+13
2018-09-189616 Bogus error when attempting to set property on read-only poolAndrew Stormont1-3/+8
2018-07-249621 Make createtxg and guid properties publicJosh Paetzel1-0/+1
2018-05-219330 stack overflow when creating a deeply nested datasetSerapheim Dimitropoulos1-0/+21
2018-05-159512 zfs remap poolname@snapname coredumpsloli10K1-2/+14
2018-05-158115 parallel zfs mountSebastien Roy1-10/+21
2018-04-029286 want refreservation=autoMike Gerdts1-2/+78
2018-02-078942 zfs promote .../%recv should be an errorloli10K1-0/+7
2018-02-078520 lzc_rollback_to should support rolling back to originAndriy Gapon1-9/+23
2018-01-107614 zfs device evacuation/removalPrashanth Sreenivasa1-0/+18
2017-12-218898 creating fs with checksum=skein on the boot pools fails ungracefullyYuri Pankov1-1/+5
2017-11-178677 Open-Context Channel ProgramsSerapheim Dimitropoulos1-1/+1
2017-06-297600 zfs rollback should pass target snapshot to kernelAndriy Gapon1-7/+12
2017-06-268418 zfs_prop_get_table() call in zfs_validate_name() is a no-opMarcel Telka1-1/+0
2017-06-267431 ZFS Channel ProgramsChris Williamson1-5/+89
2017-06-128264 want support for promoting datasets in libzfs_coreAndrew Stormont1-13/+7
2017-06-078168 NULL pointer dereference in zfs_create()loli10K1-1/+3
2016-11-287604 if volblocksize property is the default, it displays as "-" rather than 8KMatthew Ahrens1-1/+4
2016-11-216428 set canmount=off on unmounted filesystem tries to unmount childrenAndriy Gapon1-2/+3
2016-11-217386 zfs get does not work properly with bookmarksMarcel Telka1-13/+105
2016-11-187571 non-present readonly numeric ZFS props do not have default valueMatthew Ahrens1-1/+2
2016-06-096314 buffer overflow in dsl_dataset_nameMatthew Ahrens1-15/+15
2016-05-316931 lib/libzfs: cleanup gcc warningsIgor Kozhukhov1-47/+36
2016-05-156902 speed up listing of snapshots if requesting name only and sorting by nameMartin Matuska1-1/+18
2016-04-226873 zfs_destroy_snaps_nvl leaks errlistChris Williamson1-2/+5
2016-04-216052 decouple lzc_create() from the implementation detailsAndriy Gapon1-3/+3
2016-04-206872 zfs libraries should not allow uninitialized variablesPaul Dagnelie1-3/+4
2016-02-276659 nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek1-4/+2
2016-02-224521 zfstest is trying to execute evil "zfs unmount -a"Yuri Pankov1-1/+10
2016-02-085027 zfs large block support (add copyright)Matthew Ahrens1-0/+1
2015-10-126298 zfs_create_008_neg and zpool_create_023_neg need to be updated for large...Joe Stein1-15/+36
2015-10-092605 want to resume interrupted zfs sendMatthew Ahrens1-15/+12
2015-09-164185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RMatthew Ahrens1-0/+6
2015-04-115813 zfs_setprop_error(): Handle errno value E2BIG.Will Andrews1-0/+6
2015-04-085745 zfs set allows only one dataset property to be set at a timeChris Williamson1-42/+115
2014-11-185316 allow smbadm join to use RPCGordon Ross1-13/+39
2014-11-075027 zfs large block supportMatthew Ahrens1-12/+26