summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix TypeError: unorderable types: str() > int() in arc_summary.pyJohnny Stenback2017-01-031-2/+2
* OpenZFS 7259 - DS_FIELD_LARGE_BLOCKS is unusedGeorge Melikov2017-01-031-7/+0
* Fix spellingka72017-01-03132-170/+170
* 4.10 compat - BIO flag changes and othersTim Chase2016-12-306-19/+96
* Don't persist temporary pool name on devicesLOLi2016-12-224-2/+94
* Fix coverity defects: CID 147587GeLiXin2016-12-211-0/+7
* Remove extra + from zfs man pagebunder20152016-12-211-1/+1
* Use a dedicated taskq for vdev_fileChunwei Chen2016-12-213-2/+24
* Fix dsl_props_set_sync_impl to work with nested nvlistLOLi2016-12-204-7/+134
* Fix file attributesBrian Behlendorf2016-12-1913-18/+309
|\
| * Add test for chattrChunwei Chen2016-12-168-0/+248
| * Use inode_set_flags when availableChunwei Chen2016-12-163-0/+28
| * Fix fchange in zpl_ioctl_setflagsChunwei Chen2016-12-161-2/+1
| * Fix wrong operator in xvattr.hChunwei Chen2016-12-141-5/+5
| * Fix i_flags issue caused by 64c688dChunwei Chen2016-12-141-11/+27
* | Fix coverity defects: CID 155008cao2016-12-191-2/+5
* | Fix zmo leak when zfs_sb_create failsChunwei Chen2016-12-191-10/+9
* | Don't run 'zpool iostat -c CMD' command on all vdevs, if vdevs specifiedTony Hutter2016-12-165-19/+81
* | Fix coverity defects: CID 147534cao2016-12-161-2/+2
* | ABD: Adapt avx512bw raidz assemblyGvozden Neskovic2016-12-152-113/+79
|/
* Add ida_destroy in zvol_fini to fix memleakChunwei Chen2016-12-141-0/+2
* Skip xfstests on Ubuntu 16.04 and CentOS 7Brian Behlendorf2016-12-141-1/+12
* Skip slow tests when kmemleak is enabledBrian Behlendorf2016-12-146-1/+38
* Fix typos in dbuf.cbunder20152016-12-131-5/+5
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-1296-478/+501
* Add CONTRIBUTING information and templatesGeorge Melikov2016-12-094-4/+234
* Fix coverity defects: CID 147475liaoyuxiangqin2016-12-091-7/+8
* Don't count '@' for dataset namelen if not a snapshotChunwei Chen2016-12-094-3/+67
* Fix coverity defects: CID 154617luozhengzheng2016-12-081-1/+1
* Speed up zvol import and export speedBrian Behlendorf2016-12-088-86/+201
|\
| * 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-017-21/+18
* | Revert "Disable zio_dva_throttle_enabled by default"Brian Behlendorf2016-12-082-2/+2
* | Cache ddt_get_dedup_dspace() value if there was no ddt changesGvozden Neskovic2016-12-023-2/+15
* | Refactor txg history kstatBrian Behlendorf2016-12-023-34/+65
* | Enable mountpoint_003_posChaoyuZhang2016-12-022-21/+33
* | Skip zpool_scrub_004_pos on 32-bit systemsBrian Behlendorf2016-12-021-0/+5
* | 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-012-23/+0
* | Compile zio.h and zio_impl.h mutual includecao2016-12-012-4/+1
* | Do not force VDEV_NAME_TYPE_ID in max_width()HÃ¥kan Johansson2016-11-301-3/+3
* | Convert zio_buf_alloc() consumersBrian Behlendorf2016-11-305-18/+17
* | Introduce ARC Buffer Data (ABD)Brian Behlendorf2016-11-3059-2245/+5011
|\ \
| * | ABD optimized page allocation codeChunwei Chen2016-11-295-136/+457
| * | 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-297-406/+259