summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs/nwfs_node.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect NWFS and NCP bits which are now completely disconnectedattilio2013-03-091-379/+0
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+0
* Don't touch v_interlock; use VI_* macros instead.trasz2010-01-271-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-5/+5
* Replace lockmgr lock protecting nwfs vnode hash table with an sx lock.rwatson2008-03-021-12/+15
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-1/+1
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-11/+10
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+6
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+5
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-1/+0
* Statize malloc types.phk2005-02-101-3/+3
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Eliminate constant and unused arguments to nwfs_vinvalbuf()phk2005-01-141-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-3/+1
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-051-1/+0
* 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
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-4/+4
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+3
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* KSE Milestone 2julian2001-09-121-22/+22
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-2/+0
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-4/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-5/+8
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedbp2001-03-101-7/+38
* A name of the file can change while its id stays the same. So, we havebp2001-03-061-0/+4
* Change and clean the mutex lock interface.bmilekic2001-02-091-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* v_interlock is a mutex now, not simple lock.bp2000-11-041-1/+1
* Make malloc use M_ZERO in some more locations.dwmalone2000-10-291-2/+1
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* Protect hash data with lock manager instead of home grown one.bp2000-10-021-57/+73
* Get rid from the legacy __P() macro. Remove 'register' keywords.bp2000-10-021-9/+16
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Try to obtain timezone offset from an environment of mount program.bp2000-04-051-2/+2
* useracc() the prequel:phk1999-10-291-1/+0
* Remove unnessary includes.bp1999-10-121-4/+0
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+321
OpenPOWER on IntegriCloud