summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-2/+2
* Get rid of qaddr_t.alfred2007-10-161-2/+2
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-011-2/+2
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+6
* Drop crummy fattime to timespec conversion routines.phk2006-10-241-163/+12
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-5/+3
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+2
* Introduce a field to struct vm_page for storing flags that arealc2006-08-091-1/+1
* Call vm_object_page_clean() with the object lock held.ups2006-05-251-1/+4
* Do not set B_NOCACHE on buffers when releasing them in flushbuflist().ups2006-05-251-0/+4
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+5
* Eradicate caddr_t from the VFS API.des2005-12-141-2/+2
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-312-3/+3
* Update nwfs_lookup() to match the current cache_lookup() API.truckman2005-10-161-26/+11
* 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
* Do not dereference dvp pointer before doing a NULL check.kan2005-05-111-1/+2
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-7/+3
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-4/+3
* - nwfs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-281-26/+10
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-2/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-132-2/+1
* vp->v_id is a private field for the vfs namecache and it is a big mistakephk2005-02-221-11/+10
* Statize malloc types.phk2005-02-101-3/+3
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* whitespace nitphk2005-01-191-1/+1
* Eliminate constant and unused arguments to nwfs_vinvalbuf()phk2005-01-144-25/+14
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-2/+2
* Whitespace in vop_vector{} initializations.phk2005-01-131-3/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0610-10/+10
* 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
OpenPOWER on IntegriCloud