aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/vnode.h
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.1 compat, kern_path_parent()Brian Behlendorf2011-11-091-2/+3
* Fixed invalid resource re-use in file_find()Gunnar Beutner2011-10-111-0/+1
* Add .va_dentry helperBrian Behlendorf2011-04-061-0/+1
* Remove xvattr supportBrian Behlendorf2011-03-021-70/+26
* Remove VN_HOLD/VN_RELE/VOP_PUTPAGEBrian Behlendorf2011-01-121-14/+1
* Add a few additional vnode #definesBrian Behlendorf2011-01-121-0/+8
* Clean vattr_t and vsecattr_t typesBrian Behlendorf2011-01-121-9/+10
* FRSYNC Should Use O_SYNCBrian Behlendorf2011-01-121-1/+1
* Add vn_mode_to_vtype/vn_vtype to_mode helpersBrian Behlendorf2011-01-121-0/+2
* 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