committer filter by committer.
@path/to/ filter by path in repository.
committer@path/to/ filter by committer AND path in repository.
abdef0123 filter by commit's SHA hash.
rNNN filter by SVN revision.
rNNN-rMMM filter by SVN revisions range (inclusive).
Multiple filters can be specified separated by spaces or comas in which case they'll be combined using OR operator.
59ec30a3 | behlendorf1 | June 24, 2019, 11:44 p.m. | Remove code for zfs remap
The "zfs remap" command was disabled by 6e91a72fe3ff8bb282490773bd687632f3e8c79d, because it has little utility and introduced some tricky bugs. This commit removes the code for it, the associated ZFS_IOC_REMAP ioctl, and tests. Note that the ioctl and property will remain, but have no functionality. This allows older software to fail gracefully if it attempts to use these, and avoids a backwards incompatibility that would be introduced if we renumbered the later ioctls/props. Reviewed-by: Tom Caputi <tcaputi@datto.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Matthew Ahrens <mahrens@delphix.com> Closes #8944cgit |
|
53864800 | behlendorf1 | June 24, 2019, 11:42 p.m. | Fix error message on promoting encrypted dataset
This patch corrects the error message reported when attempting to promote a dataset outside of its encryption root. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tom Caputi <tcaputi@datto.com> Closes #8905 Closes #8935cgit |
|
da4961c7 | bcran | June 24, 2019, 11:18 p.m. | loader: add HTTP support using UEFI
Add support for an HTTP "network filesystem" using the UEFI's HTTP stack. This also supports HTTPS, but TianoCore EDK2 implementations currently crash while fetching loader files. Only IPv4 is supported at the moment. IPv6 support is planned for a follow-up changeset. Note that we include some headers from the TianoCore EDK II project in stand/efi/include/Protocol verbatim, including links to the license instead of including the full text because that's their preferred way of communicating it, despite not being normal FreeBSD project practice. Submitted by: scottph Reviewed by: imp, bcran Differential Revision: https://reviews.freebsd.org/D20643cgit ViewVC |
|
b0f79e32 | jchandra | June 24, 2019, 9:24 p.m. | arm64 acpi_iort: add some error handling
Print warnings for some bad kernel configurations (like NUMA disabled with multiple domains). Check and report some firmware errors (like incorrect proximity domain entries). Differential Revision: https://reviews.freebsd.org/D20416cgit ViewVC |
|
c66524f0 | jchandra | June 24, 2019, 9:13 p.m. | arm64 gicv3_its: enable all ITS blocks for a CPU
We now support multiple ITS blocks raising interrupts to a CPU. Add all available CPUs to the ITS when no NUMA information is available. This reverts the check added in r340602, at that tim we did not suppport multiple ITS blocks for a CPU. Differential Revision: https://reviews.freebsd.org/D20417cgit ViewVC |
|
73701bbe | imp | June 24, 2019, 9:05 p.m. | kbdcontrol -h prints two error messages. | |
893caf58 | jchandra | June 24, 2019, 9 p.m. | arm64 gic: Drop unused GICV3_IVAR_REDIST_VADDR
Now that GICV3_IVAR_REDIST is available, GICV3_IVAR_REDIST_VADDR is unused and can be removed. Drop the define and add a comment. Reviewed by: andrew Differential Revision: https://reviews.freebsd.org/D20454cgit ViewVC |
|
af9727f6 | imp | June 24, 2019, 8:52 p.m. | Add missing include of sys/boot.h | |
ec9abc18 | imp | June 24, 2019, 8:34 p.m. | Move to using a common kernel path between the boot / laoder bits and | |
97ad52ca | imp | June 24, 2019, 8:23 p.m. | Use the cam_ed copy of ata_params rather than malloc and freeing | |
6506ca91 | imp | June 24, 2019, 8:19 p.m. | Use ata_param_fixup instead of a custom copy here | |
2afaed2d | imp | June 24, 2019, 8:18 p.m. | Create ata_param_fixup | |
161d2a17 | imp | June 24, 2019, 8:18 p.m. | Go ahead and completely fix the ata_params before calling the veto | |
1734e205 | asomers | June 24, 2019, 8:08 p.m. | fusefs: refine the short read fix from r349332 | |
0a944371 | scottl | June 24, 2019, 7:42 p.m. | Add a section about the HD Audio module support |