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.
6425fed7 | johalun | June 21, 2019, 6:48 p.m. | LinuxKPI: Additions to rcu list. | |
62260f68 | johalun | June 21, 2019, 4:43 p.m. | LinuxKPI: Add atomic_long_sub macro. | |
a370182f | behlendorf1 | June 21, 2019, 4:40 p.m. | Add SCSI_PASSTHROUGH to zvols to enable UNMAP support
When exporting ZVOLs as SCSI LUNs, by default Windows will not issue them UNMAP commands. This reduces storage efficiency in many cases. We add the SCSI_PASSTHROUGH flag to the zvol's device queue, which lets the SCSI target logic know that it can handle SCSI commands. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: John Gallagher <john.gallagher@delphix.com> Signed-off-by: Paul Dagnelie <pcd@delphix.com> Closes #8933cgit |
|
3976fd65 | behlendorf1 | June 21, 2019, 4:38 p.m. | Redacted Send/Receive broke zfs(8) help message
Since 30af21b0 was merged 'zfs send' help message format is broken and lists "-r" as a valid option: this commit corrects these small issues. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Paul Dagnelie <pcd@delphix.com> Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Closes #8942cgit |
|
83b31910 | ian | June 21, 2019, 3:44 p.m. | Add pwm to the armv7 GENERIC kernel, it's now used by TI and Allwinner. | |
1d90bbbb | ian | June 21, 2019, 3:12 p.m. | Do some general cleanup and light wordsmithing. | |
7202a380 | ian | June 21, 2019, 2:46 p.m. | Catch up with recent changes in pwmbus(9). The pwm(9) and pwmbus(9) | |
ef558a10 | ian | June 21, 2019, 2:24 p.m. | Add support for the PWM(9) API. This allows configuring the pwm output using | |
3103a7ee | ian | June 21, 2019, 2:01 p.m. | Some mundane tweaks and cleanups to help de-clutter the diffs of some
upcoming functional changes. Add an ofw_compat_data table for probing compat strings, and use it to add PNP data. Remove some stray semicolons at the end of macro definitions, and add a PWM_LOCK_ASSERT macro to round out the usual suite. Move the device_t and driver_methods structs to the end of the file. Tweak comments.cgit ViewVC |
|
b72236b4 | emaste | June 21, 2019, 1:42 p.m. | nandsim: correct test to avoid out-of-bounds access
Previously nandsim_chip_status returned EINVAL iff both of user-provided chip->ctrl_num and chip->num were out of bounds. If only one failed the bounds check arbitrary memory would be read and returned. The NAND framework is not built by default, nandsim is not intended for production use (it is a simulator), and the nandsim device has root-only permissions. admbugs: 827 Reported by: Daniel Hodson of elttam MFC after: 3 days Security: kernel information leak or DoS Sponsored by: The FreeBSD Foundationcgit ViewVC |
|
978f2d17 | ae | June 21, 2019, 10:54 a.m. | Add "tcpmss" opcode to match the TCP MSS value.
With this opcode it is possible to match TCP packets with specified MSS option, whose value corresponds to configured in opcode value. It is allowed to specify single value, range of values, or array of specific values or ranges. E.g. # ipfw add deny log tcp from any to any tcpmss 0-500 Reviewed by: melifaro,bcr Obtained from: Yandex LLC MFC after: 1 week Sponsored by: Yandex LLCcgit ViewVC |
|
05fc9d78 | kp | June 21, 2019, 7:58 a.m. | ip_output: pass PFIL_FWD in the slow path | |
9a807080 | syrinx | June 21, 2019, 7:45 a.m. | No need for each bsnmpd(1) module to open connection to syslog | |
65a184e0 | syrinx | June 21, 2019, 7:29 a.m. | Unbreak snmp_pf(3) after the changes introduced in r338209 | |
87ff949a | asomers | June 21, 2019, 4:57 a.m. | fusefs: raise protocol level to 7.23 |