summaryrefslogtreecommitdiffstats
path: root/sys/ufs/mfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mount MFS read/write as in days of yore.jkh1997-04-281-1/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Backed out rev.1.27, which broke unmounting of mfs and caused panicsbde1997-03-221-2/+2
* Supply the mount point given to mfs_mount when getting a vnode for themsmith1997-03-051-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-225-5/+5
* Make this compile after the Lite2 merge.mpp1997-02-101-2/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-104-31/+29
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
* struct mfsnode bloated in size by 12 bytes, so reduce spare padding by 3 longs.hsu1996-11-041-2/+2
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-5/+13
* removed:phk1996-05-021-2/+2
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-011-10/+3
* Replace usage of buf->b_actf by queue.3 and buf->b_actphk1996-04-083-19/+21
* Staticize.phk1995-12-173-46/+50
* Included <sys/conf.h> and updated to indirect devswitches so thatbde1995-12-141-4/+6
* *hack alert*! :-) This adds an option to the MFS_ROOT code so that itpeter1995-12-141-1/+94
* Completed function declarations and/or added prototypes and/or #includesbde1995-12-031-1/+3
* After having put on my Asbestos suit, complete the MFS_ROOT part of Terry'speter1995-11-281-26/+27
* Attempt to solve the busy-buffers-on-shutdown caused by MFS once and for all.peter1995-11-281-4/+14
OpenPOWER on IntegriCloud