]> git.proxmox.com Git - mirror_spl.git/history - include/sys/vnode.h
Fix cstyle warnings
[mirror_spl.git] / include / sys / vnode.h
2018-02-07 Brian BehlendorfFix cstyle warnings
2017-10-27 Brian BehlendorfRemove vn_rename and vn_remove
2017-10-09 Olaf FaalandMake file headers conform to ZFS style standard
2015-04-24 Richard YaoImplement areleasef()
2014-08-13 Richard YaoCleanup vn_rename() and vn_remove()
2013-03-06 Brian BehlendorfMerge branch 'build-system'
2013-03-05 Ned BassRefresh links to web site
2012-10-04 Etienne DechampsAdd interface for file hole punching.
2011-11-10 Brian BehlendorfLinux 3.1 compat, kern_path_parent()
2011-10-11 Gunnar BeutnerFixed invalid resource re-use in file_find()
2011-04-07 Brian BehlendorfAdd .va_dentry helper
2011-03-02 Brian BehlendorfRemove xvattr support
2011-01-12 Brian BehlendorfRemove VN_HOLD/VN_RELE/VOP_PUTPAGE
2011-01-12 Brian BehlendorfAdd a few additional vnode #defines
2011-01-12 Brian BehlendorfClean vattr_t and vsecattr_t types
2011-01-12 Brian BehlendorfFRSYNC Should Use O_SYNC
2011-01-12 Brian BehlendorfAdd vn_mode_to_vtype/vn_vtype to_mode helpers
2010-08-12 Li WeiFix stack overflow in vn_rdwr() due to memory reclaim
2010-06-30 Brian BehlendorfLinux-2.6.33 compat, O_DSYNC flag added
2010-05-17 Brian BehlendorfPublic Release Prep
2009-11-10 Brian BehlendorfLinux 2.6.31 Compatibility Updates
2009-10-01 Brian BehlendorfSet cwd to '/' for the process executing insmod.
2009-01-09 Brian BehlendorfAdd VOP_SEEK
2009-01-09 Brian BehlendorfDrat fix missing ;
2009-01-09 Brian BehlendorfAdd missing callback_context_t and fid_t types
2008-08-11 behlendoInclude linux/uaccess.h compat changes.
2008-06-02 behlendoBreaking the world for a little bit. If anyone is...
2008-05-26 behlendoGo through and add a header with the proper UCRL number.
2008-03-20 behlendoOK, a first reasonable attempt at a solaris module...
2008-03-18 behlendoOK, some pretty substantial rework here. I've merged...
2008-03-18 behlendoInitial pass at a file API getf/releasef hooks
2008-03-14 behlendoAdd missing headers
2008-03-13 behlendoDrop unicode support, provided in ZFS tree libport
2008-03-12 behlendo- Add some more missing headers
2008-03-12 behlendoAdd copyin/copyout mapping
2008-03-12 behlendo- Implemented vnode interfaces and 6 test cases to...
2008-03-10 behlendoAdd missing headers
2008-03-07 behlendoAdd the initial vestigates of vnode support