summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Currently there is no way to tell if write operation invoked viabp2001-05-181-1/+1
* VOP getwritemount() can be invoked on vnodes with VFREE flag set (used inbp2001-05-171-4/+12
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.bp2001-05-173-60/+60
* Do not leave an extra reference on vnode.bp2001-05-171-6/+2
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-24/+6
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-32/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+7
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-27/+1
* Reviewed by: jlemonadrian2001-03-011-3/+0
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Use <sys/queue.h> macro API.phk2001-02-041-2/+1
* Fix breakage unconvered by LINT - dont refer to undefined variables inpeter2001-01-171-0/+2
* Don't compile a dead variable declaration.wollman2001-01-091-0/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-3/+1
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-17/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-112-6/+40
* Back out the previous change to the queue(3) interface.jake2000-05-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-2/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-153-48/+26
* Lock reporting and assertion changes.eivind1999-12-112-7/+10
* Remove unused #includes.phk1999-12-081-2/+0
* Fix an unused variable warning.peter1999-11-181-1/+0
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-5/+2
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-2/+1
* useracc() the prequel:phk1999-10-291-1/+0
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-032-6/+0
* Make sure file after VOP_OPEN is VMIO'd when transfering control fromdillon1999-09-282-4/+8
* This is a major fixup of unionfs. At least 30 serious bugs have beendillon1999-09-264-860/+1259
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-1/+2
OpenPOWER on IntegriCloud