aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_dataset.c
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-0/+8
* Fix coverity defects: CID 147563, 147560cao2016-09-301-0/+8
* Fix coverity defects: 147658, 147652, 147651cao2016-09-291-1/+2
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-131-0/+8
* Rework of fletcher_4 moduleGvozden Neskovic2016-08-161-1/+1
* Build user-space with different gcc optimization levelsGvozden Neskovic2016-08-091-5/+5
* void integer overflow on computation of refquota_slackColin Ian King2016-07-271-1/+2
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-16/+35
* OpenZFS 6562 - Refquota on receive doesn't account for overageDan McDonald2016-06-281-3/+28
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-281-2/+144
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-0/+1
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-101-30/+6
* Illumos 6171 - dsl_prop_unregister() slows down dataset eviction.Justin T. Gibbs2016-01-121-0/+4
* Fix 'prevsnap property' build failureBrian Behlendorf2016-01-111-1/+1
* Illumos 4929 - want prevsnap propertyMatthew Ahrens2016-01-111-0/+6
* Illumos 5960, 5925Paul Dagnelie2016-01-081-13/+15
* Illumos 5959 - clean up per-dataset feature count codeMatthew Ahrens2015-12-041-92/+106
* Allow recovery from corrupted snapshot mapsTim Chase2015-08-281-0/+6
* Illumos 5909 - ensure that shared snap names don't become too long after prom...Andriy Gapon2015-07-061-0/+6
* Illumos 5393 - spurious failures from dsl_dataset_hold_obj()Justin T. Gibbs2015-05-131-4/+5
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-2/+112
* Illumos 4951 - ZFS administrative commands should use reserved spaceMatthew Ahrens2015-05-041-7/+11
* Illumos 5592 - NULL pointer dereference in dsl_prop_notify_all_cb()Justin T. Gibbs2015-04-281-2/+13
* Illumos 5531 - NULL pointer dereference in dsl_prop_get_ds()Justin T. Gibbs2015-04-281-0/+7
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-24/+29
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-240/+281
* Illumos 5310 - Remove always true tests for non-NULL ds->ds_physJustin T. Gibbs2015-04-281-5/+3
* Illumos 4975 - missing mutex_destroy() calls in zfsJorgen Lundman2015-04-281-0/+3
* Illumos 3897 - zfs filesystem and snapshot limitsJerry Jelinek2015-04-281-9/+154
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-4/+4
* Illumos 5150 - zfs clone of a defer_destroy snapshot causes strangenessMatthew Ahrens2014-10-211-1/+7
* Fix invalid locking order in rename operationStanislav Seletskiy2014-09-041-17/+20
* Use KM_PUSHPAGE in dsl_dataset_rollback_check()Brian Behlendorf2014-08-061-2/+2
* Illumos 4757, 4913Matthew Ahrens2014-08-011-1/+1
* Illumos 4368, 4369.Matthew Ahrens2014-07-291-4/+44
* Illumos 4370, 4371Max Grossman2014-07-281-7/+5
* Illumos 4171, 4172Matthew Ahrens2014-07-251-1/+9
* Illumos #4574 get_clones_stat does not call zap_count in non-debug kernelAlexander Stetsenko2014-03-041-1/+2
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-1/+1
* Remove ZFC_IOC_*_MINOR ioctl()sBrian Behlendorf2013-12-161-0/+25
* Switch allocations from KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2013-11-051-1/+1
* Illumos #4046Matthew Ahrens2013-11-051-5/+1
* Illumos #3996Matthew Ahrens2013-11-051-3/+12
* Illumos #3875Keith M Wesolowski2013-11-041-10/+62
* Illumos #3888Matthew Ahrens2013-11-041-15/+14
* Illumos #3894Keith M Wesolowski2013-11-041-3/+16
* Illumos #3743Will Andrews2013-11-041-1/+3
* Illumos #3598Matthew Ahrens2013-10-311-41/+41
* Illumos #3588Matthew Ahrens2013-10-311-0/+2
* Illumos #3522George Wilson2013-10-301-5/+2