summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_osd.c
Commit message (Expand)AuthorAgeFilesLines
* osd(9): Change array pointer to array pointer type from void*cem2016-04-261-4/+4
* Add osd_reserve() and osd_set_reserved(), which allow M_WAITOK allocationjamie2016-03-301-25/+60
* Move the various per-type arrays of OSD data into a single structure array.jamie2016-03-281-92/+98
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:rwatson2009-05-291-1/+1
* Add a constant PR_MAXMETHOD to better define the jail/OSD interface.jamie2009-05-051-1/+2
* Don't call the OSD destructor if the data slot is NULLjamie2009-04-301-2/+4
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-291-3/+5
* Add support for methods to the OSD subsystem. Each object type has ajamie2009-02-211-65/+162
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-0/+301
OpenPOWER on IntegriCloud