summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix dsl_scan_ds_clone_swapped logicAndriy Gapon2019-09-251-31/+69
* Scrubbing root pools may deadlock on kernels without elevator_change() (#9321)loli10K2019-09-251-1/+1
* QAT related bug fixesChengfei ZHu2019-09-254-32/+18
* Fix /etc/hostid on root pool deadlockBrian Behlendorf2019-09-253-21/+15
* Always refuse receving non-resume stream when resume state existsAndriy Gapon2019-09-251-3/+7
* Fix Intel QAT / ZFS compatibility on v4.7.1+ kernelsloli10K2019-09-252-3/+3
* Fix zil replay panic when TX_REMOVE followed by TX_CREATEChunwei Chen2019-09-252-16/+41
* zfs_ioc_snapshot: check user-prop permissions on snapshotted datasetsAndriy Gapon2019-09-251-10/+16
* Fix deadlock in 'zfs rollback'Tom Caputi2019-09-252-1/+16
* Linux 5.3: Fix switch() fall though compiler errorsTony Hutter2019-09-253-3/+11
* Linux 5.3 compat: Makefile subdir-m no longer supportedDominic Pearson2019-09-251-12/+12
* Fix out-of-order ZIL txtype lost on hardlinked filesChunwei Chen2019-09-253-14/+18
* Improve performance by using dmu_tx_hold_*_by_dnode()Matthew Ahrens2019-09-253-9/+15
* Fix channel programs on s390xBrian Behlendorf2019-09-251-1/+1
* Implement secpolicy_vnode_setid_retain()Tomohiro Kusumi2019-09-251-1/+1
* Don't directly cast unsigned long to void*Tomohiro Kusumi2019-09-251-2/+3
* Fix module_param() type for zfs_read_chunk_sizeTomohiro Kusumi2019-09-251-2/+4
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-09-251-1/+17
* hdr_recl calls zthr_wakeup() on destroyed zthrSerapheim Dimitropoulos2019-09-251-4/+16
* Fix wrong comment on zcr_blksz_{min,max}Tomohiro Kusumi2019-09-251-5/+6
* Retire unused spl_{mutex,rwlock}_{init_fini}Brian Behlendorf2019-09-254-85/+13
* Linux 5.3 compat: retire rw_tryupgrade()Brian Behlendorf2019-09-251-101/+0
* Linux 5.3 compat: rw_semaphore ownerBrian Behlendorf2019-09-251-3/+0
* Fix lockdep recursive locking false positive in dbuf_destroyjdike2019-09-251-1/+2
* Add missing __GFP_HIGHMEM flag to vmallocMichael Niewöhner2019-09-251-1/+2
* Use zfsctl_snapshot_hold() wrapperTomohiro Kusumi2019-09-251-3/+3
* Minor style cleanupBrian Behlendorf2019-09-256-14/+22
* Fix get_special_prop() build failureBrian Behlendorf2019-09-251-4/+2
* Drop redundant POSIX ACL check in zpl_init_acl()Tomohiro Kusumi2019-09-251-7/+4
* Export dnode symbolsBrian Behlendorf2019-09-251-0/+10
* Ensure dsl_destroy_head() decrypts objsetsTom Caputi2019-09-251-3/+4
* Disable unused pathname::pn_path* (unneeded in Linux)Tomohiro Kusumi2019-09-251-4/+11
* Fixes: #8934 Large kmem_allocNick Mattis2019-09-251-4/+4
* Remove VERIFY from dsl_dataset_crypt_stats()Tom Caputi2019-09-251-5/+7
* Improve "Unable to automount" error message.Paul Zuchowski2019-09-251-2/+3
* Check b_freeze_cksum under ZFS_DEBUG_MODIFY conditionalBrian Behlendorf2019-09-251-2/+2
* Don't use d_path() for automount mount point for chroot'd processTomohiro Kusumi2019-09-251-34/+7
* nopwrites on dmu_sync-ed blocks can result in a panicGeorge Wilson2019-09-251-0/+14
* Avoid extra taskq_dispatch() calls by DMUAlexander Motin2019-09-252-5/+36
* Fix error message on promoting encrypted datasetTom Caputi2019-09-251-2/+6
* Fix out-of-tree build failuresBrian Behlendorf2019-09-251-2/+3
* dn_struct_rwlock can not be held in dmu_tx_try_assign()Matthew Ahrens2019-09-251-0/+19
* Add SCSI_PASSTHROUGH to zvols to enable UNMAP supportPaul Dagnelie2019-09-251-0/+4
* Prevent pointer to an out-of-scope local variableTomohiro Kusumi2019-09-251-2/+1
* dedup=verify doesn't clear the blkptr's dedup flagMatthew Ahrens2019-09-251-0/+2
* Update vdev_ops_t from illumosIgor K2019-09-257-143/+143
* Allow unencrypted children of encrypted datasetsTom Caputi2019-09-253-62/+13
* Minimize aggsum_compare(&arc_size, arc_c) calls.Alexander Motin2019-09-251-1/+1
* panic in removal_remap test on 4K devicesMatthew Ahrens2019-09-252-10/+28
* compress metadata in later sync passesMatthew Ahrens2019-09-251-2/+16