aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Ignore UFS/FFS superblock check hash failures so as to allow a higherKirk McKusick2019-08-061-2/+2
* gnop: style nitsMariusz Zaborski2019-07-311-1/+2
* gnop: Introduce requests delay.Mariusz Zaborski2019-07-312-26/+180
* g_mirror_taste: avoid deadlock, always clear tasting flagRyan Libby2019-07-011-1/+1
* g_eli_create: only dec g_access acw if we inc'd itRyan Libby2019-07-011-6/+4
* Remove NAND and NANDFS supportWarner Losh2019-06-251-24/+0
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-1915-134/+140
* Optimize kern.geom.conf* sysctls.Alexander Motin2019-06-181-20/+29
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-173-0/+3
* geli: style nitsMariusz Zaborski2019-06-121-2/+2
* geli: partially revert r348709Mariusz Zaborski2019-06-124-6/+6
* geli: build warning fixesMariusz Zaborski2019-06-054-7/+7
* When using the destroy option to shut down a nop GEOM module, I/OKirk McKusick2019-05-251-13/+25
* Add deprecation warnings for weaker algorithms to geli(4).John Baldwin2019-05-231-1/+18
* List-ify kernel dump device configurationConrad Meyer2019-05-062-20/+49
* geom: fix initialization orderRoger Pau Monné2019-05-061-1/+1
* Call delist_dev() before destroy_dev_sched_cb().Alexander Motin2019-04-241-0/+1
* gnop(8): Nopify configuration as a kernel dump deviceConrad Meyer2019-04-221-5/+48
* Implement automatic online expansion of GELI providers - if the underlyingPawel Jakub Dawidek2019-04-034-19/+204
* Introduce new event SIZECHANGE within GEOM system to inform about GEOMPawel Jakub Dawidek2019-03-301-1/+12
* Support device-independent labels for geom_flashmap slices.Ian Lepore2019-03-245-9/+130
* stack(9): Drop unused API mode and comment that referenced itConrad Meyer2019-03-151-5/+5
* Revert revision 254095Marcel Moolenaar2019-03-051-3/+2
* Modularize xz.Konstantin Belousov2019-02-262-1/+1
* Add a missing return statement to g_concat_kernel_dump().Mark Johnston2019-02-261-1/+3
* Define a constant for the maximum number of GEOM_CTL arguments.Mark Johnston2019-02-202-2/+3
* Limit the number of entries allocated for a REPORT_ZONES command.Mark Johnston2019-02-191-8/+6
* Impose a limit on the number of GEOM_CTL arguments.Mark Johnston2019-02-191-0/+6
* geom_uzip(4): set 'gp != NULL' assertion on top of the functionAndriy Voskoboinyk2019-01-261-1/+1
* geom_uzip(4): move NULL pointer KASSERT check before it is dereferencedAndriy Voskoboinyk2019-01-261-1/+1
* gmirror: Relocate DEVICE_FLAGS to adjacent linesConrad Meyer2019-01-231-6/+6
* Use g_handleattr() to reply to GEOM::candelete queries.Mark Johnston2019-01-023-20/+11
* Switch from mutexes to atomics in GEOM_DEV I/O path.Alexander Motin2018-12-271-22/+25
* gmirror: Remove a last-minute INVARIANTS breakage in r341840Conrad Meyer2018-12-121-2/+0
* gmirror: Fix a bug introduced in r341674Conrad Meyer2018-12-121-1/+4
* gmirror: Evaluate mirror components against newest metadata copyConrad Meyer2018-12-072-79/+167
* Revert r341665 due to tinderbox breakageConrad Meyer2018-12-072-166/+79
* gmirror: Evaluate mirror components against newest metadata copyConrad Meyer2018-12-062-79/+166
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-062-2/+2
* Another attempt to fix issue with the DIOCGDELETE ioctl(2) notMaxim Sobolev2018-12-041-0/+14
* Add a “skip_dsn” option to g_part's bootcode verb to prevent g_part_mbrDag-Erling Smørgrav2018-11-273-1/+10
* Revert r340187, it breaks EOD (end-of-device) detection logic. Turns out,Maxim Sobolev2018-11-071-2/+0
* Don't allow BIO_READ, BIO_WRITE or BIO_DELETE requests that areMaxim Sobolev2018-11-061-0/+2
* Have gconcat advertise delete support if one of its disks does.Mark Johnston2018-10-302-0/+36
* Extend stripeoffset and stripesize of GEOMs from u_int to off_tEugene Grosbein2018-10-2711-35/+37
* Restore backward compatibility for "attach" verb.Xin LI2018-10-271-12/+17
* MFH r338661 through r339200.Glen Barber2018-10-051-1/+1
|\
| * Fix use-after-free in RAID0 error reporting of GEOM_RAID.Alexander Motin2018-09-241-1/+1
* | Make geli(8) buildable.Jung-uk Kim2018-09-191-11/+13
|/
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-184-7/+7