notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/openzfs/Makefile

Number of commits found: 58

Monday, 11 Mar 2024
16:34 Gleb Popov (arrowd) search for other commits by this committer
sysutils: Move manpages to share/man

Approved by:	portmgr (blanket)
commit hash: 236642e3d2c2bf79ddd5eb2bd71863cc21fedbe6 commit hash: 236642e3d2c2bf79ddd5eb2bd71863cc21fedbe6 commit hash: 236642e3d2c2bf79ddd5eb2bd71863cc21fedbe6 commit hash: 236642e3d2c2bf79ddd5eb2bd71863cc21fedbe6 236642e
Thursday, 7 Dec 2023
21:26 Alan Somers (asomers) search for other commits by this committer
sysutils/openzfs, sysutils/openzfs-kmod: update to ZFS 2.2.2

Among other things, this fixes an important data corruption bug.  It
also fixes the build on FreeBSD 14.

https://github.com/openzfs/zfs/releases/tag/zfs-2.2.2

PR:		275239
MFH:		2023Q4
Approved by:	mikael (ports)
Sponsored-by:	Axcient
commit hash: 117f55784d981833d6b51038afc215239382e651 commit hash: 117f55784d981833d6b51038afc215239382e651 commit hash: 117f55784d981833d6b51038afc215239382e651 commit hash: 117f55784d981833d6b51038afc215239382e651 117f557
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 8 Feb 2023
00:10 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs: Fix zilstat installation

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 58702524d4726491e7d482d168cdc11705726356 commit hash: 58702524d4726491e7d482d168cdc11705726356 commit hash: 58702524d4726491e7d482d168cdc11705726356 commit hash: 58702524d4726491e7d482d168cdc11705726356 5870252
Tuesday, 7 Feb 2023
23:15 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs*: Minor port housekeeping

Update the WWW to the official openzfs/zfs github repo, since the ZoF
repo is no longer used after merging to ZoL and renaming to openzfs/zfs.

While here, make a few small changes suggested by portlint.

Approved by:	lwhsu (implicit)
PR:	267453
Sponsored by:	iXsystems, Inc.
commit hash: 723f83e80dd2345815f320d6446f60b51da386be commit hash: 723f83e80dd2345815f320d6446f60b51da386be commit hash: 723f83e80dd2345815f320d6446f60b51da386be commit hash: 723f83e80dd2345815f320d6446f60b51da386be 723f83e
Thursday, 2 Feb 2023
15:34 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs*: Update to latest master

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 1ebc6547634083b4653f811c52a617fe48850a22 commit hash: 1ebc6547634083b4653f811c52a617fe48850a22 commit hash: 1ebc6547634083b4653f811c52a617fe48850a22 commit hash: 1ebc6547634083b4653f811c52a617fe48850a22 1ebc654
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 1 Sep 2022
13:52 Rene Ladan (rene) search for other commits by this committer
cleanup: remove support for FreeBSD 13.0 which expired today.

- Mk/bsd.port.mk: mark 13.0 as unsupported
- Tools/scripts/portsearch: Drop support for FreeBSD <= 4
- archivers/zstd: revert "Fix build on FreeBSD 13.0"
- deskutils/xdg-desktop-portal: remove check for 13.0
- devel/libpeas: remove outdated comment
- editors/imhex: remove compatibility for 13.0
- editors/libreoffice: remove compatibility for 13.0
- editors/openoffice-4: remove compatibility for 13.0
- editors/openoffice-devel: remove compatibility for 13.0
- emulators/linux_base-c7: remove compatiblity for 13.0
- graphics/drm-kmod: remove detection for 13.0
- graphics/gpu-firmware-amd-kmod: do not check 13.0 anymore
- graphics/linux-c7-libdrm: remove support for 13.0
- math/igraph: remove support for 13.0
- net/asterisk16: drop support for ancient FreeBSD versions
- net/asterisk18: drop support for ancient FreeBSD versions
- security/openssl*: drop now obsolete patches
- sysutils/bhyve+: drop support for FreeBSD 13.0
- sysutils/ebsnvme-id: drop support for FreeBSD 13.0
- sysutils/openzfs: remove detection of FreeBSD 13.0
- sysutils/openzfs-kmod: drop detection of FreeBSD 13.0
- www/firefox: generalize pkg-message a bit regarding hgame(4)
- x11/xorg-cf-files: remove support for FreeBSD < 6 (yes, pre-2008)

