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.
bba7ed20 | kib | Jan. 19, 2017, 2:27 p.m. | Style fixes and comment updates. | |
b328ce00 | loos | Jan. 19, 2017, 2:05 p.m. | The port number and the to_port_en flag are valid only on SOP descriptor. | |
9e3ff5c5 | kib | Jan. 19, 2017, 1:35 p.m. | Remove unused union member, fifos on tmpfs are implemented in common code. | |
805ca177 | delphij | Jan. 19, 2017, 8:01 a.m. | Use S_ISREG instead of manual & (also it's better to compare the
result from & and the pattern instead of just assuming it's one bit value). Pointed out by Tianjie Mao <tjmao tjmao com>. MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D4827cgit ViewVC |
|
34a6b428 | behlendorf1 | Jan. 18, 2017, 11:10 p.m. | OpenZFS 7659 - Missing thread_exit() in dmu_send.c
Two threads send_traverse_thread() and receive_writer_thread() should end with thread_exit(); Mostly a cosmetic issue under IllumOS. Authored by: Jorgen Lundman <lundman@lundman.net> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Ported-by: George Melikov <mail@gmelikov.ru> OpenZFS-issue: https://www.illumos.org/issues/7659 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/a569268 Closes #5603cgit |
|
9df99d6e | asomers | Jan. 18, 2017, 10:10 p.m. | Fix an unchecked return value in zfsd | |
daa0d9dd | asomers | Jan. 18, 2017, 8:24 p.m. | Fix several Coverity CIDs in devd
CID 1362055, 1362054: File descriptor leaks during shutdown CID 1362013: Potential null-termination fail with long network device names CID 1362097: Uncaught exception during memory pressure CID 1362017, 1362016: Unchecked errors, possibly resulting in weird behavior if two devd instances start at the same time. CID 1362015: Unchecked error that will probably never fail Reported by: Coverity CID: 1362055 1362054 1362013 1362097 1362017 1362016 1362015 MFC after: 4 weeks Sponsored by: Spectra Logic Corpcgit ViewVC |
|
c9bf8148 | cem | Jan. 18, 2017, 6:16 p.m. | restore(8): Handle extended attribute names correctly
UFS2 extended attribute names are not NUL-terminated. Handle appropriately. Correct the EXTATTR_BASE_LENGTH() macro, which handled ea_namelength == one (mod eight) extended attributes incorrectly. PR: 216127 Reported by: dewayne at heuristicsystems.com.au Reviewed by: kib@ Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D9208cgit ViewVC |
|
4a42ab7d | ngie | Jan. 18, 2017, 6:14 p.m. | Use SRCTOP instead of .CURDIR-relative path in .PATH directive | |
6e02fac9 | cem | Jan. 18, 2017, 5:55 p.m. | ufs/extattr.h: Fix documentation of ea_name termination
The ea_name string is not nul-terminated. Correct the documentation. Because the subsequent field is padded to 8 bytes, and the padding is zeroed, the ea_name string will appear to be nul-terminated whenever the length isn't exactly one (mod eight). This was introduced in r167010 (2007). Additionally, mark the length fields as unsigned. This particularly matters for the single byte ea_namelength field, which can represent extended attribute names up to 255 bytes long. No functional change. PR: 216127 Reported by: dewayne at heuristicsystems.com.au Reviewed by: kib@ Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D9206cgit ViewVC |
|
c5f61e6f | mjg | Jan. 18, 2017, 5:55 p.m. | sx: reduce lock accesses similarly to r311172 | |
3f0a0612 | mjg | Jan. 18, 2017, 5:53 p.m. | rwlock: reduce lock accesses similarly to r311172 | |
f3b3aa83 | glebius | Jan. 18, 2017, 5:21 p.m. | Format and sort MSG_* flags, to prevent misedits in future. There is no | |
cf66bb8d | glebius | Jan. 18, 2017, 5:09 p.m. | Fix regression from r311568: collision of MSG_NOSIGNAL with MSG_MORETOCOME | |
1c6fccc1 | br | Jan. 18, 2017, 2:41 p.m. | Remove empty ranges property so beri_simplebus can be attached again. |