Searched hist:f7ca2bbe447a5224efb4078fdd1d29910f495b91 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | mdioctl.h | diff f7ca2bbe447a5224efb4078fdd1d29910f495b91 Mon Aug 28 17:54:07 CEST 2017 Maxim Sobolev <sobomax@FreeBSD.org> Add ability to label md(4) devices.
This feature comes from the fact that we rely memory-backed md(4) in our build process heavily. However, if the build goes haywire the allocated resources (i.e. swap and memory-backed md(4)'s) need to be purged. It is extremely useful to have ability to attach arbitrary labels to each of the virtual disks so that they can be identified and GC'ed if neecessary.
MFC after: 4 weeks Differential Revision: https://reviews.freebsd.org/D10457
|
/freebsd/sbin/mdconfig/ |
H A D | mdconfig.8 | diff f7ca2bbe447a5224efb4078fdd1d29910f495b91 Mon Aug 28 17:54:07 CEST 2017 Maxim Sobolev <sobomax@FreeBSD.org> Add ability to label md(4) devices.
This feature comes from the fact that we rely memory-backed md(4) in our build process heavily. However, if the build goes haywire the allocated resources (i.e. swap and memory-backed md(4)'s) need to be purged. It is extremely useful to have ability to attach arbitrary labels to each of the virtual disks so that they can be identified and GC'ed if neecessary.
MFC after: 4 weeks Differential Revision: https://reviews.freebsd.org/D10457
|
H A D | mdconfig.c | diff f7ca2bbe447a5224efb4078fdd1d29910f495b91 Mon Aug 28 17:54:07 CEST 2017 Maxim Sobolev <sobomax@FreeBSD.org> Add ability to label md(4) devices.
This feature comes from the fact that we rely memory-backed md(4) in our build process heavily. However, if the build goes haywire the allocated resources (i.e. swap and memory-backed md(4)'s) need to be purged. It is extremely useful to have ability to attach arbitrary labels to each of the virtual disks so that they can be identified and GC'ed if neecessary.
MFC after: 4 weeks Differential Revision: https://reviews.freebsd.org/D10457
|
/freebsd/sys/dev/md/ |
H A D | md.c | diff f7ca2bbe447a5224efb4078fdd1d29910f495b91 Mon Aug 28 17:54:07 CEST 2017 Maxim Sobolev <sobomax@FreeBSD.org> Add ability to label md(4) devices.
This feature comes from the fact that we rely memory-backed md(4) in our build process heavily. However, if the build goes haywire the allocated resources (i.e. swap and memory-backed md(4)'s) need to be purged. It is extremely useful to have ability to attach arbitrary labels to each of the virtual disks so that they can be identified and GC'ed if neecessary.
MFC after: 4 weeks Differential Revision: https://reviews.freebsd.org/D10457
|