aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for metaslab_fastwrite_unmark() assert failureTom Caputi2016-07-251-0/+1
* zloop: print backtrace from core filesGvozden Neskovic2016-07-251-7/+27
* Fix for compilation error when using the kernel's CONFIG_LOCKDEPTom Caputi2016-07-211-9/+2
* Illumos Crypto Port module added to enable native encryption in zfsTom Caputi2016-07-2090-80/+35834
* Fix NULL pointer in zfs_preumount from 1d9b3bdChunwei Chen2016-07-201-20/+29
* RAIDZ parity kstat reworkGvozden Neskovic2016-07-192-42/+89
* Fixes and enhancements of SIMD raidz parityGvozden Neskovic2016-07-199-181/+194
* Wait iput_async before evict_inodes to prevent raceChunwei Chen2016-07-191-0/+18
* Update arc_summary.py for prefetch changesBrian Behlendorf2016-07-191-146/+1
* Prevent segfaults in SSE optimized Fletcher-4Tyler J. Stachecki2016-07-191-5/+5
* Fix filesystem destroy with receive_resume_tokenRoman Strashkin2016-07-151-3/+30
* Implementation of SSE optimized Fletcher-4Tyler J. Stachecki2016-07-156-5/+243
* Use native inode->i_nlink instead of znode->z_linksChris Dunlop2016-07-147-38/+58
* Fix dbuf_stats_hash_table_data raceChunwei Chen2016-07-141-2/+0
* Prevent null dereferences when accessing dbuf kstatTim Chase2016-07-141-3/+7
* Enable zpool_upgrade test casesBrian Behlendorf2016-07-142-7/+8
* Add RAID-Z routines for SSE2 instruction set, in x86_64 mode.Gvozden Neskovic2016-07-138-17/+624
* Fix handling of errors nvlist in zfs_ioc_recv_new()Gvozden Neskovic2016-07-131-7/+6
* Fix PANIC: metaslab_free_dva(): bad DVA X:Y:ZPeng2016-07-121-0/+16
* Fix RAIDZ_TEST testsBrian Behlendorf2016-07-121-1/+1
* Kill zp->z_xattr_parent to prevent pinningChunwei Chen2016-07-123-63/+26
* xattr dir doesn't get purged during iputChunwei Chen2016-07-121-1/+2
* fh_to_dentry should return ESTALE when generation mismatchChunwei Chen2016-07-121-1/+1
* Add configure result for xattr_handlerChunwei Chen2016-07-121-0/+2
* 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