summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove a warning.green2004-01-161-2/+0
* Fix an upper-vnode leak created in revision 1.52. When an upper-layergreen2004-01-161-16/+11
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-4/+4
* Add a f_vnode field to struct file.phk2003-06-221-0/+1
* Introduce malloc types M_UNDCACHE and M_UNPATH for importantdas2003-06-141-10/+13
* Factor out the process of freeing ``directory caches'', which unionfsdas2003-06-141-16/+21
* Plug a serious memory leak. The -STABLE equivalent of this patch hasdas2003-06-131-8/+20
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-2/+0
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-9/+9
* Fix misspellings, capitalization, and punctuation in comments. Minortruckman2002-09-221-41/+43
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-2/+3
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+3
* Change the vm_zone calls over to uma calls. Remove the reference to thejeff2002-04-081-9/+9
* Remove __P.alfred2002-03-191-17/+17
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-1/+6
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* KSE Milestone 2julian2001-09-121-68/+68
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Sort includes from previous commit.jhb2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.bp2001-05-171-35/+4
* Do not leave an extra reference on vnode.bp2001-05-171-6/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+7
* Use <sys/queue.h> macro API.phk2001-02-041-2/+1
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-6/+24
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-9/+24
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-5/+0
* Make sure file after VOP_OPEN is VMIO'd when transfering control fromdillon1999-09-281-2/+4
* This is a major fixup of unionfs. At least 30 serious bugs have beendillon1999-09-261-196/+348
* Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printfbde1999-08-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This code got moved as a result of confusion between union mounts andpeter1999-02-281-10/+1
* Cleanup uninitialized-possibly-used (but really not) warningsdillon1998-12-141-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* '\0' is the most ugly NULL pointer constant I've ever seen in real code.eivind1998-12-071-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+3
* Change the #ifdef UNION code into a callable hook. Arrange to have thispeter1998-11-031-1/+79
* Cast pointers to [u]intptr_t instead of to [unsigned] long.bde1998-07-151-2/+2
* In the words of the submitter:msmith1998-05-071-2/+5
* Deleted KLOCK-hack.kato1998-02-261-17/+1
OpenPOWER on IntegriCloud