aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Don't use d_path() for automount mount point for chroot'd processTomohiro Kusumi2019-07-021-34/+7
* nopwrites on dmu_sync-ed blocks can result in a panicGeorge Wilson2019-06-281-0/+14
* Concurrent small allocation defeats large allocationPaul Dagnelie2019-06-261-49/+231
* Avoid extra taskq_dispatch() calls by DMUAlexander Motin2019-06-252-5/+36
* Fix bp_embedded_type enum definitionloli10K2019-06-241-1/+1
* Remove code for zfs remapMatthew Ahrens2019-06-246-364/+3
* Fix error message on promoting encrypted datasetTom Caputi2019-06-241-2/+6
* OpenZFS 9425 - channel programs can be interruptedDon Brady2019-06-223-92/+153
* dn_struct_rwlock can not be held in dmu_tx_try_assign()Matthew Ahrens2019-06-221-0/+19
* Add SCSI_PASSTHROUGH to zvols to enable UNMAP supportPaul Dagnelie2019-06-211-0/+4
* 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-203-62/+13
* Remove dedupditto functionalityMatthew Ahrens2019-06-193-147/+11
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-1925-1727/+6198
* Minimize aggsum_compare(&arc_size, arc_c) calls.Alexander Motin2019-06-141-1/+1
* panic in removal_remap test on 4K devicesMatthew Ahrens2019-06-132-10/+28
* compress metadata in later sync passesMatthew Ahrens2019-06-131-2/+16
* 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-131-60/+83
* 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-124-7/+110
* 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-113-53/+92
* make zil max block size tunableMatthew Ahrens2019-06-103-9/+71
* 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
* Allow metaslab to be unloaded even when not freed fromPaul Dagnelie2019-06-062-22/+39
* 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-061-5/+20
* Fix integer overflow of ZTOI(zp)->i_generationTom Caputi2019-06-061-1/+1
* Drop objid argument in zfs_znode_alloc() (sync with OpenZFS)Tomohiro Kusumi2019-06-051-5/+4
* 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
* Remove vn_set_fs_pwd()/vn_set_pwd() (no need to be at / during insmod)Tomohiro Kusumi2019-05-292-9/+1
* Exclude log device ashift from normal classBrian Behlendorf2019-05-291-4/+1
* Fix integer overflow in get_next_chunk()madz2019-05-291-2/+2
* Double-free of encryption wrapping key due to invalid pool propertiesloli10K2019-05-281-12/+9
* Update descriptions for vnopsTomohiro Kusumi2019-05-252-13/+14
* Fix embedded bp accounting in count_block()Tom Caputi2019-05-251-0/+7