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
Commit message (
Expand
)
Author
Age
Files
Lines
*
When fsync'ing a file on a filesystem using soft updates, we first try
mckusick
1999-03-02
1
-10
/
+18
*
Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entries
mckusick
1999-03-02
2
-5
/
+48
*
fix double LIST_REMOVE; other cosmetic changes to match version 9.32.
mckusick
1999-02-17
1
-12
/
+13
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
3
-24
/
+24
*
Gutted softdep_deallocate_dependencies and replaced it with a panic. It
dg
1999-01-22
1
-41
/
+3
*
Silence warning about unused debug function. (I'll turn this function
eivind
1999-01-12
1
-3
/
+3
*
Add a warning about the copyright restraints.
eivind
1999-01-08
1
-0
/
+4
*
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
bde
1999-01-07
6
-44
/
+39
*
UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value
bde
1999-01-06
2
-7
/
+7
*
Ifdefed the conditionally used variable `prtrealloc'. Declare it
bde
1999-01-06
1
-2
/
+4
*
Backed out rev.1.47. It just broke my optimisations for lazy syncing
bde
1999-01-06
1
-5
/
+3
*
Remove the 'waslocked' parameter to vfs_object_create().
eivind
1999-01-05
1
-3
/
+3
*
Remove the last clients of vfs_object_create(..., waslocked=1);
eivind
1999-01-02
1
-3
/
+7
*
Remove some compiler warnings.
julian
1998-12-10
1
-9
/
+6
*
Don't use the strange null pointer constant `(ufs_daddr_t)0' in a call
bde
1998-11-29
1
-3
/
+3
*
Restored the "reallocblks" code to its former glory. What this does is
dg
1998-11-13
1
-14
/
+4
*
Change dirty block list handling to use TAILQ macros.
peter
1998-10-31
1
-8
/
+8
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
3
-8
/
+9
*
Clarify a rather ambiguous debugging message.
jkh
1998-10-28
1
-2
/
+2
*
Oops, the redundant tests for major numbers weren't redundant here.
bde
1998-10-27
1
-7
/
+5
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
1
-4
/
+5
*
Nitpicking and dusting performed on a train. Removes trivial warnings
phk
1998-10-25
2
-6
/
+4
*
Fix 'noatime' bug that was unrelated to use of noatime.
nate
1998-10-03
1
-1
/
+10
*
Fixed clean flag handling:
bde
1998-09-26
1
-23
/
+33
*
Eliminate a race in VOP_FSYNC() when softupdates is enabled.
luoqi
1998-09-24
2
-7
/
+4
*
Restore pre-v1.44 behavior: always copy modified in-core inode to disk
luoqi
1998-09-15
1
-3
/
+5
*
Remove the SLICE code.
sos
1998-09-14
1
-13
/
+1
*
Don't dereference an uninitialized pointer in dead code. The dead
bde
1998-09-12
1
-2
/
+2
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-2
/
+2
*
Put the zombie ffs sysctl node in "notyet" state together with its few
bde
1998-09-07
2
-5
/
+4
*
Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform
phk
1998-09-05
1
-1
/
+2
*
Removed unused includes.
bde
1998-08-17
2
-5
/
+4
*
Handle the case of moving a directory onto the top of a sibling's
julian
1998-08-12
1
-2
/
+27
*
Fixed printf format errors.
bde
1998-07-11
1
-19
/
+21
*
Don't update superblock if mounted readonly,
julian
1998-07-08
1
-8
/
+15
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-2
/
+2
*
Sync timestamp changes for inodes of special files to disk as late
bde
1998-07-03
1
-8
/
+8
*
Centralized in-core inode update. Update the in-core inode directly
bde
1998-07-03
1
-21
/
+6
*
Flesh this document out just a little in response to some user
jkh
1998-06-26
1
-11
/
+25
*
Slight change to directory cleanup
julian
1998-06-14
1
-5
/
+9
*
Note which version of Kirk's sources this corresponds to.
julian
1998-06-12
1
-2
/
+2
*
Fix the case when renaming to a file that you've just created and deleted,
julian
1998-06-12
1
-22
/
+43
*
Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.
julian
1998-06-11
1
-4
/
+4
*
Fix for "live inode" panic.
julian
1998-06-10
1
-20
/
+27
*
Remove buggy debugging code.
julian
1998-06-10
1
-43
/
+1
*
Back out John's changes 1.45 -> 1.46
julian
1998-06-10
1
-21
/
+17
*
Use size_t instead of u_int for sizes.
dfr
1998-06-04
1
-3
/
+3
*
Add a reference to the original softupdates paper
julian
1998-06-02
1
-0
/
+2
*
Add a reference to the Ganger/Patt paper
julian
1998-06-02
1
-0
/
+3
*
A fix to a debug test from Kirk.
julian
1998-05-27
1
-1
/
+4
[next]