summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs/nwfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* Get rid of qaddr_t.alfred2007-10-161-2/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+2
* Eradicate caddr_t from the VFS API.des2005-12-141-2/+2
* In preparation for making the modules actually use opt_*.h filesyar2005-10-141-4/+0
* The NWFS code in RELENG_6 is broken due to a typo inphk2005-09-301-1/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Convert nwfs to nmount, but take the low road: There is no way this isphk2004-12-061-9/+29
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-8/+0
* Use system wide no-op vfs_start function.phk2004-11-251-16/+0
* Refuse attempts to mount root filesystemphk2004-11-091-0/+2
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-4/+4
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-4/+3
* Remove useless SMP check code.des2003-12-071-10/+0
* Don't mess around with spare fields of public structures.phk2003-11-121-1/+0
* Initialize struct vfsops C99-sparsely.phk2003-06-121-23/+17
* Specify the M_WAITOK flag explicitly in the MALLOC call to silence atjr2003-04-011-1/+2
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-52/+1
* 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
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-3/+3
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* More s/file system/filesystem/gtrhodes2002-05-161-5/+5
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-4/+4
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-2/+2
* KSE Milestone 2julian2001-09-121-34/+35
* Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-281-4/+15
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-3/+3
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-22/+3
* Add dependancy on libmchain module.bp2001-03-221-0/+1
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedbp2001-03-101-1/+1
* Synch with changes in the NCP requester.bp2001-03-101-1/+1
* Reviewed by: jlemonadrian2001-03-011-3/+0
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Make malloc use M_ZERO in some more locations.dwmalone2000-10-291-3/+1
* Protect hash data with lock manager instead of home grown one.bp2000-10-021-1/+2
* Get rid from the legacy __P() macro. Remove 'register' keywords.bp2000-10-021-16/+13
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* nwfs depends on ncppeter2000-04-291-0/+2
* Check if module was compiled without SMP support and running onbp2000-01-151-0/+9
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+2
* Lock reporting and assertion changes.eivind1999-12-111-1/+1
* Change structure field named 'toupper' to 'to_upper' to avoid conflictarchie1999-11-021-5/+5
* Remove unnessary includes.bp1999-10-121-3/+0
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+515
OpenPOWER on IntegriCloud