]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zap_micro.c
Provide more flexible object allocation interface
[mirror_zfs.git] / module / zfs / zap_micro.c
2019-01-10 Brian BehlendorfProvide more flexible object allocation interface
2018-12-14 Tom CaputiFix zap_update() ASSERT from ztest
2018-05-31 Matthew AhrensOpenZFS 9329 - panic in zap_leaf_lookup() due to concur...
2018-05-31 Matthew AhrensOpenZFS 9328 - zap code can take advantage of c99
2018-05-29 Brian BehlendorfUpdate build system and packaging
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-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-08-08 Brian BehlendorfFix dnode allocation race
2017-05-04 Gvozden NeskovicAdd missing *_destroy/*_fini calls
2017-03-07 Brian BehlendorfOpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_...
2017-02-24 Matthew AhrensClean up by-dnode code in dmu_tx.c
2017-02-02 George MelikovOpenZFS 1300 - filename normalization doesn't work...
2017-01-26 George MelikovOpenZFS 6676 - Race between unique_insert() and unique_...
2017-01-23 George MelikovOpenZFS 7054 - dmu_tx_hold_t should use refcount_t...
2017-01-13 bzzz77Add *_by-dnode routines
2017-01-03 ka7Fix spelling
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-11-30 Brian BehlendorfConvert zio_buf_alloc() consumers
2016-09-25 caoFix coverity defects: CID 147650, 147649, 147647, 147646
2016-08-31 Gvozden NeskovicPerformance optimization of AVL tree comparator functions
2016-08-19 Matthew AhrensOpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold()...
2016-08-19 Matthew AhrensOpenZFS 7003 - zap_lockdir() should tag hold
2016-06-24 Ned BassImplement large_dnode pool feature
2016-05-10 Chunwei ChenOpenZFS 6842 - Fix empty xattr dir causing lockup
2015-12-04 Brian BehlendorfAdd zap_prefetch() interface
2015-08-19 tuxokoAdd parenthesis to the ternary operator
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-05-04 Matthew AhrensIllumos 3654,3656
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-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-09-08 Brian BehlendorfAdd object type checking to zap_lockdir()
2014-08-11 Brian BehlendorfAvoid 128K kmem allocations in mzap_upgrade()
2014-07-30 Matthew AhrensIllumos #4374
2014-07-25 Matthew AhrensIllumos 4171, 4172
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-10-31 Matthew AhrensIllumos #3598
2013-06-19 Madhav SureshIllumos #3006
2013-01-08 Brian BehlendorfMerge branch 'feature-flags'
2013-01-08 Christopher SidenIllumos #2619 and #2747
2012-09-05 Brian BehlendorfSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-27 Brian Behlendorfmzap_upgrade() must use kmem_alloc()
2012-07-31 Matthew AhrensIllumos #1644, #1645, #1646, #1647, #1708
2011-09-27 Brian BehlendorfExport symbols for the full ZAP API
2010-08-31 Brian BehlendorfAdd linux kernel module support
2010-08-31 Brian BehlendorfAdd linux kernel memory support
2010-08-31 Brian BehlendorfFix rw_init() usage
2010-08-31 Brian BehlendorfFix gcc unused variable warnings
2010-08-31 Brian BehlendorfFix gcc missing parenthesis 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...