| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
use .Mt to mark up email addresses consistently (part1)
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
|
|
|
|
|
|
|
|
|
|
| |
Make geom_nop(4) collect statistics on all types of BIOs, not just
reads and writes.
PR: kern/198405
Submitted by: Matthew D. Fuller <fullermd at over-yonder dot net>
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D3679
|
|
|
|
|
|
|
| |
Add a way to specify stripesize and stripeoffset to gnop(8). This makes
it possible to "simulate" 4K media, to eg test alignment handling.
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
| |
While I'm here remove redundancy and inconsistencies.
Obtained from: Juniper Networks
|
|
|
|
|
|
|
| |
understand everything correctly, we don't really need it.
- Provide default numeric value as strings. This allows to simplify
a lot of code.
- Bump version number.
|
|
|
|
|
|
|
| |
PR: 136219
Submitted by: Kouki Hashimoto <hsmtkk@gmail.com>
Patch by: gavin
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
| |
In order to support gpart(8), geom(8) needs to support a named
argument. Also, optional string parameters are a requirement.
Both have been added to the infrastructure. The former required
all existing classes to be adjusted.
|
|
|
|
| |
Changes: 98722
|
| |
|
|
|
|
|
|
|
| |
write failure probability.
- Allow to specify an error number to return of failure.
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
| |
- number of read I/O requests,
- number of write I/O requests,
- number of read bytes,
- number of written bytes.
Add 'reset' subcommand for resetting statistics.
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
| |
just leave reference to geom(8).
MFC after: 1 week
|
|
|
|
|
|
| |
- Update copyrights.
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
| |
Manual pages fixes by: ru
MFC after: 3 days
|
|
|
|
| |
Reviewed by: pjd
|
|
|
|
|
|
|
|
|
|
| |
provider.
- Bump version number.
This allows for a quite interesting trick. One can setup a stripe with
stripe size of 512 bytes and create transparent provider on top of it
with sector size equal to <ndisks> * 512. The result will be something
like RAID3 without parity disk (every access will touch all disks).
|
| |
|
|
|
|
|
| |
-o offset - specifies where to start on the original provider
-s size - specifies size of the transparent provider
|
|
|
|
| |
Based on: simon's patch
|
| |
|
| |
|
| |
|
|
|
|
| |
- Add missing 'a'.
|
| |
|
| |
|
|
|
|
| |
Supported by: Wheel - Open Technologies - http://www.wheel.pl
|
|
|
|
| |
- Bump version number.
|
|
|
|
| |
Inspired by: ru
|
|
GEOM classes. CONCAT should be 100% compatible with existing gconcat(8)
utility, which is going to be removed.
Supported by: Wheel - Open Technologies - http://www.wheel.pl
|