summaryrefslogtreecommitdiffstats
path: root/sys/ufs/mfs
Commit message (Expand)AuthorAgeFilesLines
* Remove MFS from the kernel.phk2001-05-294-944/+0
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-25/+1
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-2/+2
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-1/+0
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* o Enable UFS-based extended attribute support on MFS. Note that this changerwatson2001-03-192-0/+15
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-1/+0
* Protect SIGDELSET of p_siglist with the proc lock.jhb2001-03-071-1/+4
* 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
OpenPOWER on IntegriCloud