summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
* Cleanup uninitialized-possibly-used (but really not) warningsdillon1998-12-142-4/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* '\0' is the most ugly NULL pointer constant I've ever seen in real code.eivind1998-12-071-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+3
* Change the #ifdef UNION code into a callable hook. Arrange to have thispeter1998-11-032-2/+83
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* Cast pointers to [u]intptr_t instead of to [unsigned] long.bde1998-07-151-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+3
* In the words of the submitter:msmith1998-05-072-74/+78
* As described by the submitter:msmith1998-05-061-18/+1
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* If lowervp is NULLVP, vap was clobbered.kato1998-03-171-2/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+18
* Deleted KLOCK-hack.kato1998-02-263-29/+7
* Deleted unused variable.kato1998-02-101-2/+1
* Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lockkato1998-02-103-54/+32
* Back out DIAGNOSTIC changes.eivind1998-02-063-9/+3
* Workarround for DIAGNOSTIC kernel's panic in union_lookup().kato1998-02-061-1/+7
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-043-3/+9
* Fixed typo in comment.kato1998-01-251-2/+2
* Delete unused code in union_fsync().kato1998-01-221-6/+1
* - Move SETKLOC and CLEARKLOCK macros into uion.h.kato1998-01-203-10/+33
* Workarround for locking violation while recycling vnode which union fskato1998-01-181-4/+14
* Improve and revise fixes for locking violation.kato1998-01-182-33/+52
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Staticize.phk1997-11-183-33/+30
* VFS interior redecoration.phk1997-10-261-2/+2
* Another VFS cleanup "kilo commit"phk1997-10-161-18/+1
* Hmm, realign the vnops into two columns.phk1997-10-151-7/+7
* Stylistic overhaul of vnops tables.phk1997-10-151-51/+39
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-4/+6
* Clustered read and write are switched at mount-option level.kato1997-09-271-1/+6
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-4/+4
* Convert select -> poll.peter1997-09-141-8/+11
* Staticized.bde1997-09-071-3/+3
* Support read-only mount.kato1997-09-041-1/+39
* Removed unused #includes.bde1997-09-021-4/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-2/+2
* Added DIAGNOSTIC routine to test inconsistency of vnode when cnpkato1997-08-151-1/+9
* Deleted unused code which adjust UN_UNLOCK flag.kato1997-08-151-17/+5
* If the user doesn't have read permission, union_copyup should not copykato1997-08-141-1/+11
* Backed out part of previous change. The example of -b mount inkato1997-08-141-4/+2
* Fixed vnode corruption by undefined case in union_lookup(). Whenkato1997-08-121-3/+7
* Removed unused #includes.bde1997-08-022-8/+2
* 1. Added cast and parenthesis in block size calculaion inkato1997-05-072-78/+78
* Fixed panic message in union_lock(): union_link --> union_lock.kato1997-05-031-2/+2
* Access correct union mount point in union_access. Old vnode is savedkato1997-05-021-2/+4
* Revised fix for locking violation when unionfs calls vput withkato1997-04-291-32/+36
* Undo 1.29.kato1997-04-271-2/+2
* Do nothing instead of adjusting un_flags when (uppervp is locked) &&kato1997-04-261-11/+3
OpenPOWER on IntegriCloud