| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach the flashmap code about the SPI flash. | adrian | 2016-01-23 | 1 | -2/+6 |
* | Add rotationrate to geom disk dumpconf | rpokala | 2016-01-14 | 1 | -0/+17 |
* | Make additional parts of sys/geom/eli more usable in userspace | allanjude | 2016-01-07 | 6 | -184/+251 |
* | Add some additional GPT partition types | allanjude | 2015-12-27 | 3 | -59/+87 |
* | Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c | allanjude | 2015-12-27 | 5 | -5/+6 |
* | Fix incorrect error message in geom map | allanjude | 2015-12-27 | 1 | -1/+1 |
* | It turns out that it's OK to sleep in this context, so use M_WAITOK | imp | 2015-12-18 | 1 | -2/+1 |
* | Scheduling module to introduce a fixed delay into the I/O path. | imp | 2015-12-18 | 1 | -0/+265 |
* | Prevent g_access calls to bad multipath members | smh | 2015-12-15 | 1 | -2/+18 |
* | Make detection of GPT a bit more reliable. | ae | 2015-12-10 | 1 | -15/+16 |
* | Fix a style issue in g_disk_limit(). | ken | 2015-12-04 | 1 | -1/+3 |
* | Fix g_disk_vlist_limit() to work properly with deletes. | ken | 2015-12-04 | 1 | -9/+14 |
* | Add asynchronous command support to the pass(4) driver, and the new | ken | 2015-12-03 | 2 | -38/+152 |
* | Fix early kernel dump via dumpdev env | smh | 2015-11-17 | 1 | -5/+22 |
* | Fix g_eli error loss conditions | smh | 2015-11-05 | 1 | -9/+9 |
* | Remove compatibility shims for legacy ATA device names. | mav | 2015-10-11 | 2 | -47/+3 |
* | Make geom_nop(4) collect statistics on all types of BIOs, not just | trasz | 2015-10-10 | 2 | -0/+42 |
* | geom_dev: Use kenv 'dumpdev' in the same way as rc/etc.d/dumpon | cem | 2015-09-23 | 1 | -1/+8 |
* | Add a way to specify stripesize and stripeoffset to gnop(8). This makes | trasz | 2015-09-15 | 2 | -3/+41 |
* | After the introduction of direct dispatch, the pacing code in g_down() | imp | 2015-09-02 | 1 | -7/+41 |
* | Create a RouterBoard platform and use it to create a flash map | jhibbits | 2015-08-22 | 1 | -1/+10 |
* | Clean out some externally visible "more then" grammar | pfg | 2015-08-11 | 4 | -4/+4 |
* | Make some debug printf's into DPRINTF's to reduce noise on attach/detahh | ngie | 2015-08-09 | 1 | -6/+6 |
* | Enable BIO_DELETE passthru in GELI, so TRIM/UNMAP can work as expected when | pjd | 2015-08-08 | 3 | -35/+92 |
* | Minor style cleanup of the code surrounding r286404. | kib | 2015-08-07 | 1 | -5/+5 |
* | The condition to use direct processing for the unmapped bio is | kib | 2015-08-07 | 1 | -2/+2 |
* | After crypto_dispatch() bio might be already delivered and destroyed, | pjd | 2015-08-06 | 2 | -14/+8 |
* | Make some debug printf's into DPRINTF's to reduce noise on attach/detach | ngie | 2015-08-06 | 1 | -4/+4 |
* | Fix panic triggered by code like this: | trasz | 2015-08-04 | 1 | -0/+7 |
* | Fix panic that would happen on forcibly unmounting devfs (note that | trasz | 2015-08-03 | 1 | -0/+14 |
* | Report the scheme and provider names in warning message about unaligned | ae | 2015-07-26 | 1 | -2/+4 |
* | Add a new option to gpart(8) to fix Lenovo BIOS boot issue | allanjude | 2015-07-15 | 1 | -0/+16 |
* | Spoil even can happen for some time now even on providers opened exclusively | pjd | 2015-07-10 | 1 | -3/+3 |
* | Properly propagate errors in metadata reading. | pjd | 2015-07-02 | 1 | -1/+4 |
* | Allow to omit keyfile number for the first keyfile. | pjd | 2015-07-02 | 1 | -0/+7 |
* | Fix off-by-one error in fstyp(8) and geom_label(4) that made them use | trasz | 2015-06-18 | 4 | -18/+19 |
* | Teach G_PART_GPT class to handle g_resize_provider event. | ae | 2015-06-08 | 1 | -1/+1 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 5 | -5/+5 |
* | Read GEOM_UNCOMPRESS metadata using several requests that fit into | ae | 2015-05-19 | 1 | -15/+25 |
* | Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme. | ae | 2015-05-05 | 1 | -0/+3 |
* | Move zlib.c from net to libkern. | rodrigc | 2015-04-22 | 2 | -2/+2 |
* | g_uncompress_taste: prevent a double free. | pfg | 2015-04-20 | 1 | -0/+1 |
* | Remove sleeps from geom_up thread on device destruction. | mav | 2015-04-09 | 2 | -3/+3 |
* | Remove extra semicolon. | mav | 2015-03-27 | 1 | -1/+1 |
* | Remove request sorting from GEOM_MIRROR and GEOM_RAID. | mav | 2015-03-27 | 2 | -7/+7 |
* | Fix bug on memory allocation error in split method. | mav | 2015-03-27 | 1 | -3/+2 |
* | Make GEOM_PART work in presence of previous withered self. | mav | 2015-03-26 | 1 | -5/+2 |
* | Report withered providers as such alike to GEOMs. | mav | 2015-03-26 | 1 | -1/+3 |
* | When searching for provider by name, prefer non-withered one. | mav | 2015-03-26 | 1 | -3/+9 |
* | Fix the label search routine in geom_map to not trip up on '\0' bytes. | adrian | 2015-03-19 | 1 | -1/+9 |