aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zap_micro.c
Commit message (Expand)AuthorAgeFilesLines
* ZAP: Add by_dnode variants to lookup/prefetch_uint64Alexander Motin13 days1-10/+58
* feature: large_microzapRob Norris2024-10-021-2/+53
* Support for longnames for files/directories (Linux part)Sanjeev Bagewadi2024-10-011-24/+80
* Allocate zap_attribute_t from kmem instead of stackSanjeev Bagewadi2024-10-011-4/+46
* ddt: add support for prefetching tables into the ARCAllan Jude2024-07-261-0/+16
* ZAP: Massively switch to _by_dnode() interfacesAlexander Motin2024-03-251-60/+146
* btree: Implement faster binary search algorithmRichard Yao2023-05-261-1/+5
* Add tunable to allow changing micro ZAP's max sizeMateusz Piotrowski2023-01-101-1/+7
* Optimize microzapsAlexander Motin2022-10-201-107/+134
* Fix NULL pointer passed to strlcpy from zap_lookup_impl()Richard Yao2022-10-181-2/+4
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-9/+11
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-3/+3
* Remove unneeded "extern inline" function declarationsTomohiro Kusumi2022-02-081-2/+0
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-4/+5
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+0
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-1/+2
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-2/+2
* fat zap should prefetch when iteratingMatthew Ahrens2019-06-121-5/+26
* Provide more flexible object allocation interfaceBrian Behlendorf2019-01-101-27/+67
* Fix zap_update() ASSERT from ztestTom Caputi2018-12-141-12/+0
* OpenZFS 9329 - panic in zap_leaf_lookup() due to concurrent zapificationMatthew Ahrens2018-05-311-12/+27
* OpenZFS 9328 - zap code can take advantage of c99Matthew Ahrens2018-05-311-139/+93
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* Fix ENOSPC in "Handle zap_add() failures in ..."Chunwei Chen2018-04-181-6/+41
* Revert "Handle zap_add() failures in mixed ... "Tony Hutter2018-04-091-37/+1
* Handle zap_add() failures in mixed case modesanjeevbagewadi2018-02-091-1/+37
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-2/+1
* Fix dnode allocation raceBrian Behlendorf2017-08-081-1/+1
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-041-1/+2
* OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_spaceBrian Behlendorf2017-03-071-83/+0
* Clean up by-dnode code in dmu_tx.cMatthew Ahrens2017-02-241-1/+2
* OpenZFS 1300 - filename normalization doesn't work for removesGeorge Melikov2017-02-021-28/+71
* OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...George Melikov2017-01-261-2/+2
* OpenZFS 7054 - dmu_tx_hold_t should use refcount_t to track spaceGeorge Melikov2017-01-231-10/+16
* Add *_by-dnode routinesbzzz772017-01-131-24/+76
* Fix spellingka72017-01-031-1/+1
* Convert zio_buf_alloc() consumersBrian Behlendorf2016-11-301-3/+3
* Fix coverity defects: CID 147650, 147649, 147647, 147646cao2016-09-251-1/+2
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-9/+5
* OpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold() 7x on same objectMatthew Ahrens2016-08-191-3/+48
* OpenZFS 7003 - zap_lockdir() should tag holdMatthew Ahrens2016-08-191-86/+120
* Implement large_dnode pool featureNed Bass2016-06-241-5/+54
* OpenZFS 6842 - Fix empty xattr dir causing lockupChunwei Chen2016-05-101-10/+28
* Add zap_prefetch() interfaceBrian Behlendorf2015-12-041-0/+23
* Add parenthesis to the ternary operatortuxoko2015-08-191-1/+1
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-8/+8
* Illumos 3654,3656Matthew Ahrens2015-05-041-41/+0
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-4/+5