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
/
dev
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Remove some extra white space.
jh
2010-07-26
1
-9
/
+7
*
Convert md(4) to use alloc_unr(9) and alloc_unr_specific(9) for unit
jh
2010-07-22
1
-12
/
+20
*
Calculate nshift only once.
kib
2010-07-06
1
-4
/
+6
*
Eliminate unnecessary page queues locking.
alc
2010-06-15
1
-3
/
+1
*
Lock the page around vm_page_activate() and vm_page_deactivate() calls
kib
2010-05-03
1
-0
/
+2
*
Fix panic on invalid 'mdconfig -at preload' usage.
trasz
2010-02-27
1
-0
/
+2
*
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
antoine
2009-12-28
1
-1
/
+1
*
Implement global and per-uid accounting of the anonymous memory. Add
kib
2009-06-23
1
-4
/
+4
*
Add cpu_flush_dcache() for use after non-DMA based I/O so that a
marcel
2009-05-18
1
-3
/
+6
*
Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a
jhb
2009-03-11
1
-10
/
+20
*
Remove unnecessary page queues locking around vm_page_wakeup(). (This
alc
2009-02-22
1
-7
/
+1
*
Add the possibility to specify "-o force" with "mdconfig -du".
trasz
2009-01-10
1
-2
/
+4
*
Fix forced mdconfig -du. E.g. the following would previously
trasz
2008-12-16
1
-1
/
+4
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
1
-1
/
+1
*
Remove the distinction between device minor and unit numbers.
ed
2008-05-29
1
-1
/
+2
*
Zero sc->vnode if mdsetcred() fails.
philip
2008-02-28
1
-0
/
+1
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-8
/
+8
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-6
/
+6
*
Put back devstat support that was lost during GEOM transition. Initially,
sobomax
2007-11-07
1
-0
/
+12
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-2
/
+2
*
Revert UF_OPENING workaround for CURRENT.
kib
2007-05-31
1
-1
/
+1
*
Resolve two deadlocks that could be caused by busy md device backed
kib
2006-12-14
1
-0
/
+9
*
Style nits.
pjd
2006-11-01
1
-2
/
+2
*
Fix md(4) panic which occurs when I/O request different than
pjd
2006-11-01
1
-10
/
+53
*
- Conditionally acquire Giant in mdstart_vnode(), mdcreate_vnode(), and
jhb
2006-03-28
1
-29
/
+23
*
Teach md(4) and mdconfig(8) how to understand XML. Right now there won't be
wkoszek
2006-03-26
1
-0
/
+62
*
make sure that the start and end preloaded MFS markers are
luigi
2006-01-31
1
-4
/
+14
*
Call NDFREE() only when vn_open() succeeded.
pjd
2006-01-27
1
-1
/
+1
*
o Fix typos in the comments.
maxim
2005-12-28
1
-2
/
+2
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-2
/
+2
*
Make sure that the worker thread knows the type early enough to
phk
2005-10-06
1
-6
/
+5
*
Fix configuration locking in MD.
phk
2005-09-19
1
-116
/
+80
*
Do not destroy the queue mutex until the thread is done with it.
phk
2005-09-11
1
-1
/
+1
*
- Add md_mtx lock to protect ID number and list of devices.
pjd
2005-08-31
1
-25
/
+37
*
Ensure that file flags such as schg, sappnd (and others) are honored
csjp
2005-08-17
1
-8
/
+8
*
Request a CPU private mapping from sf_buf_alloc(). If the swap-backed
alc
2005-02-13
1
-1
/
+6
*
Use MAXMINOR
phk
2005-01-29
1
-1
/
+1
*
- Don't destroy UMA zone on error in mdcreate_malloc(), because we need it
pjd
2005-01-22
1
-4
/
+1
*
Add a couple of mtx_asserts() to try to narrow down the window on
phk
2005-01-22
1
-0
/
+2
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-2
/
+2
*
Add needed synchronization to the error handling code that was introduced
alc
2005-01-05
1
-0
/
+6
*
Stop explicitly touching td_base_pri outside of the scheduler and simply
jhb
2004-12-30
1
-1
/
+4
*
Rewrite piece of code which I committed some time ago that allows to
pjd
2004-12-27
1
-10
/
+8
*
Fix the MDIOCDETACH ioctl() for md(4). Now that the md_file field in
marcel
2004-11-13
1
-1
/
+1
*
Be consistent and use 'if (error != 0)' instead of 'if (error)' everywhere.
pjd
2004-11-06
1
-5
/
+5
*
For file backed md(4) devices output their source file via
pjd
2004-11-06
1
-4
/
+13
*
Don't explicitly call g_waitidle(), it happens automagically now.
phk
2004-10-23
1
-2
/
+0
*
Account for failure in vm_pager_allocate() or vm_pager_get_pages() in
green
2004-10-12
1
-1
/
+19
*
Actually this order (unlock, wakeup) in this case is race-safe and can
pjd
2004-09-18
1
-1
/
+1
[next]