]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zap_leaf.c
ZAP: Some cleanups/micro-optimizations
[mirror_zfs.git] / module / zfs / zap_leaf.c
2024-03-21 Alexander MotinZAP: Some cleanups/micro-optimizations
2023-03-08 Richard YaoCleanup: Remove constant comparisons reported by CodeQL
2022-10-20 Alexander MotinOptimize microzaps
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-02-08 Tomohiro KusumiRemove unneeded "extern inline" function declarations
2020-02-27 Matthew MacyRefactor dnode dirty context from dbuf_dirty
2019-01-18 loli10KOff-by-one in zap_leaf_array_create()
2018-05-31 Matthew AhrensOpenZFS 9328 - zap code can take advantage of c99
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-04-18 Chunwei ChenFix ENOSPC in "Handle zap_add() failures in ..."
2018-04-09 Tony HutterRevert "Handle zap_add() failures in mixed ... "
2018-02-09 sanjeevbagewadiHandle zap_add() failures in mixed case mode
2017-08-03 Ned BassUse SET_ERROR for constant non-zero return codes
2017-02-02 George MelikovOpenZFS 1300 - filename normalization doesn't work...
2017-01-12 George MelikovOpenZFS 6328 - Fix cstyle errors in zfs codebase
2015-04-28 Justin T. GibbsIllumos 5314 - Remove "dbuf phys" db->db_data pointer...
2015-03-03 Brian BehlendorfChange ASSERT(!"...") to cmn_err(CE_PANIC, ...)
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2014-07-30 Matthew AhrensIllumos #4374
2013-10-31 Matthew AhrensIllumos #3598
2012-09-05 Brian BehlendorfSwitch KM_SLEEP to KM_PUSHPAGE
2010-08-31 Brian BehlendorfFix gcc uninitialized variable warnings
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2009-07-02 Brian BehlendorfRebase master to b117
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...