#
e51036fb |
| 23-Jan-2025 |
John Baldwin <jhb@FreeBSD.org> |
gvinum(8): Remove userland tool for managing vinum volumes
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D48542
|
Revision tags: release/14.2.0, release/13.4.0 |
|
#
a5770eb5 |
| 12-Aug-2024 |
Alexander Ziaee <concussious@runbox.com> |
geom.8: minor cleanup (markup, spdx, gsched)
Fixes: 86c06f (Remove GEOM_SCHED class and gsched) MFC after: 3 days
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1380
|
Revision tags: release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
#
794f5122 |
| 09-May-2023 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
geom.8: Fix typos and wordsmith
MFC after: 3 days
|
Revision tags: release/13.2.0 |
|
#
94db10b2 |
| 12-Dec-2022 |
Ed Maste <emaste@FreeBSD.org> |
geom: minor man page updates suggested by igor(1)
Reviewed by: pauamma Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37681
|
#
d181a912 |
| 12-Dec-2022 |
Ed Maste <emaste@FreeBSD.org> |
geom: add vinum as a recognized class
And note that it is deprecated.
PR: 236569 Reported by: bcran Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.fre
geom: add vinum as a recognized class
And note that it is deprecated.
PR: 236569 Reported by: bcran Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37678
show more ...
|
Revision tags: release/12.4.0, release/13.1.0 |
|
#
c7996ddf |
| 01-Mar-2022 |
Kirk McKusick <mckusick@FreeBSD.org> |
Create a new GEOM utility, gunion(8).
The gunion(8) utility is used to track changes to a read-only disk on a writable disk. Logically, a writable disk is placed over a read-only disk. Write request
Create a new GEOM utility, gunion(8).
The gunion(8) utility is used to track changes to a read-only disk on a writable disk. Logically, a writable disk is placed over a read-only disk. Write requests are intercepted and stored on the writable disk. Read requests are first checked to see if they have been written on the top (writable disk) and if found are returned. If they have not been written on the top disk, then they are read from the lower disk.
The gunion(8) utility can be especially useful if you have a large disk with a corrupted filesystem that you are unsure of how to repair. You can use gunion(8) to place another disk over the corrupted disk and then attempt to repair the filesystem. If the repair fails, you can revert all the changes in the upper disk and be back to the unchanged state of the lower disk thus allowing you to try another approach to repairing it. If the repair is successful you can commit all the writes recorded on the top disk to the lower disk.
Another use of the gunion(8) utility is to try out upgrades to your system. Place the upper disk over the disk holding your filesystem that is to be upgraded and then run the upgrade on it. If it works, commit it; if it fails, revert the upgrade.
Further details can be found in the gunion(8) manual page.
Reviewed by: Chuck Silvers, kib (earlier version) tested by: Peter Holm Differential Revision: https://reviews.freebsd.org/D32697
show more ...
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
01d4e214 |
| 05-Oct-2018 |
Glen Barber <gjb@FreeBSD.org> |
MFH r338661 through r339200.
Sponsored by: The FreeBSD Foundation
|
#
c0b5e991 |
| 14-Sep-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r338595 through r338689, and resolve conflicts.
|
#
6a027382 |
| 14-Sep-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add the "-t" option to geom(8) utility, to display geoms hierarchy. Sample output:
% geom -t Geom Class Provider da0 DISK da0 da0 PART da0s1
Add the "-t" option to geom(8) utility, to display geoms hierarchy. Sample output:
% geom -t Geom Class Provider da0 DISK da0 da0 PART da0s1 da0s1 PART da0s1a ffs.da0s1a VFS da0s1a DEV da0s1 DEV da0 DEV da1 DISK da1 swap SWAP da1 DEV cd0 DISK cd0 cd0 DEV
Reviewed by: oshogbo Approved by: re (kib) MFC after: 2 weeks Relnotes: yes Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17151
show more ...
|
#
0f73f701 |
| 13-Sep-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add new option to the geom(8) utility, "-p". It makes it easy to look up the GEOM class instance from the provider name.
Reviewed by: oshogbo, 0mp Approved by: re (kib) MFC after: 2 weeks Relnotes:
Add new option to the geom(8) utility, "-p". It makes it easy to look up the GEOM class instance from the provider name.
Reviewed by: oshogbo, 0mp Approved by: re (kib) MFC after: 2 weeks Relnotes: yes Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17116
show more ...
|
Revision tags: release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0 |
|
#
246e7a2b |
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
#
ee7b0571 |
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
#
1b833d53 |
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
Revision tags: release/9.3.0 |
|
#
bd0891ce |
| 20-Jun-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
use .Mt to mark up email addresses consistently (part1)
PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0 |
|
#
83d165c1 |
| 24-Mar-2011 |
Alexander Motin <mav@FreeBSD.org> |
MFgraid/head r217014: Make `geom XXX list` and `geom XXX status` outputs more consistent: Add -a options to print all geoms, not only ones with providers. Add -g option for `status` to report geom's
MFgraid/head r217014: Make `geom XXX list` and `geom XXX status` outputs more consistent: Add -a options to print all geoms, not only ones with providers. Add -g option for `status` to report geom's names, not provider's. Make `status` by default report provider's status (if present), not geom's. Make `status` report consumer's statuses, not only "synchronized" field.
show more ...
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
28887567 |
| 01-Sep-2010 |
Maxim Konovalov <maxim@FreeBSD.org> |
o List MOUNTVER and SCHED classes. X-ref gsched(8). Bump Dd.
PR: docs/149925 Submitted by: arundel
|
#
c2025a76 |
| 16-Aug-2010 |
Joel Dahl <joel@FreeBSD.org> |
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while translating these manual pages. Minor corrections by me.
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
|
#
f6ac2391 |
| 06-Aug-2010 |
Joel Dahl <joel@FreeBSD.org> |
Fix typos and spelling mistakes.
|
Revision tags: release/8.1.0_cvs, release/8.1.0 |
|
#
79964ec9 |
| 27-Mar-2010 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
MFC r201432:
Add manual page for gcache(8).
|
Revision tags: release/7.3.0_cvs, release/7.3.0 |
|
#
1a0fda2b |
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
#
b3f9d8c8 |
| 16-Jan-2010 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add gmountver, disk mount verification GEOM class.
Note that due to e.g. write throttling ('wdrain'), it can stall all the disk I/O instead of just the device it's configured for. Using it for remo
Add gmountver, disk mount verification GEOM class.
Note that due to e.g. write throttling ('wdrain'), it can stall all the disk I/O instead of just the device it's configured for. Using it for removable media is therefore not a good idea.
Reviewed by: pjd (earlier version)
show more ...
|
#
9199c09a |
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
#
cf7710e1 |
| 03-Jan-2010 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add manual page for gcache(8).
|
Revision tags: release/8.0.0_cvs, release/8.0.0 |
|
#
10b3b545 |
| 17-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Merge from head
|