aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nwfs
Commit message (Expand)AuthorAgeFilesLines
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-4/+4
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-4/+3
* Make vm_page's PG_ZERO flag immutable between the time of the page'sAlan Cox2004-05-061-2/+0
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-4/+7
* Remove useless SMP check code.Dag-Erling Smørgrav2003-12-071-10/+0
* Don't mess around with spare fields of public structures.Poul-Henning Kamp2003-11-121-1/+0
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.Poul-Henning Kamp2003-10-181-1/+0
* Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.Poul-Henning Kamp2003-10-181-2/+1
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us soJeff Roberson2003-10-051-1/+0
* Synchronize access to a vm page's valid field using the containingAlan Cox2003-10-041-4/+2
* - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to aJeff Roberson2003-10-041-5/+1
* - Remove interlock protection around VI_XLOCK. The interlock is notJeff Roberson2003-09-191-3/+3
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-2/+2
* Lock the vm object when freeing a vm page.Alan Cox2003-06-191-1/+7
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsPoul-Henning Kamp2003-06-151-0/+2
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-23/+17
* Specify the M_WAITOK flag explicitly in the MALLOC call to silence aTim J. Robbins2003-04-011-1/+2
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-52/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-1/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-3/+3
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.Dag-Erling Smørgrav2003-03-021-5/+5
* uiomove-related caddr_t -> void * (just the low-hanging fruit)Dag-Erling Smørgrav2003-03-021-1/+1
* Copy some VM changes from smbfs_putpages() to nwfs_putpages(): lockTim J. Robbins2003-02-271-1/+3
* Fix vnode corruption bug when trying to rename files across filesystems.Tim J. Robbins2003-02-271-10/+13
* Sync nwfs_access() with smbfs_access(): use vaccess() instead of checkingTim J. Robbins2003-02-271-13/+5
* Catch up with recent netncp changes: ncp_chkintr() takes a thread, notTim J. Robbins2003-02-271-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-2/+2
* Split the global timezone structure into two integer fields toPoul-Henning Kamp2003-02-031-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-2/+2
* Since Jeffr made the std* functions the default in rev 1.63 ofPoul-Henning Kamp2003-01-041-3/+0
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-1/+1
* Return ENOTTY on unrecognized ioctls.Poul-Henning Kamp2002-09-261-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andJeff Roberson2002-09-253-9/+9
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+1
* Add a missing #include <sys/lockmgr.h>.Ian Dowse2002-09-011-0/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-044-7/+12
* o Lock page queue accesses in nwfs and smbfs.Alan Cox2002-08-021-0/+4
* More s/file system/filesystem/gTom Rhodes2002-05-162-6/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-273-9/+9
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()Matthew Dillon2001-12-201-1/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-3/+3
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-231-2/+2
* KSE Milestone 2Julian Elischer2001-09-129-215/+218
* Protect the mnt_vnode list with the mntvnode lock.John Baldwin2001-06-281-4/+15
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-132-4/+0
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-267-20/+20
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-22/+3
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-011-4/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-5/+8
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-25/+0