summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent null dereferences when accessing dbuf kstatTim Chase2016-07-141-3/+7
* Add RAID-Z routines for SSE2 instruction set, in x86_64 mode.Gvozden Neskovic2016-07-134-14/+607
* 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
* Kill zp->z_xattr_parent to prevent pinningChunwei Chen2016-07-122-62/+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
* 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
* OpenZFS 6876 - Stack corruption after importing a pool with a too-long namePaul Dagnelie2016-06-281-0/+18
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-2816-101/+132
* Implement zfs_ioc_recv_new() for OpenZFS 2605Brian Behlendorf2016-06-281-82/+212
* OpenZFS 6562 - Refquota on receive doesn't account for overageDan McDonald2016-06-281-3/+28
* OpenZFS 4986 - receiving replication stream fails if any snapshot exceeds ref...Dan McDonald2016-06-281-10/+87
* 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-281-1/+5
* OpenZFS 6393 - zfs receive a full send as a clonePaul Dagnelie2016-06-281-58/+110
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-287-115/+701
* Implement large_dnode pool featureNed Bass2016-06-2423-154/+663
* Backfill metadnode more intelligentlyNed Bass2016-06-243-11/+35
* 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
* OpenZFS 6513 - partially filled holes lose birth timePaul Dagnelie2016-06-216-45/+178
* Fix NFS credentialChunwei Chen2016-06-213-12/+10
* SIMD implementation of vdev_raidz generate and reconstruct routinesGvozden Neskovic2016-06-218-156/+4974
* Linux 4.6 compat: Fall back to d_prune_aliases() if necessaryTim Chase2016-06-171-2/+15
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-079-11/+358
* 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
* Fix self-healing IO prior to dsl_pool_init() completionGeLiXin2016-05-272-6/+23
* OpenZFS 6531 - Provide mechanism to artificially limit disk performanceTony Hutter2016-05-266-21/+324
* Add request size histograms (-r) to zpool iostat, minor man page fixTony Hutter2016-05-252-5/+63
* Fix arc_prune_task use-after-freeChunwei Chen2016-05-251-10/+11
* Skip ctldir znode in zfs_rezget to fix snapdir issuesChunwei Chen2016-05-231-0/+10
* Linux 4.7 compat: use iterate_shared for concurrent readdirChunwei Chen2016-05-202-10/+18
* Linux 4.7 compat: replace blk_queue_flush with blk_queue_write_cacheChunwei Chen2016-05-201-1/+3
* Kill znode->z_gen fieldNikolay Borisov2016-05-194-9/+12
* Revert "zhack: Add 'feature disable' command"Brian Behlendorf2016-05-171-37/+0
* Fixes subtle bug in zio_handle_io_delay()Marcel Huber2016-05-171-1/+2
* zhack: Add 'feature disable' commandBrian Behlendorf2016-05-171-0/+37
* Remove dummy znode from zvol_stateChunwei Chen2016-05-175-66/+70
* Use cv_timedwait_sig_hires in arc_reclaim_threadChunwei Chen2016-05-121-1/+1
* OpenZFS 6093 - zfsctl_shares_lookupDan McDonald2016-05-121-8/+4
* Revert "Kill znode->z_gen field"Brian Behlendorf2016-05-124-9/+7
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-125-42/+234
* Reduce stack usage of dmu_recv_stream functionNikolay Borisov2016-05-111-57/+62
* OpenZFS 6842 - Fix empty xattr dir causing lockupChunwei Chen2016-05-102-11/+35