While here, regenerate patches for:
- x11/xorg-cf-files
- net/asterisk16
- net/asterisk18

While here, remove a stale $Id$ from Tools/scripts/portsearch

Differential Revision: https://reviews.freebsd.org/D36233

Reviewed by:	office (fluffy), x11 (manu), arrowd, brnrd, cperciva, freqlabs,
imp, jbeich, madpilot, nobutaka
commit hash: 2a09e5b4da7cfa9288c56e94791cc371a31b914d commit hash: 2a09e5b4da7cfa9288c56e94791cc371a31b914d commit hash: 2a09e5b4da7cfa9288c56e94791cc371a31b914d commit hash: 2a09e5b4da7cfa9288c56e94791cc371a31b914d 2a09e5b
Tuesday, 30 Aug 2022
16:44 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs*: Update to latest master

Notable changes:
* openzfs/zfs@2d5622f5b Importing from cachefile can trip assertion
* openzfs/zfs@a582d5299 Updates for snapshots_changed property
* openzfs/zfs@0c4064d9a Fix zpool status in case of unloaded keys
* openzfs/zfs@e713b69e5 arcstat: fix -p option
* openzfs/zfs@fbc210fab Enable relatime by default
* openzfs/zfs@947465b98 libzfs: Remove unused zpool_get_physpath()
* openzfs/zfs@4fc1ea9c6 zpool: fix redundancy check after vdev removal
* openzfs/zfs@673aa7e6c Don't double-zero buffers in fault management nvlists
* openzfs/zfs@9681de465 Add snapshots_changed as property
* openzfs/zfs@68aa3379e Skip checksum benchmarks on systems with slow cpu
* openzfs/zfs@e8cf3a4f7 Implement a new type of zfs receive: corrective receive
(-c)
* openzfs/zfs@3a1ce4914 Add createtxg sort support for simple snapshot iterator
* openzfs/zfs@bf61a507a zdb: dump spill block pointer if present
* openzfs/zfs@fb087146d Add support for per dataset zil stats and use wmsum
counters
* openzfs/zfs@33dba8c79 Fix scrub resume from newly created hole
* openzfs/zfs@97fd1ea42 Fix memory allocation for the checksum benchmark
* openzfs/zfs@cb01da680 Call nvlist_free before return
* openzfs/zfs@74230a5bc Avoid memory copy when verifying raidz/draid parity
* openzfs/zfs@1ac7d194e Avoid memory copies during mirror scrub
* openzfs/zfs@34e5423f8 Fix dnode byteswapping
* openzfs/zfs@e7d90362e Fix znode group permission different from acl mask
* openzfs/zfs@827322991 Fix and disable blocks statistics during scrub
* openzfs/zfs@1cd72b9c1 Avoid two 64-bit divisions per scanned block
* openzfs/zfs@c0bf952c8 Several B-tree optimizations
* openzfs/zfs@ccf89b39f Add a "zstream decompress" subcommand
* openzfs/zfs@1c0c729ab Several sorted scrub optimizations
* openzfs/zfs@ad8b9f940 Scrub mirror children without BPs
* openzfs/zfs@deb121309 Fix memory allocation issue for BLAKE3 context
* openzfs/zfs@d51f4ea5f FreeBSD: Improve crypto_dispatch() handling
* openzfs/zfs@10891b37f libzfs: Prevent overridding of error code
* openzfs/zfs@dd8671459 Reduce ZIO io_lock contention on sorted scrub
* openzfs/zfs@87b46d63b Improve sorted scan memory accounting
* openzfs/zfs@fc5200aa9 AVL: Remove obsolete branching optimizations
* openzfs/zfs@985c33b13 Introduce BLAKE3 checksums as an OpenZFS feature
* openzfs/zfs@42cf2ad0e Remove wrong assertion in log spacemap

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 177cee944033be581ee3fbf46b37318521bba570 commit hash: 177cee944033be581ee3fbf46b37318521bba570 commit hash: 177cee944033be581ee3fbf46b37318521bba570 commit hash: 177cee944033be581ee3fbf46b37318521bba570 177cee9
Wednesday, 1 Jun 2022
13:14 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs*: Bump to fix build

