| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -1/+2 |
| * | Ever since the block layer expanded its command syntax beyond just | Scott Long | 2020-02-07 | 1 | -2/+5 |
| * | Regularize my copyright notice | Warner Losh | 2019-12-04 | 1 | -1/+1 |
| * | Correct spelling, partion -> partition. | Ian Lepore | 2019-07-22 | 1 | -3/+3 |
| * | Remove All Rights Reserved | Warner Losh | 2019-02-05 | 1 | -1/+1 |
| * | - Use le32dec(9) for decoding EXT_CSD values where it makes sense. [1] | Marius Strobl | 2018-08-23 | 1 | -8/+4 |
| * | Obtain the bus mode (MMC or SD) from the directly superordinated | Marius Strobl | 2018-08-23 | 1 | -3/+3 |
| * | - If present, take advantage of the R/W cache of eMMC revision 1.5 and | Marius Strobl | 2018-05-15 | 1 | -14/+104 |
| * | Let mmcsd_ioctl() ensure appropriate privileges via priv_check(9). | Marius Strobl | 2018-05-14 | 1 | -6/+12 |
| * | Fix a bug introduced in r327355; in mmcsd_ioctl_cmd() when ensuring | Marius Strobl | 2018-01-13 | 1 | -1/+1 |
| * | - Don't allow userland to switch partitions; it's next to impossible | Marius Strobl | 2017-12-29 | 1 | -8/+22 |
| * | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 1 | -2/+0 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Correct an inverted conditional for determining the multiplier of | Marius Strobl | 2017-10-19 | 1 | -1/+1 |
| * | - If available, use TRIM instead of ERASE for implementing BIO_DELETE. | Marius Strobl | 2017-08-07 | 1 | -45/+101 |
| * | - Correct the remainder of confusing and error prone mix-ups between | Marius Strobl | 2017-08-02 | 1 | -48/+48 |
| * | Improve the clarity of a comment added in r321385 by not referring to | Marius Strobl | 2017-07-25 | 1 | -1/+1 |
| * | o Add support for eMMC HS200 and HS400 bus speed modes at 200 MHz to | Marius Strobl | 2017-07-23 | 1 | -88/+206 |
| * | - Add support for eMMC "partitions". Besides the user data area, i. e. | Marius Strobl | 2017-03-16 | 1 | -156/+859 |
| * | o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regarding | Marius Strobl | 2017-03-06 | 1 | -2/+2 |
| * | Fix overly long lines, whitespace and other bugs according to style(9). | Marius Strobl | 2017-01-29 | 1 | -18/+21 |
| * | Report random flash storage as non-rotating to GEOM_DISK. | Alexander Motin | 2017-01-12 | 1 | -0/+1 |
| * | In mmcsd_task(), bio_resid was not being set to 0 on a successful read | Marius Strobl | 2017-01-09 | 1 | -0/+2 |
| * | Create an API to reset a struct bio (g_reset_bio). This is mandatory | Warner Losh | 2016-02-17 | 1 | -1/+2 |
| * | Do not set d_fwsectors nor d_fwheads. Primarily because the values | Marcel Moolenaar | 2015-05-29 | 1 | -24/+1 |
| * | Rate-limit error logging to 5 lines per second, so that when an sdcard | Ian Lepore | 2015-01-11 | 1 | -2/+9 |
| * | fwsectors and fwheads used to be somehwat arbitrary. However, they are | Warner Losh | 2014-10-16 | 1 | -1/+23 |
| * | Export an mmc or sd card's serial number from the mmc layer as an ivar. | Ian Lepore | 2014-07-31 | 1 | -1/+4 |
| * | Consistently init all mmc request, command, and data structures to zero | Ian Lepore | 2013-08-17 | 1 | -0/+1 |
| * | Use meaningful names when creating mmc/sd threads. | Rui Paulo | 2013-07-09 | 1 | -2/+4 |
| * | When reporting the user readable size, round up. Several SD cards not | Warner Losh | 2013-05-16 | 1 | -3/+5 |
| * | Print MB and GB instead of MiB and GiB mislabeled as MB and GB. | Warner Losh | 2013-04-14 | 1 | -24/+24 |
| * | Set the backlink in mmc commands to the mmc request that contains them. | Ian Lepore | 2013-03-24 | 1 | -0/+3 |
| * | The check for MAXPHYS doesn't make sense, so remove it. | Warner Losh | 2012-08-23 | 1 | -7/+24 |
| * | Add missing prototypes. While at it, sort them alphabetically. | Marius Strobl | 2012-06-02 | 1 | -3/+8 |
| * | o Fixes: | Marius Strobl | 2012-04-21 | 1 | -17/+25 |
| * | Fix integer overflow on 32bit systems when calculating media size, | Alexander Motin | 2011-08-14 | 1 | -1/+1 |
| * | Add kernel dumping support. Works fine with sdhci controller driver. | Alexander Motin | 2009-02-17 | 1 | -1/+30 |
| * | Implement suspend/resume for mmc and mmcsd drivers. | Alexander Motin | 2008-12-06 | 1 | -12/+51 |
| * | Report card erase sector size as disk stripe size. | Alexander Motin | 2008-11-23 | 1 | -0/+2 |
| * | Improve detach handling: close races, flush queue. | Alexander Motin | 2008-11-23 | 1 | -13/+16 |
| * | Allow card reader bridge driver to report maximum supported transfer size. | Alexander Motin | 2008-10-29 | 1 | -8/+1 |
| * | Coalesce sequentional BIO_DELETE requests to slightly relax size and alignment | Alexander Motin | 2008-10-18 | 1 | -8/+23 |
| * | Implement BIO_DELETE command with MMC and SD erase commands. | Alexander Motin | 2008-10-18 | 1 | -55/+155 |
| * | Use GB suffix only from 10GB instead of 1GB. | Alexander Motin | 2008-10-12 | 1 | -1/+1 |
| * | Print the cards natural size. | Warner Losh | 2008-10-12 | 1 | -24/+58 |
| * | Give mmcsd driver a bit more information about card. It allows to reorganize | Alexander Motin | 2008-10-11 | 1 | -2/+7 |
| * | Set of mmc layer improvements: | Alexander Motin | 2008-10-08 | 1 | -1/+4 |
| * | Define and use MMC_SECTOR_SIZE. | Warner Losh | 2008-10-02 | 1 | -1/+1 |
| * | MAXPHYS seems more stable on the AT91RM9200 boards that I have. We | Warner Losh | 2008-10-02 | 1 | -1/+1 |