/tools/sgivol/

' href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/sys/kern/vnode_if.src
AgeCommit message (Expand)Author
2020-05-19Pull up following revision(s) (requested by hannken in ticket #917):martin
2019-10-15Pull up following revision(s) (requested by hannken in ticket #307):martin
2017-07-12As VOP_ADVLOCK() may block indefinitely we cannot take fstrans here.hannken
2017-06-04Add "FSTRANS=LOCK" and "FSTRANS=UNLOCK" to vop_lock and vop_unlock.hannken
2017-05-26Make VOP_RECLAIM do the last unlock of the vnode.riastradh
2017-04-26Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.riastradh
2017-04-16Back out previous.riastradh
2017-04-15Keep vnode locked during VOP_RECLAIM.riastradh
2017-04-11Make VOP_INACTIVE preserve vnode lock on return.riastradh
2017-02-22Prepare to move fstrans into vnode_if.c, allow "FSTRANS=YES"hannken
2015-04-20Fix comment in vnode_if.src to reflect change to VOP_LINK.riastradh
2015-04-20Make VOP_LINK return directory still locked and referenced.riastradh
2014-07-25Add VOP_FALLOCATE and VOP_FDISCARD.dholland
2014-02-07Change vnode operation lookup to return the resulting vnode *vpp unlocked.hannken
2014-01-23Change vnode operations create, mknod, mkdir and symlink to returnhannken
2014-01-17Change vnode operations create, mknod, mkdir and symlink to keep thehannken
2011-10-14Change the vnode locking protocol of VOP_GETATTR() to request at leasthannken
2011-07-11Change VOP_BWRITE() to take a vnode as its first argument like all otherhannken
2011-04-02Update UCB license (3rd clause drop).rmind
2011-01-02Remove references to SAVESTART and SAVENAME in comments.dholland
2010-06-24Clean up vnode lock operations pass 2:hannken
2008-11-15vpp is not logically passed in IN with lookup, so INOUT -> OUT.pooka
2008-01-25Remove VOP_LEASE. Discussed on tech-kern.ad
2008-01-02Merge vmlocking2 to head.ad
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-07-27Change unused fflags parameter in VOP_MMAP to prot and pass inpooka
2007-07-22Introduce WILLMAKE for vnode operations which create a new vnode.pooka
2007-04-09vop_link: reorder commented arguments to match actual calling ordergdt
2007-01-07update some comments for vnode locking smoergasbord changepooka
2006-05-14integrate kauth.elad
2006-05-04Change VOP_FCNTL to take an unlocked vnode. Approved by wrstuden@.perseant
2005-12-30remove a wrong "LOCKED=YES" from vop_bmap. pointed by Reinoud Zandijk.yamt
2005-12-11merge ktrace-lwp.christos
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-09-25Correct typo in a comment. ok'ed by wiz@.isaki
2005-02-26revert trailing whitespace change -- it had unintended consequencesperry
2005-02-26nuke trailing whitespaceperry
2005-01-02Add the system call and VFS infrastructure for file system extendedthorpej
2004-09-21Add a new VNODE_LOCKDEBUG option, which enables checks in the VOP_*()thorpej
2004-09-10VOP_BMAP isn't protected by vnode locks these days.yamt
2004-05-27update to match with the recent reality: getpages doesn't care aboutyamt
2004-01-25Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.hannken
2004-01-24Add semicolons after variable declarations; closes PR 24201.wiz
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-10'tvp' in vop_rename needs to be vput(), not vrele()d, so adjust thejdolecek
2003-04-10Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTLjdolecek