]> git.proxmox.com Git - mirror_zfs.git/history - module/nvpair
Fix livelist assertions for dedup and cloning
[mirror_zfs.git] / module / nvpair /
2023-03-14 Richard Yaonvpair: Constify string functions
2023-03-14 Richard YaoFix possible NULL pointer dereference in nvlist_lookup_...
2023-03-14 Richard YaoSilence clang static analyzer warnings about stored...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-04-20 набlinux: module: weld all but spl.ko into zfs.ko
2022-03-15 набForbid b{copy,zero,cmp}(). Don't include <strings.h...
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-23 набlibnvpair: fix unused, remove argsused
2021-12-07 Paul DagnelieAdd `const` to nvlist functions to properly expose...
2021-11-02 Damian SzuberskiUpdate `checkstyle` workflow env to ubuntu-20.04
2021-07-20 AlexanderA few fixes of callback typecasting (for the upcoming...
2020-09-02 Spencer KinnyLinks in Source Files
2020-07-28 Matthew MacyPrefix zfs internal endian checks with _ZFS
2020-07-26 Matthew MacyRefactor ccompile.h to not include system headers
2020-06-10 Arvind SankarCleanup linux module kbuild files
2019-12-19 Brian Behlendorfcppcheck: (warning) Possible null pointer dereference...
2019-11-30 Matthew MacyRestructure nvlist_nv_alloc to work on FreeBSD
2019-11-01 Matthew MacyWrap Linux module macros
2019-08-30 Andrea GelminiFix typos in module/
2019-04-26 Tomohiro KusumiUse NV_ENCODE_NATIVE for nvlist encoding variable
2019-03-13 Andrew StormontOpenZFS 9914 - NV_UNIQUE_NAME_TYPE broken after 9580
2018-10-03 Paul DagnelieAdd new fnvlist_lookup_* functions
2018-07-30 Serapheim Dimitrop... OpenZFS 9580 - Add a hash-table on top of nvlist to...
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-01-10 Brian BehlendorfSupport -fsanitize=address with --enable-asan
2017-11-28 Mark WrightLinux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCT
2017-08-30 Richard LoweOpenZFS 2976 - remove useless offsetof() macros
2017-08-30 Steve DoughertyOpenZFS 6447 - handful of nvpair cleanups
2017-08-30 Andriy GaponOpenZFS 5778 - nvpair_type_is_array() does not recogniz...
2017-08-30 Matthew AhrensOpenZFS 7261 - nvlist code should enforce name length...
2017-08-30 Matthew AhrensOpenZFS 8375 - Kernel memory leak in nvpair code
2017-02-24 Daniel HoffmanOpenZFS 7812 - Remove gender specific language
2017-01-03 ka7Fix spelling
2016-10-11 Brian BehlendorfFix zfsctl_snapshot_{,un}mount() issues
2016-10-08 Brian BehlendorfFix file permissions
2016-09-30 GeLiXinFix coverity defects: CID 147531 147532 147533 147535
2016-08-11 Matthew AhrensOpenZFS 7263 - deeply nested nvlist can overflow stack
2016-08-11 GeLiXinFix indefinite article
2015-07-17 Turbo FredrikssonSupport parallel build trees (VPATH builds)
2015-02-24 Brian BehlendorfRetire spl_module_init()/spl_module_fini()
2015-02-10 Brian BehlendorfUse vmem_alloc() for nvlists
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfRetire KM_NODEBUG
2014-11-19 Ned BassExplicitly include SPL compat headers
2014-01-09 Brian BehlendorfFix nvlist 'Bus Error' for Sparc
2013-12-20 Brian BehlendorfRegister correct handlers for nvlist_{dup,pack,unpack}
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-06 Brian BehlendorfAdd module versioning
2013-09-04 Matthew AhrensIllumos #3464
2013-09-04 Matthew AhrensIllumos #2882, #2883, #2900
2013-06-20 Brian BehlendorfRegister correct handlers in nvlist_alloc()
2013-06-19 Madhav SureshIllumos #3006
2013-01-08 Brian BehlendorfMerge branch 'feature-flags'
2013-01-08 Christopher SidenIllumos #2619 and #2747
2012-07-26 Brian BehlendorfMerge branch 'builtin-clean'
2012-07-26 Etienne DechampsAdd script for builtin module building.
2011-11-28 Brian BehlendorfImplement SA based xattrs
2010-09-08 Brian BehlendorfSupport custom build directories and move includes
2010-08-31 Brian BehlendorfAdd linux kernel module support
2010-08-31 Brian BehlendorfAdd build system
2010-08-31 Brian BehlendorfFix gcc uninitialized variable warnings
2010-08-31 Brian BehlendorfFix gcc missing parenthesis warnings
2010-08-27 Ricardo M. CorreiaFix gcc ident pragma warnings
2010-08-26 Brian BehlendorfUpdate to onnv_147
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2010-04-29 Brian BehlendorfUpdate nvpair's to include nv_alloc_fixed support
2008-12-11 Brian BehlendorfScript updates
2008-12-11 Brian BehlendorfMove library files to lib
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...