aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* lz4_decompress_abd declared but not definedMatthew Ahrens2019-06-131-2/+1
* panic in removal_remap test on 4K devicesMatthew Ahrens2019-06-134-14/+59
* compress metadata in later sync passesMatthew Ahrens2019-06-132-4/+30
* Move write aggregation memory copy out of vq_lockAlexander Motin2019-06-131-10/+12
* looping in metaslab_block_picker impacts performance on fragmented poolsMatthew Ahrens2019-06-132-60/+117
* Restrict filesystem creation if name referred either '.' or '..'Tulsi Jain2019-06-134-1/+36
* ztest: dmu_tx_assign() gets ENOSPC in spa_vdev_remove_thread()Matthew Ahrens2019-06-131-1/+1
* Fix lockdep warning on insmodTomohiro Kusumi2019-06-121-0/+5
* fat zap should prefetch when iteratingMatthew Ahrens2019-06-126-9/+140
* Target ARC size can get reduced to arc_c_minMatthew Ahrens2019-06-121-2/+0
* Fix typo in vdev_raidz_math.cbnjf2019-06-121-1/+1
* single-chunk scatter ABDs can be treated as linearMatthew Ahrens2019-06-114-55/+103
* make zil max block size tunableMatthew Ahrens2019-06-107-32/+96