summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Staticize.phk1997-11-183-33/+30
* Staticize a few things.phk1997-11-183-11/+10
* Don't try to obtain an excluive lock on the vm map, since a deadlock mighttegge1997-11-141-3/+3
* Reviewed by: various.julian1997-11-121-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-073-8/+4
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-3/+2
* KNFize rev.1.31.bde1997-10-271-4/+6
* Use unique sleep message strings.bde1997-10-271-4/+3
* Use bread() instead of cluster_read() for reading the last blockbde1997-10-271-2/+2
* Removed unused #includes. The need for most of them went away withbde1997-10-277-14/+7
* VFS interior redecoration.phk1997-10-269-71/+38
* Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.roberto1997-10-211-1/+5
* Fix the file leak bug. The lower layer wasn't informed the vnode was inactiveroberto1997-10-211-2/+8
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-174-109/+18
* VFS clean up "hekto commit"phk1997-10-166-23/+6
* Another VFS cleanup "kilo commit"phk1997-10-169-475/+16
* VFS mega cleanup commit (x/N)phk1997-10-1612-413/+93
* vnops megacommitphk1997-10-154-197/+145
* Hmm, realign the vnops into two columns.phk1997-10-1511-91/+91
* Stylistic overhaul of vnops tables.phk1997-10-1511-567/+493
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-1211-29/+51
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-112-2/+6
* Clustered read and write are switched at mount-option level.kato1997-09-274-28/+28
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-214-21/+21
* Executing binaries on a nullfs (or nullfs-based) filesystem results inphk1997-09-182-5/+7
* Convert select -> poll.peter1997-09-1410-106/+127
* Fix a type in a comment and remove some checks now done centrally.phk1997-09-101-10/+2
* This stuff is now done centrally.phk1997-09-101-15/+1
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-8/+3
* Staticized.bde1997-09-071-3/+3
* Some staticized variables were still declared to be extern.bde1997-09-076-13/+8
* Support read-only mount.kato1997-09-041-1/+39
* Removed unused #includes.bde1997-09-028-32/+8
* Include "opt_ddb.h" only when NULLFS_DIAGNOSTIC is defined.kato1997-08-281-3/+3
* Fixed NULLFS_DIAGNOSTIC stuff.kato1997-08-271-2/+11
* Uncut&paste cache_lookup().phk1997-08-266-119/+14
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-261-3/+1
* Added a sysctl arg, vfs.cd9660.doclusterread. Deleted debug andkato1997-08-251-16/+18
* This is a trial improvement for the vnode reference count while on the vnodedyson1997-08-221-2/+4
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-1610-31/+32
* 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
* Check permissions for fp regs as well as normal regs.sef1997-08-121-1/+3
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,sef1997-08-124-8/+43
* Removed unused #includes.bde1997-08-0227-124/+28
* More comment cleanup.alex1997-06-261-5/+5
* Typo police.alex1997-06-261-3/+3
OpenPOWER on IntegriCloud