aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_prop.c
Commit message (Expand)AuthorAgeFilesLines
* module: zfs: fix unused, remove argsusedнаб2021-12-231-1/+1
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+1
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-261-1/+1
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-4/+6
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-261-2/+4
* Support inheriting properties in channel programsJason King2020-01-221-9/+3
* Allow empty ds_props_obj to be destroyedTom Caputi2019-12-131-2/+19
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-1/+1
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-8/+8
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-1/+2
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-021-1/+1
* Fix dsl_props_set_sync_impl to work with nested nvlistLOLi2016-12-201-5/+9
* Fix dsl_prop_get_all_dsl() memory leakBearBabyLiu2016-11-021-0/+4
* Free property names with spa_strfree() rather than strfree()Tim Chase2016-09-121-1/+1
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-2/+2
* Illumos 6681 - zfs list burning lots of time in dodefault() via dsl_prop_*Alex Wilson2016-03-151-7/+6
* Illumos 6171 - dsl_prop_unregister() slows down dataset eviction.Justin T. Gibbs2016-01-121-68/+157
* Illumos 4951 - ZFS administrative commands should use reserved spaceMatthew Ahrens2015-05-041-2/+2
* Illumos 5531 - NULL pointer dereference in dsl_prop_get_ds()Justin T. Gibbs2015-04-281-7/+38
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-8/+6
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-18/+19
* Illumos 5310 - Remove always true tests for non-NULL ds->ds_physJustin T. Gibbs2015-04-281-4/+4
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-4/+4
* Check the dataset type more rigorously when fetching properties.Tim Chase2014-05-061-1/+1
* Illumos #3742Will Andrews2013-11-041-1/+1
* Illumos #3699, #3739Martin Matuska2013-11-041-4/+1
* Illumos #3598Matthew Ahrens2013-10-311-8/+8
* Export addition dsl_prop_* symbolsBrian Behlendorf2013-09-251-0/+6
* Illumos #3464Matthew Ahrens2013-09-041-245/+236
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-23/+4
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-171-1/+1
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-3/+3
* Export additional dsl symbolsBrian Behlendorf2012-04-111-1/+9
* Fix enum compiler warningBrian Behlendorf2011-02-231-2/+2
* Add linux kernel module supportBrian Behlendorf2010-08-311-0/+7
* Fix gcc missing parenthesis warningsBrian Behlendorf2010-08-311-1/+1
* Fix gcc missing case warningsBrian Behlendorf2010-08-271-0/+2
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-179/+655
* Rebase master to b121Brian Behlendorf2009-08-181-1/+1
* Rebase master to b117Brian Behlendorf2009-07-021-6/+81
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+602