summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix comparison signedness in arc_is_overflowing()Alexander Motin2019-06-101-2/+2
* Fix incorrect error message for raw receiveTom Caputi2019-06-101-2/+9
* Improve ZTS block_device_wait debuggingRichard Elling2019-06-101-1/+16
* Block_device_wait does not return an error codeRichard Elling2019-06-105-7/+10
* Remove redundant redundant removeRichard Elling2019-06-101-1/+0
* Fix logic error in setpartition functionRichard Elling2019-06-101-9/+13
* arc_summary: prefer python3 version and install when there is no pythonEli Schwartz2019-06-101-3/+1
* Fix %post and %postun generation in kmodtoolSamuel VERSCHELDE2019-06-101-2/+2
* Allow metaslab to be unloaded even when not freed fromPaul Dagnelie2019-06-063-22/+40
* Avoid updating zfs_gitrev.h when rev is unchangedJorgen Lundman2019-06-061-0/+4
* Reinstate raw receive check when truncatingTom Caputi2019-06-061-1/+15
* l2arc_apply_transforms: Fix typo in commentAllan Jude2019-06-061-1/+1
* Reduced IOPS when all vdevs are in the zfs_mg_fragmentation_thresholdSerapheim Dimitropoulos2019-06-062-6/+21
* If $ZFS_BOOTFS contains guid, replace the guid portion with $poolGarrett Fields2019-06-061-1/+3
* Fix integer overflow of ZTOI(zp)->i_generationTom Caputi2019-06-061-1/+1
* hkdf_test binary should only have one icp instanceDon Brady2019-06-051-2/+1
* Drop objid argument in zfs_znode_alloc() (sync with OpenZFS)Tomohiro Kusumi2019-06-051-5/+4
* Fixed a small typo in man/man1/raidz_test.1Peter Wirdemo2019-06-051-1/+1
* Allow TRIM_UNUSED_KSYM when build as a builtin-moduleTorsten Wörtwein2019-06-041-2/+3
* Make Python detection optional and more portableRyan Moeller2019-06-043-24/+39
* Wait in 'S' state when send/recv pipe is blockingDeHackEd2019-06-031-2/+2
* Make zfs_async_block_max_blocks handle zero correctlyTulsiJain2019-06-031-1/+3
* Revert "Report holes when there are only metadata changes"Brian Behlendorf2019-05-301-28/+3
* Add link count test for root inodeTomohiro Kusumi2019-05-293-2/+122