summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
* Whitespace in vop_vector{} initializations.phk2005-01-131-5/+6
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-132-7/+6
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-131-21/+21
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-064-4/+4
* Trust vfs_mount to call VFS_STATFS() on all mounts.phk2004-12-061-2/+0
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-7/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-013-61/+55
* Correctly prototype union_write with vop_write_t, not vop_read_t.phk2004-12-011-2/+2
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-43/+43
* VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does notphk2004-11-131-20/+0
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-132-4/+4
* Refuse attempts to mount root filesystemphk2004-11-091-0/+2
* Eliminate unnecessary KASSERTs.phk2004-10-271-4/+2
* Minor Bug fix. Some file was not translated.takawata2004-10-051-2/+2
* Fix unionfs problems when a directory is mounted on other directorytakawata2004-10-053-1/+11
* Fix a problem when you try to mount a directory on another directorytakawata2004-10-021-0/+2
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-4/+4
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-122-3/+4
* Remove advertising clause from University of California Regent'simp2004-04-074-16/+0
* Do not allow operations which cause known file-system corruption.green2004-01-161-2/+8
* Remove a warning.green2004-01-161-2/+0
* Fix an upper-vnode leak created in revision 1.52. When an upper-layergreen2004-01-162-19/+13
* Pass ACL, extended attribute and MAC vnode ops down the vnode stack.tjr2004-01-031-0/+239
* - A sanity check in unionfs verifies that lookups of '.' return thedas2003-11-141-27/+21
* Remove now unused variable.kan2003-11-011-1/+0
* Do not bother walking mount point vnode list just to calculatekan2003-11-011-5/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-262-5/+5
* Add a f_vnode field to struct file.phk2003-06-221-0/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Fix some style problems, some of which are old, some new, and somedas2003-06-151-8/+10
* If someone tries to mount a union filesystem with another unionfs asdas2003-06-141-4/+14
* 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-143-24/+25
* Plug a serious memory leak. The -STABLE equivalent of this patch hasdas2003-06-131-8/+20
* Initialize struct vfsops C99-sparsely.phk2003-06-121-23/+10
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* 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-192-8/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-8/+8
* Fake up a struct componentname to pass to VOP_WHITEOUT instead of passingtjr2003-01-181-1/+10
* 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
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-1/+0
* Fix comments and one resulting code confusion about the type of thephk2002-10-161-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-143-91/+0
* Fix a warning on 64 bits platforms: copystr() takes a size_t *,mux2002-10-061-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-252-20/+20
OpenPOWER on IntegriCloud