summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* Update deadman operation to better align with upstream OpenZFSTim Chase2017-01-311-1/+15
* OpenZFS 7019 - zfsdev_ioctl skips secpolicy when FKIOCTL is setGeorge Melikov2017-01-311-2/+2
* OpenZFS 7136 - ESC_VDEV_REMOVE_AUX ought to always include vdev informationGeorge Melikov2017-01-311-3/+6
* OpenZFS 7490 - real checksum errors are silenced when zinject is onGeorge Melikov2017-01-301-5/+6
* OpenZFS 6922 - Emit ESC_ZFS_VDEV_REMOVE_AUX after removing an aux deviceGeorge Melikov2017-01-301-1/+1
* OpenZFS 7277 - zdb should be able to print zfs_dbgmsg'sGeorge Melikov2017-01-281-0/+15
* Fix suspend Godfather I/Os io_reexecute bitsBrian Behlendorf2017-01-281-1/+1
* OpenZFS 7580 - ztest failure in dbuf_read_implGeorge Melikov2017-01-282-8/+22
* OpenZFS 7301 - zpool export -f should be able to interrupt file freeingGeorge Melikov2017-01-273-5/+46
* OpenZFS 7254 - ztest failed assertion in ztest_dataset_dirobj_verify: dirobjs...George Melikov2017-01-277-13/+80
* Retire .write/.read file operationsChunwei Chen2017-01-271-34/+50
* OpenZFS 5561 - support root pools on EFI/GPT partitioned disksBrian Behlendorf2017-01-271-3/+1
* OpenZFS 7613 - ms_freetree[4] is only used in syncing contextTim Chase2017-01-261-43/+38
* OpenZFS 7500 - Simplify dbuf_free_range by removing dn_unlisted_l0_blkidGeorge Melikov2017-01-262-41/+5
* OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...George Melikov2017-01-267-27/+72
* OpenZFS 7386 - zfs get does not work properly with bookmarksGeorge Melikov2017-01-261-44/+49
* OpenZFS 7606 - dmu_objset_find_dp() takes a long time while importing poolGeorge Melikov2017-01-261-4/+24
* OpenZFS 7180 - potential race between zfs_suspend_fs+zfs_resume_fs and zfs_io...George Melikov2017-01-232-10/+17
* OpenZFS 3746 - ZRLs are racyGeorge Melikov2017-01-231-27/+23
* OpenZFS 7304 - zfs filesystem/snapshot counts should be read-onlyGeorge Melikov2017-01-231-6/+7
* OpenZFS 7054 - dmu_tx_hold_t should use refcount_t to track spaceGeorge Melikov2017-01-233-106/+184
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-2228-94/+106
* Suspend/resume zvol for recv and rollbackChunwei Chen2017-01-193-40/+163
* OpenZFS 6529 - Properly handle updates of variably-sized SA entriesGeorge Melikov2017-01-191-15/+33
* OpenZFS 7659 - Missing thread_exit() in dmu_send.cGeorge Melikov2017-01-181-0/+2
* OpenZFS 7235 - remove unused func dsl_dataset_set_blkptrGeorge Melikov2017-01-171-14/+0
* OpenZFS 7256 - low probability race in zfs_get_dataGeorge Melikov2017-01-171-1/+1
* OpenZFS 7071 - lzc_snapshot does not fill in errlist on ENOENTGeorge Melikov2017-01-171-0/+8
* OpenZFS 7082 - bptree_iterate() passes wrong args to zfs_dbgmsg()George Melikov2017-01-171-2/+3
* OpenZFS 6586 - Whitespace inconsistencies in the spa feature dependency array...Brian Behlendorf2017-01-171-2/+2
* Fix unallocated object detection for large_dnode datasetsLOLi2017-01-132-16/+28
* OpenZFS 7603 - xuio_stat_wbuf_* should be declared (void)Brian Behlendorf2017-01-131-2/+2
* OpenZFS 7181 - race between zfs_mount and zfs_ioc_rollbackBrian Behlendorf2017-01-131-7/+7
* module/Makefile.in: use relative cpJörg Thalheim2017-01-131-3/+3
* Add *_by-dnode routinesbzzz772017-01-134-75/+260
* OpenZFS 7743 - per-vdev-zaps init path for upgradeDon Brady2017-01-131-3/+8
* OpenZFS 6603 - zfeature_register() should verify ZFEATURE_FLAG_PER_DATASET im...George Melikov2017-01-121-0/+15
* OpenZFS 7303 - dynamic metaslab selectionDon Brady2017-01-125-204/+864
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-1212-35/+31
* Fix spellingka72017-01-0333-41/+41
* 4.10 compat - BIO flag changes and othersTim Chase2016-12-302-6/+3
* Don't persist temporary pool name on devicesLOLi2016-12-221-1/+1
* Use a dedicated taskq for vdev_fileChunwei Chen2016-12-212-2/+21
* Fix dsl_props_set_sync_impl to work with nested nvlistLOLi2016-12-201-5/+9
* Fix file attributesBrian Behlendorf2016-12-192-13/+37
|\
| * Use inode_set_flags when availableChunwei Chen2016-12-161-0/+9
| * Fix fchange in zpl_ioctl_setflagsChunwei Chen2016-12-161-2/+1
| * Fix i_flags issue caused by 64c688dChunwei Chen2016-12-141-11/+27
* | Fix zmo leak when zfs_sb_create failsChunwei Chen2016-12-191-10/+9
* | ABD: Adapt avx512bw raidz assemblyGvozden Neskovic2016-12-152-113/+79
|/