aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify code in union_hashins() and union_hashget() functions. TheseCraig Rodrigues2007-01-051-24/+12
* Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink whenCraig Rodrigues2007-01-051-8/+20
* Remove unused variable in unionfs_root().Craig Rodrigues2006-12-091-2/+0
* Use vfs_mount_error() in a few places to give more descriptive mount errorCraig Rodrigues2006-12-091-2/+6
* Add locking around calls to unionfs_get_node_status()Craig Rodrigues2006-12-091-0/+4
* In unionfs_readdir(), prevent a possible NULL dereference.Craig Rodrigues2006-12-091-0/+4
* In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating overCraig Rodrigues2006-12-091-2/+3
* Add missing includes for <sys/buf.h> and <sys/bio.h>.Craig Rodrigues2006-12-021-0/+2
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>Craig Rodrigues2006-12-024-3040/+3216
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-1/+8
* Remove unneeded mac.h include.Robert Watson2006-07-061-1/+0
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* - Fix typo.Florent Thoumie2005-10-171-1/+1
* Remove public declarations of variables that were forgotten when they wereDavid E. O'Brien2005-08-101-1/+0
* - Set the v_object pointer after a successful VOP_OPEN(). This isn't aJeff Roberson2005-05-031-1/+2
* - Fix several locking problems in unionfs_mount so that it will comeJeff Roberson2005-04-271-23/+7
* - Pass the ISOPEN flag down to our lower filesystems.Jeff Roberson2005-04-271-2/+1
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-11/+0
* - Fix union's assumptions about when the dvp is unlocked. It is onlyJeff Roberson2005-04-041-3/+3
* - Remove unnecessary LOCKPARENT manipulation.Jeff Roberson2005-03-281-20/+0
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-242-2/+3
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-3/+0
* remove dead codeSam Leffler2005-02-221-3/+0
* Deimplement vop_destroyvobject()Poul-Henning Kamp2005-02-072-15/+1
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.Poul-Henning Kamp2005-01-251-21/+0
* Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystemPoul-Henning Kamp2005-01-251-18/+0
* Don't call VOP_CREATEVOBJECT(), it's the responsibility of thePoul-Henning Kamp2005-01-242-16/+0
* Kill the VV_OBJBUF and test the v_object for NULL instead.Poul-Henning Kamp2005-01-241-3/+1
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-5/+6
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()Poul-Henning Kamp2005-01-132-7/+6
* Change the generated VOP_ macro implementations to improve type checkingPoul-Henning Kamp2005-01-131-21/+21
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-064-4/+4
* Trust vfs_mount to call VFS_STATFS() on all mounts.Poul-Henning Kamp2004-12-061-2/+0
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-7/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-013-61/+55
* Correctly prototype union_write with vop_write_t, not vop_read_t.Poul-Henning Kamp2004-12-011-2/+2
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-43/+43
* VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does notPoul-Henning Kamp2004-11-131-20/+0
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.Poul-Henning Kamp2004-11-132-4/+4
* Refuse attempts to mount root filesystemPoul-Henning Kamp2004-11-091-0/+2
* Eliminate unnecessary KASSERTs.Poul-Henning Kamp2004-10-271-4/+2
* Minor Bug fix. Some file was not translated.Takanori Watanabe2004-10-051-2/+2
* Fix unionfs problems when a directory is mounted on other directoryTakanori Watanabe2004-10-053-1/+11
* Fix a problem when you try to mount a directory on another directoryTakanori Watanabe2004-10-021-0/+2
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-4/+4
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-122-3/+4
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-074-16/+0
* Do not allow operations which cause known file-system corruption.Brian Feldman2004-01-161-2/+8