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_balloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Merge soft-updates journaling from projects/suj/head into head. This
jeff
2010-04-24
1
-2
/
+11
*
Following a fair amount of real world experience with ACLs and
rwatson
2009-01-27
1
-19
/
+23
*
The ffs_balloc_ufs{1,2} functions call bdwrite() while having several
kib
2008-07-23
1
-2
/
+22
*
ffs_balloc_ufsX() routines, in the case of recovering from the failed
kib
2008-01-03
1
-12
/
+16
*
The ffs_balloc() routines, whan allocating the indirect blocks for
kib
2007-12-29
1
-2
/
+42
*
Turn most ffs 'DIAGNOSTIC's into INVARIANTS.
obrien
2007-11-08
1
-2
/
+2
*
For snapshots we need all VOP_LOCKs to be exclusive.
phk
2005-02-08
1
-6
/
+4
*
- Acquire the ufs lock around several ffs_alloc functions that require
jeff
2005-01-24
1
-2
/
+23
*
Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().
phk
2005-01-11
1
-4
/
+4
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Explicitly break out NETA license from Berkeley license to clearly
rwatson
2004-10-20
1
-0
/
+21
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Eliminate the i_devvp field from the incore UFS inodes, we can
phk
2003-08-15
1
-0
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
- Add a new 'flags' parameter to getblk().
jeff
2003-03-04
1
-11
/
+11
*
Correct lines incorrectly added to the copyright message.
mckusick
2003-02-14
1
-3
/
+0
*
This update is a performance improvement when allocating blocks on
mckusick
2002-10-22
1
-0
/
+12
*
Fix a file-rewrite performance case for UFS[2]. When rewriting portions
dillon
2002-10-18
1
-2
/
+22
*
Add support to UFS2 to provide storage for extended attributes.
mckusick
2002-07-19
1
-42
/
+148
*
Rename the BALLOC flags from B_* to BA_* to avoid confusion with the
dillon
2002-06-23
1
-20
/
+20
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-43
/
+399
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-1
/
+1
*
When taking a snapshot, we must check for active files that have
mckusick
2002-02-02
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
VOP_BALLOC was never really a VOP in the first place, so convert it
phk
2001-04-29
1
-20
/
+13
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
1
-0
/
+9
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Fix a 'freeing free block' panic in UFS. The problem occurs when the
dillon
2000-02-24
1
-1
/
+24
*
The only known cause of this panic is running out of disk space.
mckusick
2000-01-11
1
-3
/
+13
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has
mckusick
1999-07-13
1
-2
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-8
/
+8
*
Don't dereference an uninitialized pointer in dead code. The dead
bde
1998-09-12
1
-2
/
+2
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-25
/
+67
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Make our v_usecount vnode reference count work identically to the
dyson
1998-01-06
1
-1
/
+5
*
Don't include <sys/lock.h> in headers when only `struct simplelock' is
bde
1997-12-05
1
-1
/
+2
*
Removed unused #includes.
bde
1997-08-02
1
-5
/
+1
*
Use smalllblktosize() instead of multiplying small block numbers
bde
1997-04-10
1
-4
/
+4
*
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
-48
/
+68
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Kill bogus vnode_pager_setsize(). It was being called at the wrong time
dg
1995-05-28
1
-2
/
+1
*
Changes from John Dyson and myself:
dg
1995-04-09
1
-5
/
+5
*
Removed redundant newlines that were in some panic strings.
dg
1995-03-19
1
-2
/
+2
[next]