summaryrefslogtreecommitdiffstats
path: root/sys/ufs/mfs/mfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-25/+1
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-1/+0
* o Enable UFS-based extended attribute support on MFS. Note that this changerwatson2001-03-191-0/+10
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-1/+0
* Add VOP_*VOBJECT vops, because MFS requires explicit vop specification.bp2000-09-121-0/+3
* 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
* 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-6/+4
* 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
* 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
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-1/+4
* Correct typo in panic messageeivind1999-04-111-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* 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
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-10/+110
* 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
* Fix a panic resulting from executing off an MFS image. This corrects themsmith1998-02-161-2/+12
* Removed unused #includes again. They thrashed when mfs_reclaim thrashedbde1998-01-011-4/+1
* Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h.tegge1997-11-011-3/+1
* Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS.tegge1997-11-011-2/+22
* 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-161-34/+5
* 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
* Use generic ufs_reclaim().phk1997-10-101-19/+7
* Update for new buffer queue data structure.gibbs1997-09-211-7/+7
* Convert select -> poll.peter1997-09-141-2/+8
* Removed unused #includes.bde1997-08-021-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-13/+11
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Replace usage of buf->b_actf by queue.3 and buf->b_actphk1996-04-081-10/+9
* Staticize.phk1995-12-171-20/+21
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-44/+44
* mfs_open could panic with false identification: panic("mfs_ioctl: ....peter1995-10-311-2/+2
OpenPOWER on IntegriCloud