| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused thread argument to vrecycle(). | trasz | 2012-04-23 | 1 | -1/+1 |
* | Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPEND | trasz | 2011-10-10 | 1 | -1/+1 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 1 | -12/+8 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -23/+1 |
* | Fixes Unionfs socket issue reported as kern/118346. | daichi | 2008-11-25 | 1 | -12/+177 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -19/+19 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -8/+8 |
* | o Fixed multi thread access issue reported by Alexander V. Chernikov | daichi | 2008-04-25 | 1 | -7/+7 |
* | o Fixed rename panic issue | daichi | 2008-04-25 | 1 | -11/+14 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -3/+3 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -40/+34 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -22/+23 |
* | Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace. | attilio | 2007-12-28 | 1 | -1/+0 |
* | Added whiteout behavior option. ``-o whiteout=always'' is default mode | daichi | 2007-10-14 | 1 | -2/+8 |
* | Added NULL check code pointed out by Coverity. (via Stanislav | daichi | 2007-10-14 | 1 | -0/+2 |
* | - It has been become MPSAFE. | daichi | 2007-10-14 | 1 | -22/+46 |
* | Fixed vnode unlock/vrele untreated issues whenever errors have | daichi | 2007-10-14 | 1 | -4/+4 |
* | - Added support for vfs_cache on unionfs. As a result, you can use | daichi | 2007-10-14 | 1 | -11/+27 |
* | Added treatments to prevent readdir infinity loop using with Linux binary | daichi | 2007-10-14 | 1 | -29/+23 |
* | Changed it frees unneeded memory ASAP. | daichi | 2007-10-14 | 1 | -1/+5 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -4/+4 |
* | Since renaming of vop_lock to _vop_lock, pre- and post-condition | kib | 2007-05-18 | 1 | -2/+2 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 1 | -0/+7 |
* | Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink when | rodrigc | 2007-01-05 | 1 | -8/+20 |
* | Add locking around calls to unionfs_get_node_status() | rodrigc | 2006-12-09 | 1 | -0/+4 |
* | In unionfs_readdir(), prevent a possible NULL dereference. | rodrigc | 2006-12-09 | 1 | -0/+4 |
* | Add missing includes for <sys/buf.h> and <sys/bio.h>. | rodrigc | 2006-12-02 | 1 | -0/+2 |
* | Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp> | rodrigc | 2006-12-02 | 1 | -1554/+1805 |
* | Remove unneeded mac.h include. | rwatson | 2006-07-06 | 1 | -1/+0 |
* | - Fix typo. | flz | 2005-10-17 | 1 | -1/+1 |
* | - Set the v_object pointer after a successful VOP_OPEN(). This isn't a | jeff | 2005-05-03 | 1 | -1/+2 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -11/+0 |
* | - Fix union's assumptions about when the dvp is unlocked. It is only | jeff | 2005-04-04 | 1 | -3/+3 |
* | - Remove unnecessary LOCKPARENT manipulation. | jeff | 2005-03-28 | 1 | -20/+0 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 1 | -1/+1 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -3/+0 |
* | Deimplement vop_destroyvobject() | phk | 2005-02-07 | 1 | -15/+0 |
* | Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now. | phk | 2005-01-25 | 1 | -21/+0 |
* | Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystem | phk | 2005-01-25 | 1 | -18/+0 |
* | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | phk | 2005-01-24 | 1 | -6/+0 |
* | Kill the VV_OBJBUF and test the v_object for NULL instead. | phk | 2005-01-24 | 1 | -3/+1 |
* | Whitespace in vop_vector{} initializations. | phk | 2005-01-13 | 1 | -5/+6 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | phk | 2005-01-13 | 1 | -3/+2 |
* | Change the generated VOP_ macro implementations to improve type checking | phk | 2005-01-13 | 1 | -21/+21 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -1/+1 |
* | /* -> /*- 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 | -56/+50 |
* | Correctly prototype union_write with vop_write_t, not vop_read_t. | phk | 2004-12-01 | 1 | -2/+2 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -43/+43 |
* | VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does not | phk | 2004-11-13 | 1 | -20/+0 |