This updates the ports to bc8192cd5 and fixes the sysutils/openzfs
build after openzfs/zfs#13316 overhauled the build system.

The update also fixes the sysutils/openzfs-kmod build errors for
unused-but-set-variable warnings, which have been corrected upstream.

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: e9ff25cf63e7e7f730d00fc4bd6d54556a352b8e commit hash: e9ff25cf63e7e7f730d00fc4bd6d54556a352b8e commit hash: e9ff25cf63e7e7f730d00fc4bd6d54556a352b8e commit hash: e9ff25cf63e7e7f730d00fc4bd6d54556a352b8e e9ff25c
Monday, 4 Apr 2022
15:49 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs*: Bump to fix build on main

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: cb431e11bc50c667c197b19afa38ce5befebbea4 commit hash: cb431e11bc50c667c197b19afa38ce5befebbea4 commit hash: cb431e11bc50c667c197b19afa38ce5befebbea4 commit hash: cb431e11bc50c667c197b19afa38ce5befebbea4 cb431e1
Monday, 14 Feb 2022
17:59 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs*: Bump to current upstream master

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: f3f4f5e8056548472ce8a30d3aba97fdac205b1e commit hash: f3f4f5e8056548472ce8a30d3aba97fdac205b1e commit hash: f3f4f5e8056548472ce8a30d3aba97fdac205b1e commit hash: f3f4f5e8056548472ce8a30d3aba97fdac205b1e f3f4f5e
Tuesday, 4 Jan 2022
17:59 Alan Somers (asomers) search for other commits by this committer
sysutils/openzfs: fix build errors

* Missing file in pkg-plist
* shebangfix not applied everywhere

Sponsored by:	Axcient
Reviewed by:	freqlabs
Approved by:	lwhsu (ports)
Differential Revision: https://reviews.freebsd.org/D33692
commit hash: b3c2b81c82c2fd58922c342af05977bea8be99c1 commit hash: b3c2b81c82c2fd58922c342af05977bea8be99c1 commit hash: b3c2b81c82c2fd58922c342af05977bea8be99c1 commit hash: b3c2b81c82c2fd58922c342af05977bea8be99c1 b3c2b81
Wednesday, 15 Dec 2021
19:12 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs*: Sync up to fix the build

Bump to openzfs/zfs@bb6c2b1e2

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 26e680dffa8a355be0095c0b6e1d76ec1a84f155 commit hash: 26e680dffa8a355be0095c0b6e1d76ec1a84f155 commit hash: 26e680dffa8a355be0095c0b6e1d76ec1a84f155 commit hash: 26e680dffa8a355be0095c0b6e1d76ec1a84f155 26e680d
Thursday, 11 Nov 2021
18:59 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs*: Update to openzfs/zfs@637771a06

Approved by:	lwhsu (implicit)
Sponsopred by:	iXsystems, Inc.
commit hash: a0867798c25f6c5f5ecd455798b7ea036f5d8ac8 commit hash: a0867798c25f6c5f5ecd455798b7ea036f5d8ac8 commit hash: a0867798c25f6c5f5ecd455798b7ea036f5d8ac8 commit hash: a0867798c25f6c5f5ecd455798b7ea036f5d8ac8 a086779
Monday, 25 Oct 2021
17:57 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs*: Update to latest commit

