summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Tricky semantics of ms_max_size in metaslab_should_allocate()Serapheim Dimitropoulos2019-07-191-7/+10
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-07-181-1/+17
* hdr_recl calls zthr_wakeup() on destroyed zthrSerapheim Dimitropoulos2019-07-181-4/+16
* Fix wrong comment on zcr_blksz_{min,max}Tomohiro Kusumi2019-07-181-5/+6
* Retire unused spl_{mutex,rwlock}_{init_fini}Brian Behlendorf2019-07-174-85/+13
* Linux 5.3 compat: retire rw_tryupgrade()Brian Behlendorf2019-07-171-101/+0
* Linux 5.3 compat: rw_semaphore ownerBrian Behlendorf2019-07-171-3/+0
* Fix lockdep recursive locking false positive in dbuf_destroyjdike2019-07-171-1/+2
* Add missing __GFP_HIGHMEM flag to vmallocMichael Niewöhner2019-07-171-1/+2
* Use zfsctl_snapshot_hold() wrapperTomohiro Kusumi2019-07-171-3/+3
* Minor style cleanupBrian Behlendorf2019-07-166-14/+22
* Fix get_special_prop() build failureBrian Behlendorf2019-07-161-4/+2
* 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