| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
* | - Fix typo. | Florent Thoumie | 2005-10-17 | 1 | -1/+1 |
* | Remove public declarations of variables that were forgotten when they were | David E. O'Brien | 2005-08-10 | 1 | -1/+0 |
* | - Set the v_object pointer after a successful VOP_OPEN(). This isn't a | Jeff Roberson | 2005-05-03 | 1 | -1/+2 |
* | - Fix several locking problems in unionfs_mount so that it will come | Jeff Roberson | 2005-04-27 | 1 | -23/+7 |
* | - Pass the ISOPEN flag down to our lower filesystems. | Jeff Roberson | 2005-04-27 | 1 | -2/+1 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson | 2005-04-13 | 1 | -11/+0 |
* | - Fix union's assumptions about when the dvp is unlocked. It is only | Jeff Roberson | 2005-04-04 | 1 | -3/+3 |
* | - Remove unnecessary LOCKPARENT manipulation. | Jeff Roberson | 2005-03-28 | 1 | -20/+0 |
* | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 2 | -2/+3 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | Jeff Roberson | 2005-03-13 | 1 | -3/+0 |
* | remove dead code | Sam Leffler | 2005-02-22 | 1 | -3/+0 |
* | Deimplement vop_destroyvobject() | Poul-Henning Kamp | 2005-02-07 | 2 | -15/+1 |
* | Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now. | Poul-Henning Kamp | 2005-01-25 | 1 | -21/+0 |
* | Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystem | Poul-Henning Kamp | 2005-01-25 | 1 | -18/+0 |
* | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | Poul-Henning Kamp | 2005-01-24 | 2 | -16/+0 |
* | Kill the VV_OBJBUF and test the v_object for NULL instead. | Poul-Henning Kamp | 2005-01-24 | 1 | -3/+1 |
* | Whitespace in vop_vector{} initializations. | Poul-Henning Kamp | 2005-01-13 | 1 | -5/+6 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | Poul-Henning Kamp | 2005-01-13 | 2 | -7/+6 |
* | Change the generated VOP_ macro implementations to improve type checking | Poul-Henning Kamp | 2005-01-13 | 1 | -21/+21 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 4 | -4/+4 |
* | Trust vfs_mount to call VFS_STATFS() on all mounts. | Poul-Henning Kamp | 2004-12-06 | 1 | -2/+0 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | Poul-Henning Kamp | 2004-12-05 | 1 | -7/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 3 | -61/+55 |
* | Correctly prototype union_write with vop_write_t, not vop_read_t. | Poul-Henning Kamp | 2004-12-01 | 1 | -2/+2 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | Poul-Henning Kamp | 2004-12-01 | 1 | -43/+43 |
* | VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does not | Poul-Henning Kamp | 2004-11-13 | 1 | -20/+0 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | Poul-Henning Kamp | 2004-11-13 | 2 | -4/+4 |
* | Refuse attempts to mount root filesystem | Poul-Henning Kamp | 2004-11-09 | 1 | -0/+2 |
* | Eliminate unnecessary KASSERTs. | Poul-Henning Kamp | 2004-10-27 | 1 | -4/+2 |
* | Minor Bug fix. Some file was not translated. | Takanori Watanabe | 2004-10-05 | 1 | -2/+2 |
* | Fix unionfs problems when a directory is mounted on other directory | Takanori Watanabe | 2004-10-05 | 3 | -1/+11 |
* | Fix a problem when you try to mount a directory on another directory | Takanori Watanabe | 2004-10-02 | 1 | -0/+2 |
* | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 1 | -4/+4 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+1 |
* | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 2 | -3/+4 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 4 | -16/+0 |
* | Do not allow operations which cause known file-system corruption. | Brian Feldman | 2004-01-16 | 1 | -2/+8 |
* | Remove a warning. | Brian Feldman | 2004-01-16 | 1 | -2/+0 |
* | Fix an upper-vnode leak created in revision 1.52. When an upper-layer | Brian Feldman | 2004-01-16 | 2 | -19/+13 |
* | Pass ACL, extended attribute and MAC vnode ops down the vnode stack. | Tim J. Robbins | 2004-01-03 | 1 | -0/+239 |
* | - A sanity check in unionfs verifies that lookups of '.' return the | David Schultz | 2003-11-14 | 1 | -27/+21 |
* | Remove now unused variable. | Alexander Kabaev | 2003-11-01 | 1 | -1/+0 |
* | Do not bother walking mount point vnode list just to calculate | Alexander Kabaev | 2003-11-01 | 1 | -5/+1 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | Poul-Henning Kamp | 2003-07-26 | 2 | -5/+5 |
* | Add a f_vnode field to struct file. | Poul-Henning Kamp | 2003-06-22 | 1 | -0/+1 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | Poul-Henning Kamp | 2003-06-15 | 1 | -0/+2 |
* | Fix some style problems, some of which are old, some new, and some | David Schultz | 2003-06-15 | 1 | -8/+10 |
* | If someone tries to mount a union filesystem with another unionfs as | David Schultz | 2003-06-14 | 1 | -4/+14 |