aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Large kmem_alloc in vdev_metaslab_initChunwei Chen2016-07-121-3/+3
* Don't allow accessing XATTR via export handleChunwei Chen2016-07-121-0/+8
* Fix get_zfs_sb race with concurrent umountChunwei Chen2016-07-121-3/+3
* Allow building with `CFLAGS="-O0"`Gvozden Neskovic2016-07-112-1/+9
* Merge branch 'illumos-2605'Brian Behlendorf2016-06-2971-970/+2627
|\
| * Vectorized fletcher_4 must be 128-bit alignedBrian Behlendorf2016-06-291-2/+12
| * OpenZFS 6876 - Stack corruption after importing a pool with a too-long namePaul Dagnelie2016-06-283-2/+36
| * OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-2841-335/+298
| * Implement zfs_ioc_recv_new() for OpenZFS 2605Brian Behlendorf2016-06-286-265/+518
| * OpenZFS 6562 - Refquota on receive doesn't account for overageDan McDonald2016-06-282-5/+29
| * OpenZFS 4986 - receiving replication stream fails if any snapshot exceeds ref...Dan McDonald2016-06-282-19/+121
| * OpenZFS 6738 - zfs send stream padding needs documentationEli Rosenthal2016-06-281-1/+17
| * OpenZFS 6536 - zfs send: want a way to disable setting of DRR_FLAG_FREERECORDSAndrew Stormont2016-06-282-1/+10
| * OpenZFS 6393 - zfs receive a full send as a clonePaul Dagnelie2016-06-285-64/+131
| * OpenZFS 6051 - lzc_receive: allow the caller to read the begin recordBrian Behlendorf2016-06-282-8/+41
| * OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-2840-337/+1483
|/
* Sync DMU_BACKUP_FEATURE_* flagsBrian Behlendorf2016-06-241-1/+2
* Implement large_dnode pool featureNed Bass2016-06-2464-224/+1575
* Backfill metadnode more intelligentlyNed Bass2016-06-244-11/+37
* xattrtest: allow verify with -R and other improvementsNed Bass2016-06-241-68/+124
* FreeBSD rS271776 - Persist vdev_resilver_txg changessmh2016-06-241-2/+5
* OpenZFS 6878 - Add scrub completion info to "zpool history"Nav Ravindranath2016-06-241-5/+19
* Revert "Add a test case for dmu_free_long_range() to ztest"Brian Behlendorf2016-06-241-178/+0
* Add a test case for dmu_free_long_range() to ztestBoris Protopopov2016-06-211-0/+178
* OpenZFS 6513 - partially filled holes lose birth timePaul Dagnelie2016-06-219-54/+192
* Fix NFS credentialChunwei Chen2016-06-213-12/+10
* SIMD implementation of vdev_raidz generate and reconstruct routinesGvozden Neskovic2016-06-2131-161/+6811
* Linux 4.6 compat: Fall back to d_prune_aliases() if necessaryTim Chase2016-06-171-2/+15
* Remove libzfs_graph.cBrian Behlendorf2016-06-163-656/+0
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-0778-242/+759
* Fix minor spelling mistakesColin Ian King2016-06-063-4/+4
* Fix cstyle.pl warningsBrian Behlendorf2016-06-031-4/+16
* Implementation of AVX2 optimized Fletcher-4Jinshan Xiong2016-06-0212-69/+588
* Linux 4.7 compat: handler->set() takes both dentry and inodeBrian Behlendorf2016-06-012-30/+69
* Fix memleak in vdev_config_generate_statsChunwei Chen2016-05-311-0/+1
* Fix memleak in zpl_parse_optionsChunwei Chen2016-05-311-3/+3
* Fix out-of-bound access in zfs_fillpageChunwei Chen2016-05-311-2/+1
* Add isa_defs for MIPSYunQiang Su2016-05-312-2/+24
* Fix self-healing IO prior to dsl_pool_init() completionGeLiXin2016-05-272-6/+23
* Systemd configuration fixesBrian Behlendorf2016-05-278-11/+29
* OpenZFS 6531 - Provide mechanism to artificially limit disk performanceTony Hutter2016-05-2618-120/+680
* Add request size histograms (-r) to zpool iostat, minor man page fixTony Hutter2016-05-257-106/+301
* Fix arc_prune_task use-after-freeChunwei Chen2016-05-251-10/+11
* Improve zfs-module-parameters(5)DHE2016-05-233-55/+97
* Skip ctldir znode in zfs_rezget to fix snapdir issuesChunwei Chen2016-05-231-0/+10
* Add missing RPM BuildRequiresBrian Behlendorf2016-05-231-0/+2
* Consistently use parsable instead of parseableChrister Ekholm2016-05-234-7/+7
* Linux 4.7 compat: use iterate_shared for concurrent readdirChunwei Chen2016-05-204-25/+54
* Fix config for posix_acl_release() GPL testChunwei Chen2016-05-201-16/+17
* Linux 4.7 compat: replace blk_queue_flush with blk_queue_write_cacheChunwei Chen2016-05-203-9/+77