summaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* geom_slice: fix r325227, protect against multiple calls to g_slice_freeAndriy Gapon2017-11-011-4/+13
* geom_slice: do not destroy softc until providers are goneAndriy Gapon2017-10-311-25/+29
* Add back missing MTX_DEF, it still needs to be there.Edward Tomasz Napierala2017-10-291-1/+1
* Fix a lock leak in g_mirror_destroy().Mark Johnston2017-10-271-1/+3
* Make gmountver(8) use direct dispatch.Edward Tomasz Napierala2017-10-261-1/+3
* Make gmountver(8) use G_PF_ACCEPT_UNMAPPED.Edward Tomasz Napierala2017-10-261-0/+8
* Add support for compressed kernel dumps.Mark Johnston2017-10-251-4/+5
* Display rotation rate and TRIM/UNMAP support in diskinfo(8)Alan Somers2017-10-041-5/+5
* Don't destroy gmountver(8) devices on shutdown, unless they are orphaned.Edward Tomasz Napierala2017-10-042-2/+15
* Clear G_CF_ORPHAN when attaching. This fixes cases where the sameEdward Tomasz Napierala2017-10-021-0/+1
* g_resize_provider_event: Do not invoke orphan method twiceConrad Meyer2017-09-241-0/+8
* gmirror: treat ENXIO as disk disconnect, not media errorAndriy Gapon2017-09-152-3/+15
* Fix information leak in geli(8) integrity modeConrad Meyer2017-09-091-1/+9
* The hard drive media device path contains the size of the partition,Warner Losh2017-09-021-1/+1
* Add efimedia attribute for all GPT partitions.Warner Losh2017-09-011-0/+6
* Let g_access() log the actual error number.Konstantin Belousov2017-08-271-2/+2
* Hide length of geli passphrase during boot.Mariusz Zaborski2017-08-263-2/+41
* When read requests are sent from a filesystem running above g_journal,Kirk McKusick2017-08-131-53/+5
* Eliminate a variable that is only ever set.Kirk McKusick2017-08-131-3/+1
* Also provide a warning for geom_fox.Warner Losh2017-08-091-1/+10
* Mark geom classes as deprecated.Warner Losh2017-08-094-0/+31
* Eliminate useless adjustments of aliased device.Warner Losh2017-08-071-3/+0
* Expose API to allow disks to ask for alias names in devfs.Warner Losh2017-08-072-1/+33
* Add alias support to gpart.Warner Losh2017-08-071-1/+18
* Add aliasing concept to geom.Warner Losh2017-08-074-1/+52
* gjournal is broken in handling its flush_queue. If we have 10 bio'sKirk McKusick2017-08-072-1/+12
* sysctl kern.geom.journal.cache.limit shows negative value for FreeBSD/amd64Kirk McKusick2017-08-071-10/+10
* Add GEOM::descr attribute for symmetry with GEOM::ident.Alexander Motin2017-07-061-0/+2
* g_virstor.h: macro parenthesizationRyan Libby2017-06-301-4/+4
* With r318394 seems it breaks gpart(8) in some embedded systems such like PCEn...Marcelo Araujo2017-06-271-1/+2
* Add MD_VERIFY option to enable O_VERIFY in open for vnode type.Stephen J. Kiernan2017-05-311-0/+21
* Fix typo.Edward Tomasz Napierala2017-05-181-1/+1
* Synchronize unclean mirrors before adding them to a running gmirror.Mark Johnston2017-05-021-1/+3
* Dump md_iterations as signed, which it really is.Alexander Motin2017-04-211-1/+1
* Always allow setting number of iterations for the first time.Alexander Motin2017-04-211-1/+3
* 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