14b69c092

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 1a513d1821590ad96cffac42a29eb44b28f9f246 commit hash: 1a513d1821590ad96cffac42a29eb44b28f9f246 commit hash: 1a513d1821590ad96cffac42a29eb44b28f9f246 commit hash: 1a513d1821590ad96cffac42a29eb44b28f9f246 1a513d1
Thursday, 14 Oct 2021
16:51 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs*: Update to latest commit

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 8093fea04e31d336f5127d7ac4829b3558ac4e3f commit hash: 8093fea04e31d336f5127d7ac4829b3558ac4e3f commit hash: 8093fea04e31d336f5127d7ac4829b3558ac4e3f commit hash: 8093fea04e31d336f5127d7ac4829b3558ac4e3f 8093fea
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Wednesday, 8 Sep 2021
15:08 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs*: Update to latest commit

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
commit hash: 6641229837459a5b73346acf54168879d7b2743b commit hash: 6641229837459a5b73346acf54168879d7b2743b commit hash: 6641229837459a5b73346acf54168879d7b2743b commit hash: 6641229837459a5b73346acf54168879d7b2743b 6641229
Wednesday, 1 Sep 2021
11:46 Alexey Dokuchaev (danfe) search for other commits by this committer
Cleanup: for ports under s* categories, drop redundant GH_* knobs.
commit hash: e9148ce0453ccc8db5af73084b56eaaa914f07e3 commit hash: e9148ce0453ccc8db5af73084b56eaaa914f07e3 commit hash: e9148ce0453ccc8db5af73084b56eaaa914f07e3 commit hash: e9148ce0453ccc8db5af73084b56eaaa914f07e3 e9148ce
Tuesday, 31 Aug 2021
19:50 Bernhard Froehlich (decke) search for other commits by this committer
sysutils/openzfs: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 44491d70cd009fe534b14905e34f61a49368d65a commit hash: 44491d70cd009fe534b14905e34f61a49368d65a commit hash: 44491d70cd009fe534b14905e34f61a49368d65a commit hash: 44491d70cd009fe534b14905e34f61a49368d65a 44491d7
Monday, 2 Aug 2021
13:22 Ryan Moeller (freqlabs) search for other commits by this committer
sysutils/openzfs*: Bump to current master

