aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* zfs send does not handle invalid input gracefullyloli10K2019-07-082-1/+11
* Decrease contention on dn_struct_rwlockPaul Dagnelie2019-07-087-120/+247
* 8659 static dtrace probes unavailable on non-GPL modulesBrad Lewis2019-07-0818-57/+303
* Revert "Fail early on bio corruption confirmed on 5.2-rc1"Brian Behlendorf2019-07-051-6/+4
* Remove VERIFY from dsl_dataset_crypt_stats()Tom Caputi2019-07-051-5/+7
* Don't activate metaslabs with weight 0Paul Dagnelie2019-07-051-2/+14
* Fix zfs "redact" misc issuesloli10K2019-07-053-18/+18
* OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocksMike Gerdts2019-07-057-14/+520
* Improve "Unable to automount" error message.Paul Zuchowski2019-07-031-2/+3
* Fail early on bio corruption confirmed on 5.2-rc1Tomohiro Kusumi2019-07-031-4/+6
* Check b_freeze_cksum under ZFS_DEBUG_MODIFY conditionalBrian Behlendorf2019-07-031-2/+2
* Fix typo in zpool-features.5, section bookmark_writtenMatthew Ahrens2019-07-031-1/+1
* Fix error text for EINVAL in zfs_receive_one()Tom Caputi2019-07-021-2/+3
* Don't use d_path() for automount mount point for chroot'd processTomohiro Kusumi2019-07-021-34/+7
* Fix zfs(8) mandoc errorsloli10K2019-07-021-1/+0
* nopwrites on dmu_sync-ed blocks can result in a panicGeorge Wilson2019-06-284-2/+103
* Add 'zfs umount -u' for encrypted datasetsTom Caputi2019-06-286-13/+125
* Concurrent small allocation defeats large allocationPaul Dagnelie2019-06-261-49/+231
* zdb -vvvvv on ztest pool dies with "out of memory"Paul Dagnelie2019-06-251-6/+20
* Avoid extra taskq_dispatch() calls by DMUAlexander Motin2019-06-253-5/+38
* Redacted Send/Receive causes zdb to dump coreloli10K2019-06-241-1/+1
* Fix bp_embedded_type enum definitionloli10K2019-06-242-3/+3
* -Y option for zdb is validIgor K2019-06-241-1/+1
* Remove code for zfs remapMatthew Ahrens2019-06-2440-947/+29
* Fix error message on promoting encrypted datasetTom Caputi2019-06-242-2/+16
* Fix out-of-tree build failuresBrian Behlendorf2019-06-2411-72/+88
* Add missing .gitignore from "Implement Redacted Send/Receive"Tomohiro Kusumi2019-06-231-0/+1
* OpenZFS 9425 - channel programs can be interruptedDon Brady2019-06-2213-97/+322
* dn_struct_rwlock can not be held in dmu_tx_try_assign()Matthew Ahrens2019-06-221-0/+19
* Remove arch and relax version dependencygordan-bobic2019-06-221-1/+2
* Add libnvpair to libzfs pkg-configHarry Mallon2019-06-221-1/+1
* Let zfs mount all tolerate in-progress mountsDon Brady2019-06-221-1/+18
* zstreamdump: add per-record-type counters and an overhead counterAllan Jude2019-06-222-23/+42
* Fix comments on zfs_bookmark_physPaul Dagnelie2019-06-221-1/+3
* Fix build break by "Implement Redacted Send/Receive"Tomohiro Kusumi2019-06-221-2/+3
* Add SCSI_PASSTHROUGH to zvols to enable UNMAP supportPaul Dagnelie2019-06-211-0/+4
* Redacted Send/Receive broke zfs(8) help messageloli10K2019-06-211-2/+1
* Prevent pointer to an out-of-scope local variableTomohiro Kusumi2019-06-201-2/+1
* dedup=verify doesn't clear the blkptr's dedup flagMatthew Ahrens2019-06-201-0/+2
* Update vdev_ops_t from illumosIgor K2019-06-207-143/+143
* Allow unencrypted children of encrypted datasetsTom Caputi2019-06-2010-163/+63
* Replace whereis with type in zfs-lib.shdacianstremtan2019-06-201-1/+1
* Remove dedupditto functionalityMatthew Ahrens2019-06-1912-340/+22
* Use ZFS_DEV macro instead of literalsTomohiro Kusumi2019-06-192-4/+4
* Fix memory leak in check_disk()Michael Niewöhner2019-06-191-0/+1
* kmod-zfs-devel rpm should provide kmod-spl-develOlaf Faaland2019-06-191-0/+1
* ZTS: Fix mmp_interval failureBrian Behlendorf2019-06-191-4/+4
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-19103-2069/+10914
* Minimize aggsum_compare(&arc_size, arc_c) calls.Alexander Motin2019-06-141-1/+1
* Python config cleanupRyan Moeller2019-06-132-79/+53