- 21 Oct, 2020 1 commit
-
-
Matthew Macy authored
The zfs_fsync, zfs_read, and zfs_write function are almost identical between Linux and FreeBSD. With a little refactoring they can be moved to the common code which is what is done by this commit. Reviewed-by:
Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by:
Ryan Moeller <ryan@iXsystems.com> Signed-off-by:
Matt Macy <mmacy@FreeBSD.org> Closes #11078
-
- 01 Aug, 2020 1 commit
-
-
Matthew Macy authored
A collection of header changes to enable FreeBSD to build with vendored OpenZFS. Reviewed-by:
Ryan Moeller <ryan@ixsystems.com> Reviewed-by:
Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by:
Matt Macy <mmacy@FreeBSD.org> Closes #10635
-
- 14 Jun, 2020 1 commit
-
-
Jorgen Lundman authored
The macOS uio struct is opaque and the API must be used, this makes the smallest changes to the code for all platforms. Reviewed-by:
Matt Macy <mmacy@FreeBSD.org> Reviewed-by:
Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by:
Jorgen Lundman <lundman@lundman.net> Closes #10412
-
- 02 Oct, 2019 1 commit
-
-
Matthew Macy authored
Factor Linux specific pieces out of libspl. Reviewed-by:
Ryan Moeller <ryan@ixsystems.com> Reviewed-by:
Sean Eric Fagan <sef@ixsystems.com> Reviewed-by:
Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by:
Matt Macy <mmacy@FreeBSD.org> Closes #9336
-
- 03 Sep, 2019 1 commit
-
-
Andrea Gelmini authored
Reviewed-by:
Ryan Moeller <ryan@ixsystems.com> Reviewed-by:
Richard Laager <rlaager@wiktel.com> Reviewed-by:
Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by:
Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9237
-
- 19 Dec, 2013 1 commit
-
-
Michael Kjorling authored
The vast majority of these changes are in Linux specific code. They are the result of not having an automated style checker to validate the code when it was originally written. Others were caused when the common code was slightly adjusted for Linux. This patch contains no functional changes. It only refreshes the code to conform to style guide. Everyone submitting patches for inclusion upstream should now run 'make checkstyle' and resolve any warning prior to opening a pull request. The automated builders have been updated to fail a build if when 'make checkstyle' detects an issue. Signed-off-by:
Brian Behlendorf <behlendorf1@llnl.gov> Closes #1821
-
- 31 Aug, 2010 1 commit
-
-
Brian Behlendorf authored
All changes needed for the libspl layer. This includes modifications to files directly copied from OpenSolaris and the addition of new files needed to fill in the gaps. Signed-off-by:
Brian Behlendorf <behlendorf1@llnl.gov>
-