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
/
geom
/
journal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make gjournal work with kernel compiled with "options DIAGNOSTIC".
trasz
2009-06-30
1
-0
/
+1
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-1
/
+1
*
Revert r190676,190677
thompsa
2009-04-10
1
-1
/
+1
*
Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called
thompsa
2009-04-03
1
-1
/
+1
*
Make it possible to use gjournal for the root filesystem. Previously,
trasz
2008-12-06
2
-0
/
+18
*
Improve VFS locking:
attilio
2008-11-02
1
-1
/
+1
*
Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.
attilio
2008-08-31
1
-5
/
+4
*
- Fix spelling errors.
lulf
2008-06-20
1
-5
/
+5
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-4
/
+4
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-2
/
+2
*
Despite several examples in the kernel, the third argument of
dwmalone
2007-06-04
1
-3
/
+3
*
Sysctl description is not a format string, so one % is enough.
pjd
2007-04-06
1
-1
/
+1
*
Add missing \n.
pjd
2007-03-22
1
-2
/
+2
*
Softc may be NULL in g_journal_orphan(), so don't be surprised.
pjd
2006-12-02
1
-3
/
+4
*
Fix ia64 build breakage.
pjd
2006-11-02
1
-0
/
+2
*
- Use g_duplicate_bio() instead of g_clone_bio(), so there memory is
pjd
2006-11-02
1
-5
/
+3
*
Grr, fix one more build breakage.
pjd
2006-11-02
1
-0
/
+1
*
Change spaces to tabs where needed.
pjd
2006-11-01
1
-1
/
+1
*
Forgot to remove this line.
pjd
2006-11-01
1
-1
/
+0
*
Update the code to the current sync(2) version:
pjd
2006-11-01
1
-4
/
+12
*
Remove debugging code I accidentally committed.
pjd
2006-11-01
1
-35
/
+0
*
Add gjournal GEOM class (kernel side), which implements block level
pjd
2006-10-31
3
-0
/
+3555