summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* Cannot release vnode underlying the nullfs vnode in null_inactivemckusick2002-03-181-19/+26
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-3/+5
* KSE Milestone 2julian2001-09-123-78/+78
* the last argument to copyinstr is of t ype size_t, not u_intmjacob2001-06-131-3/+3
* mount_null(8) -> mount_nullfs(8).ru2001-05-241-4/+4
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-233-3/+3
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-23/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-013-7/+16
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-151-5/+8
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-293-3/+0
* Rev 1.41 was committed from wrong diff, now do it right.bp2000-10-221-1/+1
* Release and unlock vnode if resource deadlock detected.bp2000-10-221-0/+1
* Fix nullfs breakage caused by incomplete migration of v_interlock frombp2000-10-151-3/+5
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-1/+3
* Prevent dereference of NULL pointer when null_lock() and null_unlock()bp2000-10-031-1/+7
* Fix vnode locking bugs in the nullfs.bp2000-09-253-98/+286
* Various cleanups towards make nullfs functional (it is still brokenbp2000-09-054-38/+130
* Get rid from the __P() macros.bp2000-09-054-37/+36
* Rename the loadable nullfs kernel module: null -> nullfssheldonh2000-07-281-1/+1
* 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
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+15
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* Lock reporting and assertion changes.eivind1999-12-112-5/+5
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-8/+18
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asbde1999-09-044-20/+14
* Converted the silly SAFTEY option into a new-style option by renaming it tobde1999-08-301-3/+2
* $Id$ -> $FreeBSD$peter1999-08-284-5/+5
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-4/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-56/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+2
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* Fixed printf format errors.bde1998-07-302-16/+14
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-3/+3
* Don't silently accept attempts to change flags where they are notpeter1998-06-101-2/+4
* As described by the submitter:msmith1998-05-061-21/+1
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-3/+3
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+21
* Staticize.eivind1998-02-091-3/+3
* Back out DIAGNOSTIC changes.eivind1998-02-062-4/+2
OpenPOWER on IntegriCloud