Reviewed by:	kbowling
Approved by:	kbowling (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D31362
commit hash: 3202cd49e8f85054c49720e4eb7c38d7ff3ae9ea commit hash: 3202cd49e8f85054c49720e4eb7c38d7ff3ae9ea commit hash: 3202cd49e8f85054c49720e4eb7c38d7ff3ae9ea commit hash: 3202cd49e8f85054c49720e4eb7c38d7ff3ae9ea 3202cd4
Thursday, 24 Jun 2021
02:11 Kevin Bowling (kbowling) search for other commits by this committer Author: Ryan Moeller
sysutils/openzfs*: Bump to fix HEAD build failures

Approved by:	maintainer
Reviewed by:	kbowling
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D30851
commit hash: 14432ea2941579eb00485c1ca51df4ffb3b10d86 commit hash: 14432ea2941579eb00485c1ca51df4ffb3b10d86 commit hash: 14432ea2941579eb00485c1ca51df4ffb3b10d86 commit hash: 14432ea2941579eb00485c1ca51df4ffb3b10d86 14432ea
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 2 Mar 2021
13:02 freqlabs search for other commits by this committer
sysutils/openzfs*: Bump to latest master

Notable commits:

2e160dee9 Fix assert in FreeBSD-specific dmu_read_pages
3e73ea0c1 ZTS: zpool_trim_start_and_cancel_pos.ksh
03ef8f09e Add missing checks for unsupported features
8e43fa12c Fix vdev_rebuild_thread deadlock
75a089ed3 Fix overly broad locking in spa_vdev_config_exit()
f01eaed45 Add upper bound for slop space calculation
515686296 Wrap bare EINVAL returns with SET_ERROR
94fa1c3d9 Force symlink creation for zpool.d compat links
b9c07ec71 send_iterate_snap : doall send without fromsnap
9312e0fd1 Fix error message when zfs module are already unloaded
11f2e9a49 vdev_ops: don't try to call vdev_op_hold or vdev_op_rele when NULL
c0801bf35 Cleaning up uio headers
52cb284f7 ztest: propagate -o to the zdb child process
2801e68d1 ztest: fix -o by calling set_global_var in child processes
edc508ac0 libzpool: set_global_var: refactor to not modify 'arg'
b5fffa1d2 libzpool: set_global_var: fix endianness handling (fixes zdb -o )
64e0fe14f Restore FreeBSD resource usage accounting
03e02e5b5 Checksum errors may not be counted
e7adccf7f FreeBSD: disable the use of hardware crypto offload drivers for now
778869fa1 Fix report_mount_progress never calling set_progress_header
bf156c966 Remove unused abd_alloc_scatter_offset_chunkcnt
658fb8020 Add "compatibility" property for zpool feature sets
35ec51796 FreeBSD: disable edonr in zfs_mod_supported_feature()
436ab35a5 Make inline ABD predicates compatible with C++
fc273894d Rename zfs_inode_update to zfs_znode_update_vfs
4f22619ae Add an assert to clarify code

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D29009
Original commitRevision:566952 
Tuesday, 9 Feb 2021
17:11 freqlabs search for other commits by this committer
sysutils/openzfs*: Bump to fix mode issue in zfs_write

See https://github.com/openzfs/zfs/pull/11576 for details.

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D28554
Original commitRevision:564796 
Monday, 25 Jan 2021
18:37 freqlabs search for other commits by this committer
sysutils/openzfs*: Bump to fix build on HEAD

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D28335
Original commitRevision:562601 
Saturday, 2 Jan 2021
01:46 linimon search for other commits by this committer
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:559904 
Wednesday, 2 Dec 2020
14:54 freqlabs search for other commits by this committer
sysutils/openzfs*: Bump, fix kmod on 13-CURRENT

When the kernel is built with INVARIANTS we also need to build ZFS
with INVARIANTS.  Additionally, the knob for this has been broken out
from WITH_DEBUG=true to WITH_INVARIANTS=true in the OpenZFS build
system.  We add an INVARIANTS option to the port for this, and enable
the DEBUG and INVARIANTS options by default on 13-CURRENT to ensure
that a default configuration builds openzfs-kmod with the correct
options.

Users building their 13-CURRENT kernel without INVARIANTS will need to
disable the INVARIANTS option in the port manually.  I'm not aware of a
better way to implement this decision at the moment.

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D27442
Original commitRevision:556828 
Monday, 2 Nov 2020
19:00 freqlabs search for other commits by this committer
sysutils/openzfs*: Bump for latest build fixes

- 8583540c6 Consolidate zfs_holey and zfs_access
- 2f94e8f09 Remove duplicate cond_resched() definition
- 65a343bbd zvol_os: Fix handling of zvol private data
- 277884ab4 zvol_os: Don't leak doi in cdev error path
- 9a0ef216e zvol_os: Properly ignore error in volmode lookup
- 1a6a75ac0 zvol_os: Code cleanup in zvol_create_minor_impl
- 260f6a28a zvol_os: Keep better track of open count in close
- 0b32d8178 zvol_os: Tidy up asserts
- c4ede65bd zstd: track allocator statistics
- e8beeaa11 ICP: gcm: Allocate hash subkey table separately
- d9655c5b3 Add some missing cfi frame info in aesni-gcm-x86_64.S
- 115216cc9 FreeBSD: catch up with 1300124 version bump
- d1e4ded7b FreeBSD: Fix 12.2-STABLE after AT_BENEATH MFC
- 5fa356ea4 Remove UIO_ZEROCOPY functions structures
- 1199c3e8f Yield periodically when rebuilding L2ARC
- 76d04993a Update references to nonexistent man pages in code
- e3a6ac8d0 FreeBSD: Remove BIO_ORDERED flag from BIO_FLUSH
- f829227f4 ZTS: Fix xattr_004_pos failure, don't use tmpfs
- 973ba682f Linux: g/c leftover fence in zfs_znode_alloc
- 082ff328f FreeBSD: g/c unused zfs_znode_move support
- 4ce728d02 Use known license string for zlua

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D27055
Original commitRevision:553924 
Tuesday, 27 Oct 2020
12:52 freqlabs search for other commits by this committer
sysutils/openzfs*: Bump to catch up with 1300123

* 5c810ac49 FreeBSD: Skip RAW kstat sysctls by default
* 01a65c586 FreeBSD: catch up with 1300123 version bump
* 3928ec533 Restore identification of VDEVs using non-native block size
* 1e36af8c7 Properly format NAME subsection of zfs/zpool subcommands
* eb02a4c6f Add missing zfs_arc_evict_batch_limit tunable
* 2aaab887b arcstat: Add -a and -p options from FreeNAS
* e53d678d4 Share zfs_fsync, zfs_read, zfs_write, et al between Linux and
FreeBSD
* 666aa69f3 Non-l2arc pool reads shouldn't be l2arc misses
* 241c62bdd Makefile.bsd: remove directory that no longer exists
* ff2f54246 FreeBSD: delete unreferenced file
* 777b8ccc3 Fix commitcheck on FreeBSD
* 13d65987a zed syslog entries drop important info
* ab6a0e236 Ignore zpool_influxdb binary

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D26968
Original commitRevision:553435 
Friday, 16 Oct 2020
19:52 freqlabs search for other commits by this committer
sysutils/openzfs*: Bump for vop_fplookup_vexec after 1300121

Otherwise lookup can fail with EOPNOTSUPP or panic.

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D26822
Original commitRevision:552520 
Monday, 5 Oct 2020
15:53 freqlabs search for other commits by this committer
sysutils/openzfs*: Update to fix 12.1-REL build

Bump to 79f0935fa for header changes to fix the package build on FreeBSD 12.1

PR:		ports/250001
Reported by:	tleavitt@alumni.usc.edu
Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D26656
Original commitRevision:551500 
Tuesday, 29 Sep 2020
18:00 freqlabs search for other commits by this committer
sysutils/openzfs*: Bump to update cache_purgevfs usage after 1300117

Fixes build failure on 13-CURRENT

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D26583
Original commitRevision:550541 
Monday, 21 Sep 2020
19:24 freqlabs search for other commits by this committer
sysutils/openzfs*: Bump for recent changes

See the differential revision for a short log of noteworthy changes or
the git log at https://github.com/openzfs/zfs for an exhaustive list.

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D26457
Original commitRevision:549482 
Monday, 24 Aug 2020
14:57 freqlabs search for other commits by this committer
openzfs*: Bump OpenZFS ports for zstd, vdev ashift optimizations

And the manpages no longer say "Linux" as the OS. :)

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D26154
Original commitRevision:546091 
Tuesday, 18 Aug 2020
18:36 freqlabs search for other commits by this committer
openzfs*: Bump OpenZFS ports

