aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/zap.c
Commit message (Expand)AuthorAgeFilesLines
* zap: reuse zap_leaf_t on dbuf reuse after shrinkRob N2024-05-251-9/+25
* ZAP: Fix leaf references on zap_expand_leaf() errorsAlexander Motin2024-05-101-13/+14
* Fast Dedup: ZAP ShrinkingAllan Jude2024-04-241-8/+328
* ZAP: Massively switch to _by_dnode() interfacesAlexander Motin2024-03-251-27/+16
* Cleanup: Use NULL when doing NULL pointer comparisonsRichard Yao2023-01-131-2/+2
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-5/+5
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+1
* Remove unneeded "extern inline" function declarationsTomohiro Kusumi2022-02-081-2/+0
* Clean up CSTYLEDsнаб2022-01-261-2/+1
* module/*.ko: prune .data, global .rodataнаб2022-01-141-1/+1
* Annotated dprintf as printf-likeRich Ercolani2021-06-231-3/+5
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+0
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-1/+1
* Make module tunables cross platformMatthew Macy2019-09-051-5/+1
* fat zap should prefetch when iteratingMatthew Ahrens2019-06-121-1/+55
* OpenZFS 9328 - zap code can take advantage of c99Matthew Ahrens2018-05-311-134/+103
* Fix ENOSPC in "Handle zap_add() failures in ..."Chunwei Chen2018-04-181-1/+9
* Revert "Handle zap_add() failures in mixed ... "Tony Hutter2018-04-091-24/+1
* Handle zap_add() failures in mixed case modesanjeevbagewadi2018-02-091-1/+24
* Sequential scrub and resilversTom Caputi2017-11-161-1/+1
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-2/+1
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-031-2/+2
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-041-1/+1
* OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_spaceBrian Behlendorf2017-03-071-61/+0
* OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...George Melikov2017-01-261-5/+6
* OpenZFS 7054 - dmu_tx_hold_t should use refcount_t to track spaceGeorge Melikov2017-01-231-10/+16
* Avoid undefined shift overflow in fzap_cursor_retrieve()Gvozden Neskovic2016-09-291-9/+17
* OpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold() 7x on same objectMatthew Ahrens2016-08-191-3/+16
* OpenZFS 7003 - zap_lockdir() should tag holdMatthew Ahrens2016-08-191-15/+18
* Implement large_dnode pool featureNed Bass2016-06-241-1/+9
* OpenZFS 6842 - Fix empty xattr dir causing lockupChunwei Chen2016-05-101-1/+7
* OpenZFS 6736 - ZFS per-vdev ZAPsJoe Stein2016-05-021-3/+3
* Illumos 5960, 5925Paul Dagnelie2016-01-081-5/+8
* Fix empty xattr dir causing lockupChunwei Chen2015-12-281-0/+10
* Identify locks flagged by lockdepOlaf Faaland2015-12-221-1/+1
* Illumos 3654,3656Matthew Ahrens2015-05-041-25/+0
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-17/+18
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-80/+78
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-4/+4
* Fix dprintf format specifiersNed Bass2014-11-171-1/+1
* Illumos #4374Matthew Ahrens2014-07-301-3/+3
* Illumos #3743Will Andrews2013-11-041-14/+24
* Illumos #3598Matthew Ahrens2013-10-311-9/+9
* Illumos #3006Madhav Suresh2013-06-191-5/+5
* fzap_cursor_move_to_key() should drop l_rwlockNed Bass2013-01-241-6/+6
* Illumos #3104: eliminate empty bpobjsMatthew Ahrens2013-01-081-0/+10
* Illumos #2619 and #2747Christopher Siden2013-01-081-0/+14
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-4/+4
* Fix rw_init() usageBrian Behlendorf2010-08-311-2/+2