summaryrefslogtreecommitdiffstats
path: root/sys/fs/fdescfs
Commit message (Expand)AuthorAgeFilesLines
* - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE.lulf2008-05-243-84/+199
* The temporary workaround for the call to the vget() without lock type inkib2008-04-041-1/+3
* Rename fdescfs vnode from "fdesc" to "fdescfs" to avoid name collisionkib2008-02-261-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-3/+3
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-042-7/+7
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+7
* Restore the ability to mount procfs and fdescfs filesystems via thekbyanc2006-05-151-0/+11
* Call vn_start_write() before locking vnode.tegge2006-03-191-2/+2
* Correct the vnode locking in fdescfs.kris2006-02-281-4/+2
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Remove the need to forward declare statics by moving them around.obrien2005-08-101-15/+13
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-1/+0
* Make fdesc_root staticphk2005-02-102-2/+2
* Whitespace in vop_vector{} initializations.phk2005-01-131-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-063-3/+3
* Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS().phk2004-12-061-3/+1
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-19/+14
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-7/+7
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-132-7/+7
* Refuse attemps to mount root filesystemphk2004-11-091-1/+1
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-6/+3
* Make LINT compilephk2004-07-131-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-122-4/+5
* Remove advertising clause from University of California Regent'simp2004-04-073-12/+0
* Locking for the per-process resource limits structure.jhb2004-02-041-1/+3
* Fix vnode locking in fdesc_setattr. Lock vnode before invokingkan2003-11-191-5/+5
* forgot to remove static declaration of fdesc_poll()phk2003-09-271-1/+0
* fdesc_poll() called seltrue() to do the default thing, this is pointlesslyphk2003-09-271-13/+0
* Add a f_vnode field to struct file.phk2003-06-221-1/+1
* Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistencytjr2003-06-171-1/+1
* Initialize struct vfsops C99-sparsely.phk2003-06-121-22/+9
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+0
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-2/+2
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-1/+1
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-192-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-2/+2
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* In VOP_LOOKUP, don't deny DELETE and RENAME operationsmux2002-10-261-1/+2
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-17/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-2/+2
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-161-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
OpenPOWER on IntegriCloud