summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedbp2001-03-106-51/+45
* Synch with changes in the NCP requester.bp2001-03-103-192/+233
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+2
* A name of the file can change while its id stays the same. So, we havebp2001-03-062-15/+5
* Reviewed by: jlemonadrian2001-03-011-3/+0
* Change and clean the mutex lock interface.bmilekic2001-02-092-8/+8
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-042-3/+3
* v_interlock is a mutex now, not simple lock.bp2000-11-041-1/+1
* Make malloc use M_ZERO in some more locations.dwmalone2000-10-292-5/+2
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-042-7/+10
* Protect hash data with lock manager instead of home grown one.bp2000-10-024-71/+105
* Get rid from the legacy __P() macro. Remove 'register' keywords.bp2000-10-026-95/+99
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
* Back out the previous change to the queue(3) interface.jake2000-05-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-2/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-053-0/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* nwfs depends on ncppeter2000-04-291-0/+2
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+2
* Try to obtain timezone offset from an environment of mount program.bp2000-04-054-15/+16
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-202-2/+2
* Check if module was compiled without SMP support and running onbp2000-01-151-0/+9
* Add VT_NWFS tag.bp2000-01-151-4/+0
* Forward declare some structs so that this header is more self-suifficent.bde2000-01-142-0/+19
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-4/+4
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-33/+1
OpenPOWER on IntegriCloud