FreeBSD highlights:
* Fix enforcement of POSIX mode bits
* Fix enforcement of NFSv4 ACLs
* Fix Clang 11 build for 13-CURRENT
* Fix send/recv operations with a large number of snapshots/datasets
* Default to autotrim=on (fixes POLA)
* Automatic fallback to /boot/ to look for zpool.cache (fixes POLA)
* Fix l2arc_dev_rebuild_start thread name
* Create taskq threads in appropriate proc
* Restore ARC MFU/MRU pressure

VuXML will be updated to mention the permissions/ACLs issue once a
report documenting the issue appropriately has been written.

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D26107
Original commitRevision:545247 
Saturday, 8 Aug 2020
15:02 freqlabs search for other commits by this committer
openzfs*: Bump OpenZFS ports

Fixes build after vaccess signature change on HEAD

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D26007
Original commitRevision:544498 
Monday, 3 Aug 2020
22:41 freqlabs search for other commits by this committer
openzfs*: Update to latest master

Brings in several fixes for FreeBSD issues, see the commit logs
on GitHub for details.

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D25915
Original commitRevision:544111 
Tuesday, 21 Jul 2020
15:52 freqlabs search for other commits by this committer
openzfs*: Bump OpenZFS ports

Key highlight is added legacy compat names for vfs.zfs.arc_min and arc_max.

Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D25748
Original commitRevision:542751 
Saturday, 11 Jul 2020
17:25 zeising search for other commits by this committer
sysutils/openzfs: update snapshot

Update sysutils/openzfs to a more recent snapshot [0]
Unbreak when NLS is unset. [1]

PR:		247827 [1]
Submitted by:	freqlabs
Reported by:	Tomohiro Hosaka [1]
Original commitRevision:541997 
Sunday, 21 Jun 2020
14:04 freqlabs search for other commits by this committer
openzfs*: Bump ports again

Fixes breakage on -CURRENT after vfs_checkexp KPI change.

Reviewed by:	wg (ports)
Approved by:	mav (mentor)
Sponsored by:	iXsystes, Inc.
Differential Revision:	https://reviews.freebsd.org/D25366
Original commitRevision:539764 
Friday, 19 Jun 2020
12:07 freqlabs search for other commits by this committer
openzfs*: Bump to latest master

Some FreeBSD highlights:
* Adopt new vfs_checkexp KPI on -CURRENT
* Reap ABD cache, fixing memory leak
* Depend on xdr module instead of krpc on -CURRENT

Reviewed by:	wg (ports)
Approved by:	mav (mentor)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D25352
Original commitRevision:539605 
Wednesday, 3 Jun 2020
18:50 freqlabs search for other commits by this committer
openzfs*: Update to latest master

Some highlights for FreeBSD:
* Updated for cryptodev API changes in HEAD
* Improved zvol locking
* Fixed top and arc kstats
* Marked i386 as broken

