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
/
fs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ufs: small formatting fixes.
pfg
2014-03-02
1
-59
/
+59
*
The purpose of this change to the FFS layout policy is to reduce the
mckusick
2013-03-22
1
-1
/
+4
*
Fix build of kdump(1).
trasz
2012-11-18
1
-0
/
+1
*
Add UFS writesuspension mechanism, designed to allow userland processes
trasz
2012-11-18
1
-0
/
+8
*
Fix problem with geom_label(4) not recognizing UFS labels on filesystems
trasz
2012-10-30
1
-1
/
+2
*
Use implementation independent inoNN_t scalars for on-disk UFS structures
gleb
2011-11-09
1
-9
/
+9
*
Add an FFS specific mount option to allow a filesystem checker
mckusick
2011-07-15
1
-1
/
+3
*
Implement fully asynchronous partial truncation with softupdates journaling
jeff
2011-06-10
1
-1
/
+2
*
Use the native sector size of the device backing the UFS volume for SU+J
kib
2011-02-12
1
-1
/
+1
*
Add kernel side support for BIO_DELETE/TRIM on UFS.
kib
2010-12-29
1
-0
/
+1
*
Add function lbn_offset to calculate offset of the indirect block of
kib
2010-11-11
1
-5
/
+16
*
Update comments in soft updates code to more fully describe
mckusick
2010-09-14
1
-1
/
+1
*
- Merge soft-updates journaling from projects/suj/head into head. This
jeff
2010-04-24
1
-3
/
+132
*
One last pass to get all the unsigned comparisons correct.
mckusick
2010-02-11
1
-1
/
+1
*
This fix corrects a problem in the file system that treats large
mckusick
2010-02-10
1
-26
/
+26
*
Background:
mckusick
2010-01-11
1
-1
/
+4
*
Implement NFSv4 ACL support for UFS.
trasz
2009-12-21
1
-15
/
+17
*
Fix comments to replace SBSIZE with SBLOCKSIZE, since SBSIZE
rodrigc
2008-05-24
1
-2
/
+2
*
Add gjournal specific code to the UFS file system:
pjd
2006-10-31
1
-2
/
+5
*
The recomputation of file system summary at mount time can be a
delphij
2005-02-20
1
-1
/
+6
*
- Mark the struct fs members that require the ufsmount mutex.
jeff
2005-01-24
1
-7
/
+15
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Fix fsbtodb() for UFS1. This fixes an overflow for file sizes >1 TB,
njl
2004-10-09
1
-1
/
+1
*
Generalize the UFS bad magic value used to determine when a filesystem
jhb
2004-08-19
1
-1
/
+1
*
- Fix typo
krion
2004-05-31
1
-1
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Fix the remaining warnings of growfs(8) on my sparc64 box with
mux
2004-04-03
1
-1
/
+1
*
Write the UFS2 superblock with a 'BAD' magic number at the beginning
wes
2003-11-16
1
-0
/
+1
*
This patch fixes a bug in the logical block calculation macros so
mckusick
2003-02-22
1
-4
/
+4
*
o Improve wording of the comment that accompanies fs_pad. The
marcel
2003-01-10
1
-1
/
+6
*
Fix superblock alignment problems on non-i386 platforms. Also change fs_uuid
gordon
2003-01-09
1
-2
/
+3
*
Steal some space from fs_fsmnt to create fs_volname and fs_uuid. The volname
gordon
2003-01-08
1
-1
/
+9
*
Create a new 32-bit fs_flags word in the superblock. Add code to move
mckusick
2002-11-27
1
-3
/
+5
*
Define two new superblock file system flags:
rwatson
2002-10-14
1
-0
/
+10
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-149
/
+122
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-24
/
+24
*
ARGH! SBLOCK is not unused. Try to get this right.
phk
2002-05-12
1
-3
/
+2
*
Remove #define for BBOFF, it is assumed == 0 so many places that we might
phk
2002-05-12
1
-2
/
+1
*
Remove unused BBLOCK and SBLOCK #defines.
phk
2002-05-12
1
-2
/
+0
*
Move the FFS parameter MAXFRAG from <sys/param.h> to <ufs/ffs/fs.h>
phk
2002-04-03
1
-0
/
+2
*
Fix a bug introduced in ffs_snapshot.c -r1.25 and fs.h -r1.26
mckusick
2002-01-17
1
-2
/
+2
*
Change the atomic_set_char to atomic_set_int and atomic_clear_char
mckusick
2001-12-18
1
-1
/
+7
*
Move the new superblock field `fs_active' into the region of the
iedowse
2001-12-16
1
-5
/
+7
*
Minimize the time necessary to suspend operations on a filesystem
mckusick
2001-12-14
1
-1
/
+2
*
Use a fixed type for times in on-disk structures for ufs rather than
peter
2001-07-16
1
-3
/
+3
*
When running with soft updates, track the number of blocks and files
mckusick
2001-05-08
1
-1
/
+3
*
This checkin adds support in ufs/ffs for the FS_NEEDSFSCK flag.
mckusick
2001-04-14
1
-3
/
+12
*
Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.
mckusick
2001-04-10
1
-4
/
+21
*
Add kernel support for running fsck on active filesystems.
mckusick
2001-03-21
1
-0
/
+22
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
1
-1
/
+2
[next]