aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-1615-259/+2422
* Drop redundant POSIX ACL check in zpl_init_acl()Tomohiro Kusumi2019-07-151-7/+4
* Export dnode symbolsBrian Behlendorf2019-07-151-0/+10
* Ensure dsl_destroy_head() decrypts objsetsTom Caputi2019-07-151-3/+4
* Disable unused pathname::pn_path* (unneeded in Linux)Tomohiro Kusumi2019-07-151-4/+11
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2019-07-1222-126/+227
* Fixes: #8934 Large kmem_allocNick Mattis2019-07-101-4/+4
* Decrease contention on dn_struct_rwlockPaul Dagnelie2019-07-085-115/+220
* 8659 static dtrace probes unavailable on non-GPL modulesBrad Lewis2019-07-082-2/+5
* 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
* 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-248-368/+8
* Fix error message on promoting encrypted datasetTom Caputi2019-06-241-2/+6
* Fix out-of-tree build failuresBrian Behlendorf2019-06-241-2/+3
* OpenZFS 9425 - channel programs can be interruptedDon Brady2019-06-224-93/+171
* 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-194-149/+13
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-1928-1733/+6256
* 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
* Restrict filesystem creation if name referred either '.' or '..'Tulsi Jain2019-06-131-0/+21
* 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