aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nwfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* vnode_pager_freepage() is really vm_page_free() in disguise,Alfred Perlstein2001-04-191-2/+2
* Add dependancy on libmchain module.Boris Popov2001-03-221-0/+1
* Do not kill vnodes after rename. This can cause deadlocks in the deadfs.Boris Popov2001-03-111-6/+2
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedBoris Popov2001-03-106-51/+45
* Synch with changes in the NCP requester.Boris Popov2001-03-103-187/+228
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-0/+2
* A name of the file can change while its id stays the same. So, we haveBoris Popov2001-03-062-15/+5
* Reviewed by: jlemonAdrian Chadd2001-03-011-3/+0
* Change and clean the mutex lock interface.Bosko Milekic2001-02-092-8/+8
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-042-3/+3
* v_interlock is a mutex now, not simple lock.Boris Popov2000-11-041-1/+1
* Make malloc use M_ZERO in some more locations.David Malone2000-10-292-5/+2
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-042-7/+10
* Protect hash data with lock manager instead of home grown one.Boris Popov2000-10-024-71/+105
* Get rid from the legacy __P() macro. Remove 'register' keywords.Boris Popov2000-10-026-95/+99
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-2/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-2/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-053-0/+3
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* nwfs depends on ncpPeter Wemm2000-04-291-0/+2
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-2/+2
* Try to obtain timezone offset from an environment of mount program.Boris Popov2000-04-054-15/+16
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-202-2/+2
* Check if module was compiled without SMP support and running onBoris Popov2000-01-151-0/+9
* Add VT_NWFS tag.Boris Popov2000-01-151-4/+0