summaryrefslogtreecommitdiffstats
path: root/lib/libspl
Commit message (Expand)AuthorAgeFilesLines
* linux: libspl: zone: () -> (void)наб2022-12-011-1/+1
* Ask libtool to stop hiding some errorsRich Ercolani2022-09-211-0/+3
* FreeBSD: libspl: Add locking around statfs globalsRyan Moeller2022-05-271-1/+15
* FreeBSD: Fix leaked strings in libspl mnttabRyan Moeller2022-02-031-9/+16
* FreeBSD: fix world build after 143476ce8Martin Matuška2022-02-031-1/+1
* Use fallthrough macroBrian Behlendorf2021-11-021-1/+10
* Detect HAVE_LARGE_STACKS at compile time (#12584)Kevin Bowling2021-11-012-0/+4
* libspl: implement atomics in terms of atomicsнаб2021-06-215-1696/+48
* Remove pool io kstatsAlexander Motin2021-06-101-6/+0
* libzfs: On FreeBSD, use MNT_NOWAIT with getfsstatAlan Somers2021-06-091-2/+2
* More aggsum optimizationsAlexander Motin2021-06-092-0/+56
* Introduce write-mostly sumsAlexander Motin2021-06-092-0/+69
* linux/libspl: gethostid: read from /proc/sys/kernel/spl/hostid, simplifyнаб2021-04-191-24/+17
* linux/libspl: getextmntent(): don't leak mnttab FILE*наб2021-04-141-0/+1
* lib/: set O_CLOEXEC on all fdsнаб2021-04-142-4/+4
* Support running FreeBSD buildworld on Arm-based macOS hostsJessica Clarke2021-03-261-0/+11
* Removed duplicated includesAndrea Gelmini2021-03-221-1/+0
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-0/+9
* FreeBSD: fix HEAD build, conditionally remove FDSYNC definesMatt Macy2021-01-234-0/+76
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-22/+22
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-181-1/+0
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-301-39/+0
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-211-1/+0
* Cross-platform acltypeRyan Moeller2020-10-131-25/+41
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-131-4/+0
* FreeBSD: Improve libzfs_error_init messagesRyan Moeller2020-10-131-4/+0
* Fixes for running FreeBSD buildworld on Linux/macOS hostsAlexander Richardson2020-09-031-0/+3
* Fix -Werror,-Wmacro-redefined in limits.hAlexander Richardson2020-09-011-0/+5
* libspl: Provide platform-specific zone implementationsRyan Moeller2020-08-314-43/+50
* Fix definition of BLKGETSIZE64 on FreeBSDAlexander Richardson2020-08-271-5/+1
* Appease GCC sprintf warnings found on Fedora 32/GCC 10.0.1Chris McDonough2020-08-242-2/+2
* Remove KMC_NOMAGAZINEMatthew Ahrens2020-08-051-1/+0
* Remove KMC_NOHASHMatthew Ahrens2020-08-051-2/+0
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-315-5/+15
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-284-151/+44
* FreeBSD: Fixes required to build ZFS on PowerPCMatthew Macy2020-07-251-2/+2
* Annotate unused parameters on inline definitions as suchKyle Evans2020-07-231-3/+4
* Fixing gang ABD child removal race conditionBrian Atkinson2020-07-141-0/+1
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-131-17/+7
* Clean up lib dependenciesArvind Sankar2020-07-101-3/+1
* Move libspl_assertf into .c fileArvind Sankar2020-07-104-30/+61
* Add zpool_nextboot, move zfs_jail to libzfs.hRyan Moeller2020-07-061-6/+0
* Fix atomic_clear_long_excl wrong returnwinglq2020-07-061-1/+1
* Fixes for make distArvind Sankar2020-06-264-7/+1
* Drop unnecessary srcdir pathsArvind Sankar2020-06-248-82/+82
* Fix libspl/asm-generic/atomic for VPATH buildArvind Sankar2020-06-244-29/+8
* Add prototypesArvind Sankar2020-06-181-0/+5
* Add include files for prototypesArvind Sankar2020-06-182-7/+9
* Remove dead codeArvind Sankar2020-06-181-50/+0
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-145-102/+45