summaryrefslogtreecommitdiffstats
path: root/sys/ufs/mfs
Commit message (Expand)AuthorAgeFilesLines
...
* There's not much point in the EXPORTMFS #ifdef. I've had this sittingpeter1999-04-051-3/+1
* Stop the mfs from trying to swap out crucial bits of the mfsjulian1999-03-121-7/+7
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-282-7/+7
* Remove unintended trigraph sequences in comments for -Walldillon1999-01-271-2/+2
* Added support for VOP_FREEBLKS(), reducing MFS's impact on swap anddillon1999-01-211-1/+1
* Access to mfsp->buf_queue must be protected at splbio(). Other minordillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-213-17/+130
* The mount_mfs process that stays in a supervisor context handling MFSdillon1999-01-011-1/+11
* Remove unused file. It seems to have been a vestige of when mfs did itsbde1998-12-201-43/+0
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+2
* "fix" a warningpeter1998-10-121-3/+2
* Allow more flexible use of MFS root.jkh1998-10-101-12/+10
* MODINFO_ADDR has real addresses now, remove the manual relocation basedpeter1998-10-091-10/+5
* Add some evil temporary phys-to-kern translation for mfs.jkh1998-10-091-3/+11
* include proper header for Mike's new stuff.jkh1998-10-091-1/+2
* Allow the module area to be used in order to find the MFS imagejkh1998-10-081-96/+28
* Remove the SLICE code.sos1998-09-141-9/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* Make MFS do the default on VOP_FREEBLKS().phk1998-09-071-1/+2
* Fixed printf format errors.bde1998-07-111-3/+3
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-1/+2
* Submitted by: abial@nask.pljulian1998-05-111-1/+10
* As described by the submitter:msmith1998-05-061-2/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+2
* Fix a panic resulting from executing off an MFS image. This corrects themsmith1998-02-161-2/+12
* Staticize.eivind1998-02-091-2/+2
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Removed unused #includes again. They thrashed when mfs_reclaim thrashedbde1998-01-011-4/+1
* Reviewed by: various.julian1997-11-121-2/+2
* Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h.tegge1997-11-012-4/+6
* Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS.tegge1997-11-012-4/+24
* Removed unused #includes. The need for most of them went away withbde1997-10-271-7/+4
* VFS interior redecoration.phk1997-10-261-1/+2
* I belive this fixes MFS after I broke it.phk1997-10-201-6/+14
* This might fix the mfs_badop problem left over with the cool VFS fixes.dyson1997-10-191-2/+2
* VFS clean up "hekto commit"phk1997-10-161-4/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-22/+1
* VFS mega cleanup commit (x/N)phk1997-10-163-71/+7
* vnops megacommitphk1997-10-151-2/+11
* Hmm, realign the vnops into two columns.phk1997-10-151-8/+8
* Stylistic overhaul of vnops tables.phk1997-10-151-49/+43
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Use generic ufs_reclaim().phk1997-10-102-22/+10
* Update for new buffer queue data structure.gibbs1997-09-212-12/+12
* Convert select -> poll.peter1997-09-142-4/+10
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-6/+3
* Removed unused #includes.bde1997-09-021-7/+1
* Removed unused #includes.bde1997-08-021-5/+1
OpenPOWER on IntegriCloud