summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs/nwfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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