summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_extern.h
Commit message (Expand)AuthorAgeFilesLines
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-081-0/+4
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-021-5/+4
* - Move the contents of softdep_disk_prewrite into ffs_geom_strategy to fixjeff2005-04-031-1/+0
* Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static.phk2005-02-101-5/+0
* Split the vop_vector for ffs1 and ffs2, this is mostly for the differentphk2005-02-081-2/+4
* Background writes are entirely an FFS/Softupdates thing.phk2005-02-081-0/+1
* For snapshots we need all VOP_LOCKs to be exclusive.phk2005-02-081-1/+2
* - Change some function parameters so that the ufsmount structure isjeff2005-01-241-3/+4
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-2/+2
* Move UFS from DEVFS backing to GEOM backing.phk2004-10-291-1/+1
* The island council met and voted buf_prewrite() home.phk2004-10-261-0/+1
* Degeneralize the per cdev copyonwrite callback. The only possible valuephk2004-10-261-1/+1
* Remove support for accessing device nodes in UFS/FFS.phk2004-09-281-1/+0
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-1/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* This patch fixes a bug on an active filesystem on which a snapshotmckusick2003-02-221-1/+2
* Move the allocation of the inode contents into ffs_vfsops.c rather thanphk2002-12-271-2/+1
* Make ffs_mountfs() static.phk2002-12-271-2/+0
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-8/+7
* Move ffs_isfreeblock() to ffs_alloc.c and make it static.phk2002-07-301-1/+0
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-191-3/+5
* Add the ffs bits necessary to support unloading of the ufs kerneliedowse2002-07-011-0/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-17/+21
* Remove __P.alfred2002-03-191-61/+59
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-1/+1
* When taking a snapshot, we must check for active files that havemckusick2002-02-021-3/+5
* This patch fixes a long standing complaint with soft updates inmckusick2002-01-221-0/+1
* KSE Milestone 2julian2001-09-121-10/+10
* Forward declare struct cg to quiet a warning.jhb2001-05-301-0/+1
* Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reducemckusick2001-05-041-0/+1
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-1/+2
* Remove faint traces of non-existant ffs_bmap().phk2001-04-291-2/+0
* Add kernel support for running fsck on active filesystems.mckusick2001-03-211-16/+1
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-1/+0
* Several small but important fixes for snapshots:mckusick2000-12-191-0/+1
* Initial commit of IFS - a inode-namespaced FFS. Here is a shortadrian2000-10-141-0/+2
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-0/+1
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+6
* Clean up warning about undeclared function by declaring softdep_fsyncmckusick2000-07-111-0/+3
* ARGH! I have too many source trees :-(phk2000-06-161-0/+1
* Make static non-exported functions from soft updates.mckusick2000-01-091-5/+0
* We do not have ffs_checkexp, so remove the prototypeeivind1999-11-201-2/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-2/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add a hook to ffs_fsync to allow soft updates to get first chance at doingmckusick1999-05-141-1/+2
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-2/+2
* Forward declare even more structs to restore some self-sufficiency.bde1998-03-231-2/+3
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-3/+31
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+6
* Staticized.bde1997-11-221-6/+1
OpenPOWER on IntegriCloud