aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/portalfs
Commit message (Expand)AuthorAgeFilesLines
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfsKonstantin Belousov2008-09-201-2/+1
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().Konstantin Belousov2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-2/+0
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-102-3/+2
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-132-0/+12
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+2
* Update comment.John Baldwin2006-07-181-1/+1
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingJohn Baldwin2006-07-081-4/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-281-8/+2
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-063-3/+3
* Convert to nmount. Add omount compat.Poul-Henning Kamp2004-12-061-27/+37
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-6/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-013-19/+13
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-6/+6
* Refuse attempts to mount root filesystemPoul-Henning Kamp2004-11-091-1/+1
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-4/+3
* Make LINT compilePoul-Henning Kamp2004-07-131-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+3
* Remove spls from portal_open(). Acquire socket lock while sleepingRobert Watson2004-06-241-7/+8
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofBruce Evans2004-06-231-10/+11
* Merge additional socket buffer locking from rwatson_netperf:Robert Watson2004-06-171-0/+4
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-073-12/+0
* Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(),Robert Watson2004-03-311-1/+1
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-1/+2
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-21/+8
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-1/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-4/+4
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-132-3/+3
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-122-3/+3
* Repair vnode locking in portal_lookup(). Specifically, lock the fileTim J. Robbins2003-01-051-2/+10
* Fix a warning on 64 bits platforms: copyinstr() takesMaxime Henrion2002-10-061-1/+1
* Remove any VOP_PRINT that redundantly prints the tag.Nate Lawson2002-09-181-18/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-142-3/+3
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-042-4/+4
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-21/+12
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-12/+21
* Remove __P.Alfred Perlstein2002-03-192-16/+16
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-141-4/+1
* remove unused socket pointerAlfred Perlstein2002-01-131-1/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-0/+1
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-132-2/+10
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+2
* convert holdsock() to fget(). Add XXX reminder for future socket locking.Matthew Dillon2001-11-241-3/+6