summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add debugging option to always read/write cylinder groups as fullmckusick2001-04-171-0/+13
* This checkin adds support in ufs/ffs for the FS_NEEDSFSCK flag.mckusick2001-04-141-4/+6
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.mckusick2001-04-101-0/+10
* Add kernel support for running fsck on active filesystems.mckusick2001-03-211-2/+4
* o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART torwatson2001-03-191-8/+8
* o Implement "options FFS_EXTATTR_AUTOSTART", which depends onrwatson2001-03-141-4/+5
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-4/+4
* Reviewed by: jlemonadrian2001-03-011-2/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-26/+26
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-4/+4
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-16/+15
* The ffs superblock includes a 128-byte region for use by temporaryiedowse2001-01-151-15/+16
* Do not race for the lock of an inode hash.tanimura2000-12-131-6/+42
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* 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
OpenPOWER on IntegriCloud