summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+1
* Allow shared lookups for nullfs mounts, if lower filesystem supportskib2012-09-091-16/+44
* Use NULL instead of 0kevlo2012-03-131-2/+2
* Allow shared locks for reads when lower filesystem accept shared locking.kib2012-02-291-1/+2
* Always request exclusive lock for the lower vnode in nullfs_vget().kib2012-02-291-0/+6
* To improve control over the use of mount(8) inside a jail(8), introducemm2012-02-231-0/+5
* Allow mounting nullfs(5) inside jails.mm2012-02-091-1/+1
* Do the vput() for the lowervp in the null_nodeget() for error case too.kib2012-01-031-2/+1
* The use of VOP_ISLOCKED() without a check for the return values can causekib2011-10-241-4/+1
* The only possible error return from null_nodeget() is due to insmntque1kib2011-10-241-1/+0
* The covered vnode must be reloced if it was unlocked. Remove VOP_ISLOCKEDkib2011-10-241-1/+1
* Only unlock if the lock is exclusive.pho2011-10-241-3/+2
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-2/+4
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-19/+12
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-3/+3
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoattilio2008-02-081-3/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-3/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* Where I previously removed calls to kdb_enter(), now remove include ofrwatson2007-05-291-1/+0
* Rather than entering the debugger via kdb_enter() in the event therwatson2007-05-271-5/+2
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-13/+0
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-1/+6
* Remove incorrect null_checkexp() routine. Thisrodrigc2006-05-281-14/+0
* Modify MNT_UPDATE behavior for nullfs so that it does notrodrigc2006-05-281-2/+7
* Correctly set MNTK_MPSAFE flag from the lower vnode's mount rather thanjhb2006-02-101-1/+1
* - No need to WANTPARENT when we're just going to vrele it in a deadlockjeff2006-02-071-4/+1
* Eradicate caddr_t from the VFS API.des2005-12-141-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Reflect mpsafety of the underlying filesystem in the nullfs image.kris2005-10-161-0/+1
* - Honor the flags argument passed to null_root(). The filesystem belowjeff2005-04-111-1/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-2/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS().phk2004-12-061-5/+2
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-5/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-1/+1
* Use system wide no-op vfs_start function.phk2004-11-251-17/+0
* Refuse attempts to mount root filesystemphk2004-11-091-0/+2
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-6/+4
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-3/+3
* Update for the KDB framework:marcel2004-07-101-1/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Initialize struct vfsops C99-sparsely.phk2003-06-121-37/+26
* Use temporary variable to avoid double expansion of macro with side effects.phk2003-05-311-1/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* - Hold the vp lock while accessing v_vflags.jeff2002-09-251-5/+7
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
OpenPOWER on IntegriCloud