index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ufs
/
ffs
/
ffs_extern.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ufs: small formatting fixes.
pfg
2014-03-02
1
-4
/
+4
*
First of several cleanups to soft dependency implementation.
mckusick
2013-10-20
1
-2
/
+0
*
Add UFS writesuspension mechanism, designed to allow userland processes
trasz
2012-11-18
1
-0
/
+4
*
Remove unused thread argument from vtruncbuf().
trasz
2012-04-23
1
-1
/
+1
*
Add a third flags argument to ffs_syncvnode to avoid a possible conflict
mckusick
2012-03-25
1
-4
/
+3
*
This change avoids a kernel deadlock on "snaplk" when using
mckusick
2012-03-01
1
-0
/
+7
*
Generalize ffs_pages_remove() into vn_pages_remove().
mm
2011-08-25
1
-1
/
+0
*
- Fix directory count rollbacks by passing the mode to the journal dep
jeff
2011-06-20
1
-1
/
+1
*
Drop the include of <ufs/ffs/ffs_extern.h> from usr.sbin/makefs/ffs/ffs_bswap.c
mckusick
2011-06-16
1
-2
/
+5
*
Fixing compilation bustage by introducing another forward declaration.
avatar
2011-06-16
1
-0
/
+1
*
Ensure that filesystem metadata contained within persistent snapshots
mckusick
2011-06-15
1
-2
/
+2
*
With the restructuring of the block reclaimation code, the notification
mckusick
2011-06-15
1
-0
/
+1
*
Use alternative, less messy solution to avoid breakage after r223020:
dim
2011-06-13
1
-0
/
+2
*
Update to soft updates journaling to properly track freed blocks
mckusick
2011-06-12
1
-1
/
+16
*
Implement fully asynchronous partial truncation with softupdates journaling
jeff
2011-06-10
1
-2
/
+5
*
Be far more persistent in reclaiming blocks and inodes before giving
mckusick
2011-04-05
1
-1
/
+2
*
Add retry code analogous to the block allocation retry code
mckusick
2011-03-23
1
-1
/
+8
*
- Merge soft-updates journaling from projects/suj/head into head. This
jeff
2010-04-24
1
-4
/
+20
*
Following a fair amount of real world experience with ACLs and
rwatson
2009-01-27
1
-3
/
+3
*
When attempt is made to suspend a filesystem that is already syspended,
kib
2008-09-16
1
-0
/
+1
*
When downgrading the read-write mount to read-only, do_unmount() sets
kib
2008-09-16
1
-0
/
+2
*
Softdep code may need to instantiate vnode when processing
kib
2008-08-28
1
-0
/
+3
*
Cylinder group bitmaps and blocks containing inode for a snapshot
kib
2007-01-23
1
-0
/
+1
*
Add gjournal specific code to the UFS file system:
pjd
2006-10-31
1
-0
/
+1
*
Use vn_start_secondary_write() and vn_finished_secondary_write() as a
tegge
2006-03-08
1
-0
/
+4
*
- Move softdep from using a global worklist to per-mount worklists. This
jeff
2006-03-02
1
-5
/
+4
*
- Move the contents of softdep_disk_prewrite into ffs_geom_strategy to fix
jeff
2005-04-03
1
-1
/
+0
*
Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static.
phk
2005-02-10
1
-5
/
+0
*
Split the vop_vector for ffs1 and ffs2, this is mostly for the different
phk
2005-02-08
1
-2
/
+4
*
Background writes are entirely an FFS/Softupdates thing.
phk
2005-02-08
1
-0
/
+1
*
For snapshots we need all VOP_LOCKs to be exclusive.
phk
2005-02-08
1
-1
/
+2
*
- Change some function parameters so that the ufsmount structure is
jeff
2005-01-24
1
-3
/
+4
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
1
-2
/
+2
*
Move UFS from DEVFS backing to GEOM backing.
phk
2004-10-29
1
-1
/
+1
*
The island council met and voted buf_prewrite() home.
phk
2004-10-26
1
-0
/
+1
*
Degeneralize the per cdev copyonwrite callback. The only possible value
phk
2004-10-26
1
-1
/
+1
*
Remove support for accessing device nodes in UFS/FFS.
phk
2004-09-28
1
-1
/
+0
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-1
/
+0
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
This patch fixes a bug on an active filesystem on which a snapshot
mckusick
2003-02-22
1
-1
/
+2
*
Move the allocation of the inode contents into ffs_vfsops.c rather than
phk
2002-12-27
1
-2
/
+1
*
Make ffs_mountfs() static.
phk
2002-12-27
1
-2
/
+0
*
Introduce typedefs for the member functions of struct vfsops and employ
phk
2002-08-13
1
-8
/
+7
*
Move ffs_isfreeblock() to ffs_alloc.c and make it static.
phk
2002-07-30
1
-1
/
+0
*
Add support to UFS2 to provide storage for extended attributes.
mckusick
2002-07-19
1
-3
/
+5
*
Add the ffs bits necessary to support unloading of the ufs kernel
iedowse
2002-07-01
1
-0
/
+1
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-17
/
+21
*
Remove __P.
alfred
2002-03-19
1
-61
/
+59
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
1
-1
/
+1
*
When taking a snapshot, we must check for active files that have
mckusick
2002-02-02
1
-3
/
+5
[next]