summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Define a null_getwritemount to get the mount-point for the lowerjeff2006-03-121-2/+26
* - spell VOP_LOCK(vp, LK_RELEASE... VOP_UNLOCK(vp,... so that asserts injeff2006-02-221-7/+8
* - Assert that the lowervp is locked in null_hashget().jeff2006-02-221-26/+21
* 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-312-3/+3
* Reflect mpsafety of the underlying filesystem in the nullfs image.kris2005-10-161-0/+1
* Handle a race condition where NULLFS vnode can be cleaned while threadskan2005-09-151-4/+28
* Use vput() instead of vrele() in null_reclaim() since the lower vnodessouhlal2005-09-021-4/+5
* - As this is presently the one and only place where duplicate acquires ofjeff2005-04-221-1/+1
* - Clear VI_OWEINACT before calling vget() with no lock type. We knowjeff2005-04-111-0/+7
* - 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
* - Lock the clearing of v_data so it is safe to inspect it with thejeff2005-03-171-1/+7
* - Assume that all lower filesystems now support proper locking. Assertjeff2005-03-153-190/+63
* - We have to transfer lockers after reseting our vnlock pointer.jeff2005-03-151-0/+5
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-132-12/+8
* Introduce vx_wait{l}() and use it instead of home-rolled versions.phk2005-02-171-4/+2
* Remove vop_destroyvobject()phk2005-02-071-27/+1
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.phk2005-01-251-11/+0
* Don't implement vop_createvobject(), vop_open() and vop_close() managesphk2005-01-241-19/+0
* Add null_open() and null_close() which calls null_bypass() and managedphk2005-01-241-0/+29
* Kill the VV_OBJBUF and test the v_object for NULL instead.phk2005-01-241-2/+1
* Remove "register" keywords.phk2005-01-241-2/+2
* Style: Remove the commented out vop_foo_args replicas.phk2005-01-241-103/+15
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-131-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-2/+1
* whitespacephk2005-01-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-064-4/+4
* 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-014-30/+24
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-14/+14
* Eliminate null_open() and use instead null_bypass().phk2004-11-261-24/+0
* 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-102-3/+3
* Remove advertising clause from University of California Regent'simp2004-04-074-16/+0
* Don't try to unlock the directory vnode in null_lookup() if the lock istruckman2004-01-111-1/+1
* v_vxproc was a bogus name for a thread (pointer).bde2003-12-281-2/+2
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:tjr2003-06-173-13/+95
* 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
OpenPOWER on IntegriCloud