summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs
Commit message (Expand)AuthorAgeFilesLines
* Convert nwfs to nmount, but take the low road: There is no way this isphk2004-12-061-9/+29
* Fix warningphk2004-12-061-1/+1
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-8/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-013-37/+32
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-21/+21
* Use system wide no-op vfs_start function.phk2004-11-251-16/+0
* Refuse attempts to mount root filesystemphk2004-11-091-0/+2
* Remove unused B_WRITEINPROG flagphk2004-09-151-2/+0
* Explicitly pass the vnode to the nw_doio() function.phk2004-09-073-7/+4
* 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
* Make vm_page's PG_ZERO flag immutable between the time of the page'salc2004-05-061-2/+0
* 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
OpenPOWER on IntegriCloud