summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* When running with soft updates, track the number of blocks and filesmckusick2001-05-081-3/+36
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-0/+1
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* When closing the last reference to an unlinked file, it is freedmckusick2001-04-251-6/+15
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-2/+2
* Pre-dirpref versions of fsck may zero out the new superblock fieldsiedowse2001-04-241-0/+6
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* 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
OpenPOWER on IntegriCloud