summaryrefslogtreecommitdiffstats
path: root/module/zfs/zap_micro.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-12/+14
* Change ASSERT(!"...") to cmn_err(CE_PANIC, ...)Brian Behlendorf2015-03-031-1/+1
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-4/+4
* Add object type checking to zap_lockdir()Brian Behlendorf2014-09-081-7/+4
* Avoid 128K kmem allocations in mzap_upgrade()Brian Behlendorf2014-08-111-3/+3
* Illumos #4374Matthew Ahrens2014-07-301-2/+2
* Illumos 4171, 4172Matthew Ahrens2014-07-251-3/+3
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-1/+2
* Illumos #3598Matthew Ahrens2013-10-311-23/+22
* Illumos #3006Madhav Suresh2013-06-191-1/+1
* Illumos #2619 and #2747Christopher Siden2013-01-081-3/+3
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-051-1/+1
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-3/+3
* mzap_upgrade() must use kmem_alloc()Brian Behlendorf2012-08-271-3/+3
* Illumos #1644, #1645, #1646, #1647, #1708Matthew Ahrens2012-07-311-1/+2
* Export symbols for the full ZAP APIBrian Behlendorf2011-09-271-9/+36
* Add linux kernel module supportBrian Behlendorf2010-08-311-0/+16
* Add linux kernel memory supportBrian Behlendorf2010-08-311-3/+3
* Fix rw_init() usageBrian Behlendorf2010-08-311-1/+1
* Fix gcc unused variable warningsBrian Behlendorf2010-08-311-2/+3
* Fix gcc missing parenthesis warningsBrian Behlendorf2010-08-311-1/+1
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-108/+420
* Rebase master to b121Brian Behlendorf2009-08-181-23/+23
* Rebase master to b117Brian Behlendorf2009-07-021-5/+79
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+1069