summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Initial commit of IFS - a inode-namespaced FFS. Here is a shortadrian2000-10-141-5/+3
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-3/+3
* o Move initialization of ump from mp to the top of the function so thatrwatson2000-10-061-2/+1
* o Add call to ufs_extattr_uepm_destroy() in ffs_unmount() so as to cleanrwatson2000-10-041-0/+15
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-6/+8
* Add a lock structure to vnode structure. Previously it was either allocatedbp2000-09-251-1/+5
* Fix the lockmgr panic everyone is seeing at shutdown time.roberto2000-08-011-1/+2
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-11/+20
* Prevent possible dereference of NULL pointer.bp2000-07-131-1/+1
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-153/+109
* o If FFS_EXTATTR is defined, don't print out an error message on unmountrwatson2000-06-041-3/+4
* s/ffs_unmonut/ffs_unmount/ in a gratuitous ufs_extattr printf.rwatson2000-05-071-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+14
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-5/+3
* Several performance improvements for soft updates have been added:mckusick2000-01-101-8/+5
* Update the unclean flag for mount -u. I forgot to handle this casebde1999-12-231-0/+2
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* Convert various pieces of code to use vn_isdisk() rather than checkingphk1999-11-221-2/+2
* Next step in the device cleanup process.phk1999-11-091-0/+2
* Quick fix for breakage of ext2fs link counts as reported by stat(2) bybde1999-11-031-0/+1
* Newline-terminate the complaint message about not being able to findmsmith1999-11-011-1/+1
* useracc() the prequel:phk1999-10-291-1/+0
* Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-301-15/+0
* Remove v_maxio from struct vnode.phk1999-09-291-0/+4
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-5/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-6/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-8/+8
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+1
* Use the fsid from the superblock, unless it looks bogus or has alreadyphk1999-07-111-6/+6
* Simplify cdevsw registration.phk1999-05-311-3/+2
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-8/+8
* Continue where Julian left off in July 1998:phk1999-05-071-8/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-13/+13
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-5/+3
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-3/+3
* Remove the last clients of vfs_object_create(..., waslocked=1);eivind1999-01-021-3/+7
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-2/+2
* Oops, the redundant tests for major numbers weren't redundant here.bde1998-10-271-7/+5
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-4/+5
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-4/+2
* Fixed clean flag handling:bde1998-09-261-23/+33
* Remove the SLICE code.sos1998-09-141-13/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* Removed unused includes.bde1998-08-171-3/+1
* Don't update superblock if mounted readonly,julian1998-07-081-8/+15
* Use size_t instead of u_int for sizes.dfr1998-06-041-3/+3
OpenPOWER on IntegriCloud