| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement bookmark copying | Christian Schwarz | 2020-02-11 | 19 | -141/+671 |
* | Address Coverity warnings in #9902 | Matthew Macy | 2020-02-11 | 1 | -4/+5 |
* | Add missing dmu_buf_unlock_parent() calls to dbuf_read_impl() | Brian Behlendorf | 2020-02-10 | 1 | -1/+3 |
* | Fix zdb -R with 'b' flag | Paul Zuchowski | 2020-02-10 | 7 | -117/+376 |
* | bash scripts: use /usr/bin/env for bash shebangs | Graham Christensen | 2020-02-10 | 10 | -9/+10 |
* | Share some code for spa deadman tunables | Ryan Moeller | 2020-02-10 | 3 | -19/+33 |
* | ZTS: Test zvol I/O in different volmodes | Ryan Moeller | 2020-02-10 | 1 | -0/+15 |
* | ICP: Improve AES-GCM performance | Attila Fülöp | 2020-02-10 | 20 | -31/+2654 |
* | Factor out dbuf_sync_bonus | Matthew Macy | 2020-02-07 | 1 | -31/+52 |
* | ZTS: Add an is_dilos function for future ZTS updates | Igor K | 2020-02-07 | 1 | -0/+15 |
* | ZTS: Use wc -c instead of --bytes for portability | Ryan Moeller | 2020-02-07 | 1 | -2/+2 |
* | Linux 5.6 compat: timestamp_truncate() | Brian Behlendorf | 2020-02-07 | 4 | -18/+40 |
* | Linux 5.6 compat: struct proc_ops | Brian Behlendorf | 2020-02-07 | 6 | -12/+97 |
* | Reduce number of atomic_add() calls in aggsum | Alexander Motin | 2020-02-06 | 2 | -33/+34 |
* | Replace static per-cpu with dynamic per-cpu data | Romain Dolbeau | 2020-02-06 | 1 | -4/+14 |
* | Fix static data to link with -fno-common | Romain Dolbeau | 2020-02-06 | 5 | -3/+7 |
* | Fix unknown cc flag -fno-ipa-sra | Ryan Moeller | 2020-02-06 | 2 | -2/+24 |
* | Suggest using visudo to edit | Gerardwx | 2020-02-05 | 1 | -0/+1 |
* | Few microoptimizations to dbuf layer | Alexander Motin | 2020-02-05 | 2 | -28/+16 |
* | Convert dbuf dirty record record list to a list_t | Matthew Macy | 2020-02-05 | 6 | -91/+103 |
* | Prepare ks_data before calling kstat_install() | Alexander Motin | 2020-02-04 | 2 | -7/+5 |
* | Use -Werror to check if the compiler supports specific options | 韩朴宇 | 2020-02-04 | 1 | -6/+6 |
* | Restore aclmode and remove acltype on FreeBSD | Ryan Moeller | 2020-02-04 | 3 | -5/+78 |
* | Fix const-correctness in raidz math | Ryan Moeller | 2020-02-03 | 1 | -8/+8 |
* | async zvol minor node creation interferes with receive | Matthew Ahrens | 2020-02-03 | 13 | -68/+132 |
* | Disable "-fipa-sra" when using "--enable-debuginfo" | Prakash Surya | 2020-02-03 | 1 | -2/+2 |
* | ZTS: Only use ext4 on Linux | Ryan Moeller | 2020-01-31 | 1 | -2/+11 |
* | Left-align index props | Ryan Moeller | 2020-01-31 | 1 | -1/+1 |
* | Use the correct spelling of 'jailed' in tests | Ryan Moeller | 2020-01-31 | 14 | -19/+72 |
* | ZTS: Fix a few defaults | Ryan Moeller | 2020-01-31 | 14 | -35/+11 |
* | ZTS: FreeBSD tunable for DISABLE_IVSET_GUID_CHECK | Ryan Moeller | 2020-01-29 | 1 | -1/+1 |
* | ZTS: Simplify zero_partitions on FreeBSD | Ryan Moeller | 2020-01-29 | 1 | -1/+3 |
* | ZTS: Reverse constrained path lookup order | Ryan Moeller | 2020-01-29 | 1 | -2/+5 |
* | ZTS: Don't use edonr on FreeBSD | Ryan Moeller | 2020-01-28 | 5 | -14/+19 |
* | ZTS: Eliminate random and shuf, consolidate code | Ryan Moeller | 2020-01-28 | 2 | -7/+1 |
* | Add an .editorconfig; document git whitespace settings | Graham Christensen | 2020-01-27 | 2 | -3/+22 |
* | ZTS: Move more tests out of common.run | Ryan Moeller | 2020-01-27 | 8 | -44/+39 |
* | zdb: add support for object ranges for zdb -d | Ned Bass | 2020-01-24 | 6 | -50/+555 |
* | Performance tests, some variables missing PERF_ prefix | Tony Nguyen | 2020-01-23 | 11 | -74/+75 |
* | ZTS: zpool offline requires whole disk name | John Wren Kennedy | 2020-01-23 | 1 | -1/+3 |
* | dsl_bookmark_create_check: fix NULL pointer deref if dbca_errors == NULL | Christian Schwarz | 2020-01-23 | 1 | -2/+6 |
* | entity_namecheck: doc comment: include space as allowed character | Christian Schwarz | 2020-01-23 | 1 | -1/+1 |
* | scripts/zfs-test.sh: example for -t | Christian Schwarz | 2020-01-23 | 1 | -0/+3 |
* | ZTS: Get xattr tests running on FreeBSD | Ryan Moeller | 2020-01-23 | 14 | -140/+166 |
* | Add AltiVec RAID-Z | Romain Dolbeau | 2020-01-23 | 12 | -1/+5200 |
* | ZTS: Add missing export for DEV_DSKDIR default | Ryan Moeller | 2020-01-23 | 1 | -2/+3 |
* | dmu_send: redacted: fix memory leak on invalid redaction/from bookmark | Christian Schwarz | 2020-01-23 | 2 | -6/+10 |
* | cmd/zfs: redact: better error message for common usage errors | Christian Schwarz | 2020-01-23 | 2 | -2/+19 |
* | cmd/zfs: send: meaningful error message for incorrect redaction bookmark | Christian Schwarz | 2020-01-23 | 1 | -0/+6 |
* | Simplify FreeBSD's locking requirements in zfs_replay.c | Matthew Macy | 2020-01-22 | 1 | -24/+12 |