| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing gang ABD child removal race condition | Brian Atkinson | 2020-07-14 | 1 | -0/+1 |
* | Remove dependency on sharetab file and refactor sharing logic | George Wilson | 2020-07-13 | 1 | -17/+7 |
* | Clean up lib dependencies | Arvind Sankar | 2020-07-10 | 1 | -3/+1 |
* | Move libspl_assertf into .c file | Arvind Sankar | 2020-07-10 | 4 | -30/+61 |
* | Add zpool_nextboot, move zfs_jail to libzfs.h | Ryan Moeller | 2020-07-06 | 1 | -6/+0 |
* | Fix atomic_clear_long_excl wrong return | winglq | 2020-07-06 | 1 | -1/+1 |
* | Fixes for make dist | Arvind Sankar | 2020-06-26 | 4 | -7/+1 |
* | Drop unnecessary srcdir paths | Arvind Sankar | 2020-06-24 | 8 | -82/+82 |
* | Fix libspl/asm-generic/atomic for VPATH build | Arvind Sankar | 2020-06-24 | 4 | -29/+8 |
* | Add prototypes | Arvind Sankar | 2020-06-18 | 1 | -0/+5 |
* | Add include files for prototypes | Arvind Sankar | 2020-06-18 | 2 | -7/+9 |
* | Remove dead code | Arvind Sankar | 2020-06-18 | 1 | -50/+0 |
* | Add convenience wrappers for common uio usage | Jorgen Lundman | 2020-06-14 | 5 | -102/+45 |
* | Remove unnecessary references to slavery | Matthew Ahrens | 2020-06-10 | 1 | -1/+0 |
* | Improve compatibility with C++ consumers | Ryan Moeller | 2020-06-06 | 2 | -2/+3 |
* | Always use "%lld" for formatting time_ts | наб | 2020-05-28 | 1 | -1/+1 |
* | Correctly handle the x32 ABI | наб | 2020-05-28 | 1 | -1/+5 |
* | change libspl list member names to match kernel | Matthew Ahrens | 2020-04-23 | 2 | -41/+40 |
* | sys/mnttab.h: include sys/stat.h for stat64 | alaviss | 2020-04-14 | 1 | -1/+1 |
* | Add FreeBSD support to OpenZFS | Matthew Macy | 2020-04-14 | 18 | -0/+1276 |
* | Linux 5.6 compat: time_t | Brian Behlendorf | 2020-02-27 | 1 | -1/+1 |
* | ICP: Improve AES-GCM performance | Attila Fülöp | 2020-02-10 | 1 | -1/+14 |
* | Add AltiVec RAID-Z | Romain Dolbeau | 2020-01-23 | 1 | -0/+40 |
* | Unify target_cpu handling | Brian Behlendorf | 2020-01-17 | 2 | -2/+13 |
* | libspl: declare aok extern in header | Nick Black | 2019-12-26 | 2 | -1/+3 |
* | Replace ASSERTV macro with compiler annotation | Matthew Macy | 2019-12-05 | 2 | -2/+4 |
* | Refactor zfs_context.h to build on FreeBSD | Matthew Macy | 2019-12-04 | 3 | -9/+4 |
* | Make asm-x86_64/atomic.S build on FreeBSD | Matthew Macy | 2019-11-30 | 1 | -1/+5 |
* | Implement -A (ignore ASSERTs) for zdb | Paul Zuchowski | 2019-11-27 | 1 | -0/+10 |
* | Add zfs_file_* interface, remove vnodes | Matthew Macy | 2019-11-21 | 2 | -50/+0 |
* | Preliminary support for RV64G | Romain Dolbeau | 2019-11-06 | 1 | -1/+20 |
* | Enable use of DTRACE_PROBE* macros in "spl" module | Prakash Surya | 2019-11-01 | 3 | -1/+26 |
* | Move sha2.h to platform code | Matthew Macy | 2019-10-31 | 2 | -0/+152 |
* | Remove unneeded header from libzpool/kernel.c | Matthew Macy | 2019-10-26 | 1 | -35/+0 |
* | Fix header guard typo | Matthew Macy | 2019-10-26 | 1 | -1/+1 |
* | Move platform dependent errno aliases | Matthew Macy | 2019-10-25 | 3 | -1/+12 |
* | Remove sdt.h | Matthew Macy | 2019-10-25 | 1 | -0/+23 |
* | Linux 4.14, 4.19, 5.0+ compat: SIMD save/restore | Brian Behlendorf | 2019-10-24 | 1 | -1/+2 |
* | OpenZFS restructuring - libspl | Matthew Macy | 2019-10-02 | 19 | -58/+96 |
* | Enable compiler to typecheck logging | Matthew Macy | 2019-09-12 | 1 | -0/+4 |
* | OpenZFS restructuring - move linux tracing code to platform directories | Matthew Macy | 2019-09-11 | 2 | -0/+2 |
* | OpenZFS restructuring - move platform specific headers | Matthew Macy | 2019-09-05 | 2 | -0/+449 |
* | Fix typos in lib/ | Andrea Gelmini | 2019-09-02 | 7 | -8/+8 |
* | ZFS Reads may result in unneccesary calls to zil_commit | George Wilson | 2019-03-22 | 1 | -1/+0 |
* | config: better libtirpc detection | Rafael Kitover | 2019-03-02 | 2 | -12/+5 |
* | Check for strlcat and strlcpy | Brian Behlendorf | 2018-12-11 | 4 | -49/+124 |
* | Move strlcat, strlcpy, and strnlen | Brian Behlendorf | 2018-11-20 | 5 | -158/+50 |
* | Fix ASSERT macros to not over-expand | Paul Dagnelie | 2018-10-03 | 1 | -15/+48 |
* | Fix kernel unaligned access on sparc64 | Brian Behlendorf | 2018-07-11 | 1 | -0/+7 |
* | Linux 4.18 compat: inode timespec -> timespec64 | Brian Behlendorf | 2018-06-19 | 4 | -93/+29 |