| Commit message (Expand) | Author | Age | Files | Lines |
* | - Pass the ISOPEN flag down to our lower filesystems. | jeff | 2005-04-27 | 1 | -2/+1 |
* | Deimplement vop_destroyvobject() | phk | 2005-02-07 | 1 | -0/+1 |
* | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | phk | 2005-01-24 | 1 | -10/+0 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | phk | 2005-01-13 | 1 | -4/+4 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -4/+4 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 1 | -2/+2 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Remove a warning. | green | 2004-01-16 | 1 | -2/+0 |
* | Fix an upper-vnode leak created in revision 1.52. When an upper-layer | green | 2004-01-16 | 1 | -16/+11 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -4/+4 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -0/+1 |
* | Introduce malloc types M_UNDCACHE and M_UNPATH for important | das | 2003-06-14 | 1 | -10/+13 |
* | Factor out the process of freeing ``directory caches'', which unionfs | das | 2003-06-14 | 1 | -16/+21 |
* | Plug a serious memory leak. The -STABLE equivalent of this patch has | das | 2003-06-13 | 1 | -8/+20 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 1 | -2/+0 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 1 | -9/+9 |
* | Fix misspellings, capitalization, and punctuation in comments. Minor | truckman | 2002-09-22 | 1 | -41/+43 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -2/+3 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -2/+3 |
* | Change the vm_zone calls over to uma calls. Remove the reference to the | jeff | 2002-04-08 | 1 | -9/+9 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -17/+17 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -3/+3 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -1/+6 |
* | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | dillon | 2001-12-20 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -68/+68 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Sort includes from previous commit. | jhb | 2001-05-21 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+1 |
* | Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs. | bp | 2001-05-17 | 1 | -35/+4 |
* | Do not leave an extra reference on vnode. | bp | 2001-05-17 | 1 | -6/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -4/+7 |
* | Use <sys/queue.h> macro API. | phk | 2001-02-04 | 1 | -2/+1 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -0/+1 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -6/+24 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -9/+24 |
* | Before we start to mess with the VFS name-cache clean things up a little bit: | phk | 1999-10-03 | 1 | -5/+0 |
* | Make sure file after VOP_OPEN is VMIO'd when transfering control from | dillon | 1999-09-28 | 1 | -2/+4 |
* | This is a major fixup of unionfs. At least 30 serious bugs have been | dillon | 1999-09-26 | 1 | -196/+348 |
* | Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printf | bde | 1999-08-29 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | This code got moved as a result of confusion between union mounts and | peter | 1999-02-28 | 1 | -10/+1 |