summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_extern.h
Commit message (Expand)AuthorAgeFilesLines
* First of several cleanups to soft dependency implementation.mckusick2013-10-201-2/+0
* Add UFS writesuspension mechanism, designed to allow userland processestrasz2012-11-181-0/+4
* Remove unused thread argument from vtruncbuf().trasz2012-04-231-1/+1
* Add a third flags argument to ffs_syncvnode to avoid a possible conflictmckusick2012-03-251-4/+3
* This change avoids a kernel deadlock on "snaplk" when usingmckusick2012-03-011-0/+7
* Generalize ffs_pages_remove() into vn_pages_remove().mm2011-08-251-1/+0
* - Fix directory count rollbacks by passing the mode to the journal depjeff2011-06-201-1/+1
* Drop the include of <ufs/ffs/ffs_extern.h> from usr.sbin/makefs/ffs/ffs_bswap.cmckusick2011-06-161-2/+5
* Fixing compilation bustage by introducing another forward declaration.avatar2011-06-161-0/+1
* Ensure that filesystem metadata contained within persistent snapshotsmckusick2011-06-151-2/+2
* With the restructuring of the block reclaimation code, the notificationmckusick2011-06-151-0/+1
* Use alternative, less messy solution to avoid breakage after r223020:dim2011-06-131-0/+2
* Update to soft updates journaling to properly track freed blocksmckusick2011-06-121-1/+16
* Implement fully asynchronous partial truncation with softupdates journalingjeff2011-06-101-2/+5
* Be far more persistent in reclaiming blocks and inodes before givingmckusick2011-04-051-1/+2
* Add retry code analogous to the block allocation retry codemckusick2011-03-231-1/+8
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-4/+20
* Following a fair amount of real world experience with ACLs andrwatson2009-01-271-3/+3
* When attempt is made to suspend a filesystem that is already syspended,kib2008-09-161-0/+1
* When downgrading the read-write mount to read-only, do_unmount() setskib2008-09-161-0/+2
* Softdep code may need to instantiate vnode when processingkib2008-08-281-0/+3
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-0/+1
* Add gjournal specific code to the UFS file system:pjd2006-10-311-0/+1
* 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
OpenPOWER on IntegriCloud