]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dsl_prop.c
Fix a potential use-after-free in zfs_setsecattr()
[mirror_zfs.git] / module / zfs / dsl_prop.c
2023-03-14 Richard Yaonvpair: Constify string functions
2023-01-20 Mark JohnstonMicro-optimize dsl_prop_get_dd()
2023-01-20 Mark JohnstonAvoid passing an uninitialized index to dsl_prop_known_...
2022-11-08 Damian Szuberskidsl_prop_known_index(): check for invalid prop
2022-10-20 Akash BAdd options to zfs redundant_metadata property
2022-09-27 Richard YaoCleanup: Switch to strlcpy from strncpy
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-14 Allan JudeReplace ZPROP_INVAL with ZPROP_USERPROP where it means...
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-07-26 набNormalise /*FALLTHR{OUGH,U}*/
2020-06-07 Jorgen LundmanReplace sprintf()->snprintf() and strcpy()->strlcpy()
2020-02-27 Matthew MacyRefactor dnode dirty context from dbuf_dirty
2020-01-23 Jason KingSupport inheriting properties in channel programs
2019-12-13 Tom CaputiAllow empty ds_props_obj to be destroyed
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-10-10 Matthew MacyFix strdup conflict on other platforms
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-03 Ned BassUse SET_ERROR for constant non-zero return codes
2016-12-21 LOLiFix dsl_props_set_sync_impl to work with nested nvlist
2016-11-02 BearBabyLiuFix dsl_prop_get_all_dsl() memory leak
2016-09-12 Tim ChaseFree property names with spa_strfree() rather than...
2016-06-29 Brian BehlendorfMerge branch 'illumos-2605'
2016-06-28 Igor KozhukhovOpenZFS 6314 - buffer overflow in dsl_dataset_name
2016-03-16 Alex WilsonIllumos 6681 - zfs list burning lots of time in dodefau...
2016-01-12 Justin T. GibbsIllumos 6171 - dsl_prop_unregister() slows down dataset...
2015-05-04 Matthew AhrensIllumos 4951 - ZFS administrative commands should use...
2015-04-28 Justin T. GibbsIllumos 5531 - NULL pointer dereference in dsl_prop_get...
2015-04-28 Justin T. GibbsIllumos 5056 - ZFS deadlock on db_mtx and dn_holds
2015-04-28 Justin T. GibbsIllumos 5314 - Remove "dbuf phys" db->db_data pointer...
2015-04-28 Justin T. GibbsIllumos 5310 - Remove always true tests for non-NULL...
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2014-05-06 Tim ChaseCheck the dataset type more rigorously when fetching...
2013-11-04 Will AndrewsIllumos #3742
2013-11-04 Martin MatuskaIllumos #3699, #3739
2013-10-31 Matthew AhrensIllumos #3598
2013-09-25 Brian BehlendorfExport addition dsl_prop_* symbols
2013-09-04 Matthew AhrensIllumos #3464
2013-09-04 Matthew AhrensIllumos #2882, #2883, #2900
2012-09-17 Brian BehlendorfSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2012-04-11 Brian BehlendorfExport additional dsl symbols
2011-02-23 Brian BehlendorfFix enum compiler warning
2010-08-31 Brian BehlendorfAdd linux kernel module support
2010-08-31 Brian BehlendorfFix gcc missing parenthesis warnings
2010-08-27 Brian BehlendorfFix gcc missing case warnings
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2009-08-18 Brian BehlendorfRebase master to b121
2009-07-02 Brian BehlendorfRebase master to b117
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...