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
*
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
*
The ffs superblock includes a 128-byte region for use by temporary
iedowse
2001-01-15
1
-18
/
+16
*
Get userland visible flags added for snapshots to give a few days
mckusick
2000-07-04
1
-1
/
+26
*
Use 64-bit math to calculate if we have hit our freespace limit.
mckusick
2000-03-17
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-2
/
+14
*
Fixed corrupted newline and corrupted tab in previous commit.
bde
1997-03-24
1
-2
/
+3
*
Add generation number randomization. Newly created filesystems wil now
guido
1997-03-23
1
-3
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-138
/
+150
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fixed lblktosize(). It overflowed at 2G. This bug only affected
bde
1996-10-12
1
-4
/
+7
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-3
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-5
/
+5
*
Increased default minfree to 8%.
dg
1995-03-10
1
-2
/
+2
*
Made idempotent
paul
1994-08-21
1
-1
/
+6
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+489