aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Rename two gmirror state flags to make their meanings slightly clearer.Mark Johnston2017-04-142-9/+9
* Don't set the mirror GEOM softc to NULL in g_mirror_destroy().Mark Johnston2017-04-141-8/+1
* Check for a provider error before enqueuing mirror I/O.Mark Johnston2017-04-141-0/+5
* Stop mirror synchronization before draining the I/O queue.Mark Johnston2017-04-141-4/+5
* Handle NULL entries in gmirror disk ds_bios arrays.Mark Johnston2017-04-101-5/+9
* Implement boot-time encryption key passing (keybuf)Allan Jude2017-04-012-94/+145
* sys/geom/eli: Switch bzero() to explicit_bzero() for sensitive dataAllan Jude2017-03-313-60/+56
* Avoid sleeping when the mirror I/O queue is non-empty.Mark Johnston2017-03-291-0/+4
* Remove an unneeded g_mirror_destroy_provider() call.Mark Johnston2017-03-291-4/+1
* Refine r301173 a bit.Mark Johnston2017-03-271-1/+4
* After r315112 I broke the tests with eli, instead to pass 0, I should passMarcelo Araujo2017-03-131-1/+1
* Report disk flags via the sysctl treeScott Long2017-03-131-0/+30
* Add the capability to refresh the gpart(8) label without need a reboot.Marcelo Araujo2017-03-121-0/+4
* When chunking large DIOCGDELETE, do it on stripe edge.Alexander Motin2017-03-081-1/+8
* The kern.geom.part.auto_resize should be tunable.Mariusz Zaborski2017-02-281-1/+1
* Add sysctl to control auto resize of the GEOM metadata.Mariusz Zaborski2017-02-271-0/+7
* - Allow different slicers for different flash types to be registeredMarius Strobl2017-02-221-72/+47
* improve PBKDF2 performanceAllan Jude2017-02-193-28/+35
* Defer startup of gjournal switcher kproc.John Baldwin2017-02-071-11/+35
* Check that primary GPT header is valid before wiping partitioning.Andrey V. Elsukov2017-02-041-3/+4
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-284-1077/+0
* Report disk addition errors on `add` or `create` subcommand.Alexander Motin2017-01-201-4/+4
* Report random flash storage as non-rotating to GEOM_DISK.Alexander Motin2017-01-122-6/+11
* g_raid: Prevent tasters from attempting excessively large readsConrad Meyer2017-01-122-0/+15
* Fix logic error in gvinum's gv_set_sd_state()Dimitry Andric2017-01-081-1/+1
* build: Unbreak LINTSepherosa Ziehau2016-12-211-0/+5
* Add support for encrypted kernel crash dumps.Konrad Witaszczyk2016-12-101-14/+68
* Add `gmirror create` subcommand, alike to gstripe, gconcat, etc.Alexander Motin2016-11-303-14/+244
* Use providergone method to cover race between destroy and g_access().Alexander Motin2016-11-132-27/+40
* Do not report error on close even if we have no paths left.Alexander Motin2016-11-121-1/+1
* Fix improper use of "its".Bryan Drewery2016-11-086-6/+6
* Add BUF_TRACKING and FULL_BUF_TRACKING buffer debuggingConrad Meyer2016-10-316-0/+25
* Fix alignment issues on MIPS: align the pointers properly.Ruslan Bukin2016-10-312-3/+14
* gmirror: Add a subroutine to free synchronization BIOs.Mark Johnston2016-10-201-11/+21
* gmirror: Release pending regular requests when synchronization stops.Mark Johnston2016-10-201-7/+1
* Fix possible geom destruction before final provider close.Alexander Motin2016-10-063-29/+17
* gmirror: Write an updated syncid before queuing writes.Mark Johnston2016-10-061-7/+8
* gmirror: Bump the syncid if broken disks are found during startup.Mark Johnston2016-10-061-1/+8
* gmirror: Use bool instead of boolean_t.Mark Johnston2016-10-051-4/+4
* [geom_redboot] Extend geom_redboot to handle non-zero fis offset.Adrian Chadd2016-10-041-1/+13
* Use g_wither_provider() where applicable.Alexander Motin2016-09-2312-23/+14
* Follow up r305988 by removing g_bio_run_task and related code.Edward Tomasz Napierala2016-09-201-22/+12
* Remove unused bio_taskqueue().Edward Tomasz Napierala2016-09-191-20/+0
* Don't treat an error from g_mirror_clear_metadata() as fatal.Mark Johnston2016-09-061-2/+6
* Add some fail points to gmirror.Mark Johnston2016-09-061-0/+15
* Do not invoke resize event if initial disk size is zero. Some disksAndrey V. Elsukov2016-08-011-1/+8
* Do not invoke resize method if geom is being withered.Andrey V. Elsukov2016-07-251-1/+1
* Use g_resize_provider() to change the size of GEOM_DISK provider,Andrey V. Elsukov2016-07-191-1/+1
* Relax checking if the privider size matches size recorded in theMaxim Sobolev2016-07-181-8/+34
* Move some gmirror metadata update messages to a higher debug level.Mark Johnston2016-07-141-4/+4