aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zap_micro.c
Commit message (Expand)AuthorAgeFilesLines
* 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