summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix misspellings, capitalization, and punctuation in comments. Minortruckman2002-09-223-90/+95
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-191-8/+15
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-142-4/+5
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-042-6/+7
* nmount'ify unionfs further by using separate options insteadmux2002-06-152-6/+16
* Convert unionfs to nmount.mux2002-05-242-25/+22
* Fix comments.mux2002-05-241-1/+1
* Change the vm_zone calls over to uma calls. Remove the reference to thejeff2002-04-081-9/+9
* Remove __P.alfred2002-03-194-83/+83
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-272-4/+4
* Don't even think about using v_id for magic tricks, v_id is givingphk2002-02-171-5/+0
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-132-1/+8
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-1/+1
* Change the kernel's ucred API as follows:jhb2001-10-111-2/+1
* KSE Milestone 2julian2001-09-124-216/+216
* Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-281-0/+4
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-241-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-233-3/+3
* Sort includes from previous commit.jhb2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
OpenPOWER on IntegriCloud