Reviewed by:	mav, wg
Approved by:	mav (mentor), wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D25122
Original commitRevision:537835 
Friday, 8 May 2020
12:37 freqlabs search for other commits by this committer
sysutils/openzfs*: Update to latest master

FreeBSD-specific changes:

Use new FreeBSD API to largely eliminate object locking
Fix zlib leak on FreeBSD
Update FreeBSD SPL atomics (synced with FreeBSD in an attempt to unbreak i386)
Avoid the GEOM topology lock recursion when autoexpanding a pool
taskq: Don't leak system_delay_taskq on FreeBSD (on module unload)
See the full commit log on GitHub.

Reviewed by:	mav, wg
Approved by:	mav (mentor), wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D24759
Original commitRevision:534400 
Friday, 17 Apr 2020
15:27 freqlabs search for other commits by this committer
sysutils/openzfs*: Switch to merged OpenZFS repo

FreeBSD support has been merged into the openzfs/zfs repo on Github.

Switch the port to use the new upstream.  Update maintainer to be me.

Reviewed by:	kmoore, mav, wg
Approved by:	kmoore (maintainer)
Approved by:	mav (mentor)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D24434
Original commitRevision:531944 
Monday, 16 Mar 2020
14:37 freqlabs search for other commits by this committer
Update OpenZFS ports to 2020031600

Bring in the latest fixes, including fixing the build with Clang 10.

Approved by:	wg (ports)
Approved by:	mav (mentor)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D24086
Original commitRevision:528529 
Saturday, 29 Feb 2020
23:51 freqlabs search for other commits by this committer
Unbreak openzfs ports

Revamp the Makefiles for openzfs and openzfs-kmod:

 * Bump port versions
 * Update to a more recent commit
 * Regen distinfo
 * Add TESTS option to make ZTS installation optional
 * Add descriptions for options
 * Add missing run-time dependency on py-sysctl with PYTHON option
 * Regen pkg-plist for openzfs
 * Generate metadata headers post-patch
 * Fix some inconsistent whitespace
 * Remove unnecessary PLIST_SUB manipulation (automated by OPTIONS_SUB=yes)
 * Unbreak openzfs-kmod

Approved by:	wg (ports)
Approved by:	mav (mentor)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D23854
Original commitRevision:527486 
Monday, 13 Jan 2020
20:02 kmoore search for other commits by this committer
- Update to 2020011300
Original commitRevision:522972 
Wednesday, 16 Oct 2019
14:18 kmoore search for other commits by this committer
- Update openzfs and openzfs-kmod to 2019101600
Original commitRevision:514593 
Tuesday, 10 Sep 2019
19:10 kmoore search for other commits by this committer
- Bump to 2019091000
Original commitRevision:511770 
Wednesday, 4 Sep 2019
14:22 kmoore search for other commits by this committer
- Update to 20190808
Original commitRevision:511096 
Monday, 22 Jul 2019
22:55 kmoore search for other commits by this committer
- Update to 2019072200
Original commitRevision:507179 
Saturday, 20 Jul 2019
17:19 kmoore search for other commits by this committer
- Update to 2019072000
- Unbreak on CURRENT

Includes the new Log Spacemap functionality:
https://github.com/zfsonlinux/zfs/pull/8442

PR: 239342
Sponsored by: iXsystems
Original commitRevision:507006 
Monday, 8 Jul 2019
17:25 kmoore search for other commits by this committer
- Update to 2019070800

This brings us up to date with the code currently in review in:

https://github.com/zfsonlinux/zfs/pull/8987
Original commitRevision:506233 
Wednesday, 19 Jun 2019
17:25 kmoore search for other commits by this committer
- Update OpenZFS to 2019061900
- Adds some missing FreeBSD sysctls
- Cleanup messages at kldload time
Original commitRevision:504583 
Tuesday, 11 Jun 2019
19:51 kmoore search for other commits by this committer
- Rename sysutils/zol -> sysutils/openzfs
- Rename sysutils/zol-kmod -> sysutils/openzfs-kmod
- Update to 2019061000
- Update MOVED
- Adds ioctl compat with legacy ZFS userland binaries

Sponsored by: iXsystems
Original commitRevision:503975 

Number of commits found: 58