aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* OpenZFS 6459 - cstyle doesn't detect opening braces on the same line as funct...Paul Dagnelie2017-01-221-1/+49
* OpenZFS 7729 - libzfs_core`lzc_rollback() leaks result nvlGeorge Melikov2017-01-211-0/+2
* Partial revert "Disable slow tests for kmemleak"Chunwei Chen2017-01-216-15/+16
* Tag 0.7.0-rc3zfs-0.7.0-rc3Brian Behlendorf2017-01-201-1/+1
* Fix unused variable warningBrian Behlendorf2017-01-191-2/+2
* Suspend/resume zvol for recv and rollbackChunwei Chen2017-01-194-42/+168
* OpenZFS 6529 - Properly handle updates of variably-sized SA entriesGeorge Melikov2017-01-191-15/+33
* Disable racy test casesBrian Behlendorf2017-01-191-3/+5
* OpenZFS 7659 - Missing thread_exit() in dmu_send.cGeorge Melikov2017-01-181-0/+2
* OpenZFS 7257 - zfs manpage user property length needs to be updatedGeorge Melikov2017-01-171-1/+1
* OpenZFS 7235 - remove unused func dsl_dataset_set_blkptrGeorge Melikov2017-01-172-15/+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
* OpenZFS 6550 - cmd/zfs: cleanup gcc warningsBrian Behlendorf2017-01-172-16/+25
* OpenZFS 6551 - cmd/zpool: cleanup gcc warningsBrian Behlendorf2017-01-173-4/+11
* Don't hardcode perl path but use env insteadclefru2017-01-131-1/+2
* Fix unallocated object detection for large_dnode datasetsLOLi2017-01-133-19/+42
* 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-137-76/+276
* OpenZFS 7743 - per-vdev-zaps init path for upgradeDon Brady2017-01-132-4/+10
* OpenZFS 7276 - zfs(1m) manpage could better describe space propertiesGeorge Melikov2017-01-131-5/+5
* Fix zfs-share systemd unit fileLOLi2017-01-131-1/+1
* OpenZFS 6603 - zfeature_register() should verify ZFEATURE_FLAG_PER_DATASET im...George Melikov2017-01-121-0/+15
* OpenZFS 7303 - dynamic metaslab selectionDon Brady2017-01-1213-223/+1039
* OpenZFS 6637 - replacing "dontclose" with "should_close"George Melikov2017-01-121-3/+3
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-1216-45/+40
* Further work on Github usability (issue templates)George Melikov2017-01-031-3/+12
* 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