summaryrefslogtreecommitdiffstats
path: root/sys/ufs/mfs/mfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-1/+2
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Convert the magic MFS device to a VCHR.phk2000-04-221-1/+1
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-261-121/+0
* Fix a warning (unused static declaration without MFS_ROOT)peter1999-11-181-0/+2
* Make MFS work with the new root filesystem search process.msmith1999-11-031-14/+30
* Newline-terminate the complaint message about not being able to findmsmith1999-11-011-1/+1
* sigset_t change (part 2 of 5)marcel1999-09-291-3/+6
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Step one of replacing devsw->d_maxio with si_bsize_max.phk1999-09-201-2/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-0/+1
* Changes to centralise the default blocksize behaviour.julian1999-09-091-2/+2
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-0/+2
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-3/+2
* Initialize the si_bsize fields for the MFS bogodevices.phk1999-08-241-2/+13
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-201-3/+26
* I have not one single time remembered the name of this function correctlyphk1999-07-171-2/+2
* - Back out Luoqi's cdevsw stuff. It panics on my system and is not required.jb1999-05-241-7/+10
* Legally acquire a major number for mfs.luoqi1999-05-141-2/+7
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Move the mfs_getimage() prototype to mfs_extern.h duplicating itpeter1999-05-101-3/+1
* Change type of a variable from u_int to size_t, so that pointer to it may bedt1999-04-211-2/+2
* Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP.peter1999-04-061-3/+3
* 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-281-4/+4
* 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-211-5/+17
* The mount_mfs process that stays in a supervisor context handling MFSdillon1999-01-011-1/+11
* 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
* 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
* Staticize.eivind1998-02-091-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Reviewed by: various.julian1997-11-121-2/+2
* Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS.tegge1997-11-011-2/+2
OpenPOWER on IntegriCloud