summaryrefslogtreecommitdiffstats
path: root/sys/ufs/mfs
Commit message (Expand)AuthorAgeFilesLines
* Add VOP_*VOBJECT vops, because MFS requires explicit vop specification.bp2000-09-121-0/+3
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-1/+2
* Fix the "mfs_badop[vop_getwritemount] = 45" messages.phk2000-07-261-0/+1
* Eliminate periodic 'mfs_badop[vop_getwritemount] = 45' messages.mckusick2000-07-251-0/+1
* 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-052-0/+2
* Convert the magic MFS device to a VCHR.phk2000-04-222-7/+5
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-4/+4
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-9/+10
* 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-284-4/+4
* 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
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+2
* 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
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+3
* - 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
* Fixed disordering in previous 2 commits.bde1999-05-111-3/+3
* Move the mfs_getimage() prototype to mfs_extern.h duplicating itpeter1999-05-102-4/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-1/+4
* Change type of a variable from u_int to size_t, so that pointer to it may bedt1999-04-211-2/+2
* Correct typo in panic messageeivind1999-04-111-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-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
OpenPOWER on IntegriCloud