summaryrefslogtreecommitdiffstats
path: root/sys/cddl/compat/opensolaris/kern/opensolaris_kobj.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-19/+6
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-2/+1
* Lock Giant around vn_open_cred().kib2009-09-081-2/+4
* O_NOFOLLOW shall be in flags, not in cmode.kib2009-06-221-3/+2
* Add another flags argument to vn_open_cred. Use it to specify that somekib2009-06-211-1/+2
* Fix locking (file descriptor table and Giant around VFS).pjd2008-11-251-10/+24
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-2/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-4/+4
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Share-lock a vnode where possible.pjd2007-05-021-2/+2
* Extend kobj compatibility KPI to support operating on files before andpjd2007-04-081-15/+93
* Please welcome ZFS - The last word in file systems.pjd2007-04-061-0/+142
OpenPOWER on IntegriCloud