summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Add ida_destroy in zvol_fini to fix memleakChunwei Chen2016-12-141-0/+2
* Fix typos in dbuf.cbunder20152016-12-131-5/+5
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-1241-214/+231
* Don't count '@' for dataset namelen if not a snapshotChunwei Chen2016-12-091-1/+5
* Fix coverity defects: CID 154617luozhengzheng2016-12-081-1/+1
* Speed up zvol import and export speedBrian Behlendorf2016-12-086-86/+195
|\
| * zvol_remove_minors do parallel zvol_freeChunwei Chen2016-12-021-6/+29
| * zpool_create_minors parallel prefetchChunwei Chen2016-12-021-10/+89
| * zvol: reduce linear list searchChunwei Chen2016-12-011-49/+65
| * Use system_delay_taskq for long delay tasksChunwei Chen2016-12-015-21/+12
* | Revert "Disable zio_dva_throttle_enabled by default"Brian Behlendorf2016-12-081-1/+1
* | Cache ddt_get_dedup_dspace() value if there was no ddt changesGvozden Neskovic2016-12-022-2/+14
* | Refactor txg history kstatBrian Behlendorf2016-12-022-32/+55
* | OpenZFS 7143 - dbuf_read() creates unnecessary zio_root() for bonus bufBrian Behlendorf2016-12-011-3/+4
* | Fix incorrect operator in abd_alloc_sametype()luozhengzheng2016-12-011-1/+1
* | Remove unused sa_update_from_cb()cao2016-12-011-21/+0
* | Compile zio.h and zio_impl.h mutual includecao2016-12-011-1/+1
* | Convert zio_buf_alloc() consumersBrian Behlendorf2016-11-305-18/+17
* | ABD optimized page allocation codeChunwei Chen2016-11-291-131/+412
* | ABD kmap to kmap_atomicChunwei Chen2016-11-291-35/+49
* | ABD raidz NEON supportRomain Dolbeau2016-11-294-94/+229
* | ABD raidz avx512f supportGvozden Neskovic2016-11-296-391/+258
* | ABD Vectorized raidzGvozden Neskovic2016-11-2910-979/+1363
* | ABD changes for vectorized RAIDZGvozden Neskovic2016-11-292-14/+200