aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce getting holds and listing bookmarks through ZCPSerapheim Dimitropoulos2019-08-121-21/+253
* Sort log spacemap tunables in alphabetical orderSerapheim Dimitropoulos2019-08-121-32/+32
* Metaslab max_size should be persisted while unloadedPaul Dagnelie2019-08-052-37/+162
* Don't wakeup unnecessarily in 'zpool events -f'DeHackEd2019-08-051-2/+1
* lockdep false positive - move txg_kick() outside of ->dp_lockjdike2019-07-311-5/+5
* 9072 handle error of zap_cursor_retrieve() for log spacemap zapSerapheim Dimitropoulos2019-07-301-2/+28
* mismerged log spacemap comment for metaslab_verify_weight_and_fragSerapheim Dimitropoulos2019-07-301-1/+9
* Improve performance by using dmu_tx_hold_*_by_dnode()Matthew Ahrens2019-07-303-9/+15
* Implement secpolicy_vnode_setid_retain()Tomohiro Kusumi2019-07-261-1/+1
* Fast Clone DeletionSara Hartse2019-07-2612-124/+1512
* Don't directly cast unsigned long to void*Tomohiro Kusumi2019-07-251-2/+3
* Replace zf_rwlock with a mutexMatthew Ahrens2019-07-252-22/+11
* Fix module_param() type for zfs_read_chunk_sizeTomohiro Kusumi2019-07-191-2/+4
* 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
* Fix lockdep recursive locking false positive in dbuf_destroyjdike2019-07-171-1/+2
* Use zfsctl_snapshot_hold() wrapperTomohiro Kusumi2019-07-171-3/+3
* Fix get_special_prop() build failureBrian Behlendorf2019-07-161-4/+2
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-1614-259/+2409
* 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-128-52/+75
* 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-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