summaryrefslogtreecommitdiffstats
path: root/include/sys/vnode.h
Commit message (Expand)AuthorAgeFilesLines
* Fix stack overflow in vn_rdwr() due to memory reclaimLi Wei2010-08-121-0/+1
* Linux-2.6.33 compat, O_DSYNC flag addedBrian Behlendorf2010-06-301-1/+8
* Public Release PrepBrian Behlendorf2010-05-171-25/+15
* Linux 2.6.31 Compatibility UpdatesBrian Behlendorf2009-11-101-0/+1
* Set cwd to '/' for the process executing insmod.Brian Behlendorf2009-10-011-1/+2
* Add VOP_SEEKBrian Behlendorf2009-01-091-0/+3
* Drat fix missing ;Brian Behlendorf2009-01-091-1/+1
* Add missing callback_context_t and fid_t typesBrian Behlendorf2009-01-091-49/+56
* Include linux/uaccess.h compat changes.behlendo2008-08-111-1/+0
* Breaking the world for a little bit. If anyone is going to continuebehlendo2008-06-021-0/+9
* Go through and add a header with the proper UCRL number.behlendo2008-05-261-0/+26
* OK, a first reasonable attempt at a solaris module/chdev shim layer.behlendo2008-03-201-0/+1
* OK, some pretty substantial rework here. I've merged the spl-filebehlendo2008-03-181-1/+16
* Initial pass at a file API getf/releasef hooksbehlendo2008-03-181-0/+9
* Add missing headersbehlendo2008-03-141-5/+19
* Drop unicode support, provided in ZFS tree libportbehlendo2008-03-131-4/+4
* - Add some more missing headersbehlendo2008-03-121-5/+21
* Add copyin/copyout mappingbehlendo2008-03-121-4/+5
* - Implemented vnode interfaces and 6 test cases to the test suite.behlendo2008-03-121-63/+98
* Add missing headersbehlendo2008-03-101-1/+19
* Add the initial vestigates of vnode supportbehlendo2008-03-071-0/+97