aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_extern.h
Commit message (Expand)AuthorAgeFilesLines
* Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static.Poul-Henning Kamp2005-02-101-5/+0
* Split the vop_vector for ffs1 and ffs2, this is mostly for the differentPoul-Henning Kamp2005-02-081-2/+4
* Background writes are entirely an FFS/Softupdates thing.Poul-Henning Kamp2005-02-081-0/+1
* For snapshots we need all VOP_LOCKs to be exclusive.Poul-Henning Kamp2005-02-081-1/+2
* - Change some function parameters so that the ufsmount structure isJeff Roberson2005-01-241-3/+4
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-2/+2
* Move UFS from DEVFS backing to GEOM backing.Poul-Henning Kamp2004-10-291-1/+1
* The island council met and voted buf_prewrite() home.Poul-Henning Kamp2004-10-261-0/+1
* Degeneralize the per cdev copyonwrite callback. The only possible valuePoul-Henning Kamp2004-10-261-1/+1
* Remove support for accessing device nodes in UFS/FFS.Poul-Henning Kamp2004-09-281-1/+0
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-1/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* This patch fixes a bug on an active filesystem on which a snapshotKirk McKusick2003-02-221-1/+2
* Move the allocation of the inode contents into ffs_vfsops.c rather thanPoul-Henning Kamp2002-12-271-2/+1
* Make ffs_mountfs() static.Poul-Henning Kamp2002-12-271-2/+0
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-131-8/+7
* Move ffs_isfreeblock() to ffs_alloc.c and make it static.Poul-Henning Kamp2002-07-301-1/+0
* Add support to UFS2 to provide storage for extended attributes.Kirk McKusick2002-07-191-3/+5
* Add the ffs bits necessary to support unloading of the ufs kernelIan Dowse2002-07-011-0/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-17/+21
* Remove __P.Alfred Perlstein2002-03-191-61/+59
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-1/+1
* When taking a snapshot, we must check for active files that haveKirk McKusick2002-02-021-3/+5
* This patch fixes a long standing complaint with soft updates inKirk McKusick2002-01-221-0/+1
* KSE Milestone 2Julian Elischer2001-09-121-10/+10
* Forward declare struct cg to quiet a warning.John Baldwin2001-05-301-0/+1
* Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reduceKirk McKusick2001-05-041-0/+1
* VOP_BALLOC was never really a VOP in the first place, so convert itPoul-Henning Kamp2001-04-291-1/+2
* Remove faint traces of non-existant ffs_bmap().Poul-Henning Kamp2001-04-291-2/+0
* Add kernel support for running fsck on active filesystems.Kirk McKusick2001-03-211-16/+1
* Fixes to track snapshot copy-on-write checking in the specinfoKirk McKusick2001-03-071-1/+0
* Several small but important fixes for snapshots:Kirk McKusick2000-12-191-0/+1
* Initial commit of IFS - a inode-namespaced FFS. Here is a shortAdrian Chadd2000-10-141-0/+2
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-241-0/+1
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-0/+6
* Clean up warning about undeclared function by declaring softdep_fsyncKirk McKusick2000-07-111-0/+3
* ARGH! I have too many source trees :-(Poul-Henning Kamp2000-06-161-0/+1
* Make static non-exported functions from soft updates.Kirk McKusick2000-01-091-5/+0
* We do not have ffs_checkexp, so remove the prototypeEivind Eklund1999-11-201-2/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a hook to ffs_fsync to allow soft updates to get first chance at doingKirk McKusick1999-05-141-1/+2
* Don't pass unused unused timestamp args to UFS_UPDATE() or wasteBruce Evans1999-01-071-2/+2
* Forward declare even more structs to restore some self-sufficiency.Bruce Evans1998-03-231-2/+3
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-3/+31
* Forward declare some structs so that this file is more self-sufficient.Bruce Evans1998-02-031-1/+6
* Staticized.Bruce Evans1997-11-221-6/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-2/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-5/+6
* Add type arg to ffs_mountfs and avoid examining v_tag to find outPoul-Henning Kamp1997-10-101-3/+3