summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs
Commit message (Expand)AuthorAgeFilesLines
* Locking for the per-process resource limits structure.jhb2004-02-041-4/+7
* 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 b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.phk2003-10-181-1/+0
* Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.phk2003-10-181-2/+1
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-051-1/+0
* Synchronize access to a vm page's valid field using the containingalc2003-10-041-4/+2
* - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to ajeff2003-10-041-5/+1
* - Remove interlock protection around VI_XLOCK. The interlock is notjeff2003-09-191-3/+3
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-2/+2
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+7
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* 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
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-3/+3
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-5/+5
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-1/+1
* Copy some VM changes from smbfs_putpages() to nwfs_putpages(): locktjr2003-02-271-1/+3
* Fix vnode corruption bug when trying to rename files across filesystems.tjr2003-02-271-10/+13
* Sync nwfs_access() with smbfs_access(): use vaccess() instead of checkingtjr2003-02-271-13/+5
* Catch up with recent netncp changes: ncp_chkintr() takes a thread, nottjr2003-02-271-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-192-2/+2
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-2/+2
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+1
* Return ENOTTY on unrecognized ioctls.phk2002-09-261-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-253-9/+9
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* Add a missing #include <sys/lockmgr.h>.iedowse2002-09-011-0/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-044-7/+12
* o Lock page queue accesses in nwfs and smbfs.alc2002-08-021-0/+4
* More s/file system/filesystem/gtrhodes2002-05-162-6/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-273-9/+9
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-3/+3
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-2/+2
* KSE Milestone 2julian2001-09-129-215/+218
* Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-281-4/+15
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-132-4/+0
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-267-20/+20
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-22/+3
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-4/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-5/+8
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-25/+0
* vnode_pager_freepage() is really vm_page_free() in disguise,alfred2001-04-191-2/+2
* Add dependancy on libmchain module.bp2001-03-221-0/+1
* Do not kill vnodes after rename. This can cause deadlocks in the deadfs.bp2001-03-111-6/+2
OpenPOWER on IntegriCloud