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
*
Fix the data corruption on the swap-backed md.
kib
2013-05-24
1
-1
/
+7
*
Do not declare that preloaded md(4) supports unmapped bio requests, it
kib
2013-04-02
1
-1
/
+9
*
Support unmapped i/o for the md(4).
kib
2013-03-19
1
-40
/
+204
*
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-8
/
+8
*
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-0
/
+1
*
Print correct unit number when attaching preloaded memory disks.
jh
2012-11-21
1
-6
/
+7
*
Disallow attaching preloaded memory disks via ioctl.
jh
2012-11-21
1
-23
/
+6
*
Zero the newly allocated md(4) swap-backed page to prevent random
kib
2012-11-08
1
-0
/
+9
*
Add a MD_ROOT_FSTYPE kernel option. The option specifies the
marcel
2012-11-03
1
-1
/
+5
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-15
/
+3
*
After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
kib
2012-08-05
1
-2
/
+1
*
Remove verbose unused commented out debugging printf.
kib
2012-08-04
1
-6
/
+0
*
Disallow sectorsize larger than MAXPHYS and mediasize smaller than
jh
2012-08-02
1
-6
/
+12
*
Make it possible to resize md(4) devices.
trasz
2012-07-07
1
-1
/
+71
*
Document a large number of currently undocumented sysctls. While here
eadler
2011-12-13
1
-2
/
+4
*
Add information about MD_READONLY and MD_COMPRESS flags to the
ae
2011-10-31
1
-0
/
+5
*
Include sys/sbuf.h directly.
ae
2011-07-11
1
-0
/
+1
*
Move the ZERO_REGION_SIZE to a machine-dependent file, as on many
mdf
2011-05-13
1
-0
/
+2
*
Usa a globally visible region of zeros for both /dev/zero and the md
mdf
2011-05-13
1
-5
/
+3
*
Implement BIO_DELETE for vnode devices by simply overwriting the deleted
des
2011-04-29
1
-0
/
+42
*
Use the preload_fetch_addr() and preload_fetch_size() convenience
marcel
2011-02-09
1
-10
/
+9
*
Add support for BIO_DELETE on swap-backed md(4). In the case of BIO_DELETE
kib
2011-01-27
1
-6
/
+10
*
Bio shall not be accessed after g_io_deliver(9).
kib
2011-01-25
1
-1
/
+1
*
Add missed ().
kib
2011-01-19
1
-2
/
+2
*
There is no point in calling vm_object_set_writeable_dirty() on an object
alc
2011-01-19
1
-1
/
+0
*
Add reporting of GEOM::candelete BIO_GETATTR for md(4) and geom_disk(4).
kib
2010-12-29
1
-2
/
+3
*
Add sysctl vm.md_malloc_wait, non-zero value of which switches malloc-backed
kib
2010-12-29
1
-3
/
+8
*
Allow the MDIOCATTACH ioctl operation to originate from within the kernel.
marcel
2010-10-18
1
-8
/
+16
*
- 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
[next]