summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Multi-modifier protection (MMP)Olaf Faaland2017-07-1310-60/+998
* OpenZFS 6939 - add sysevents to zfs core for commandsDave Eddy2017-07-126-49/+182
* Add port of FreeBSD 'volmode' propertyLOLi2017-07-122-13/+175
* OpenZFS 5428 - provide fts(), reallocarray(), and strtonum()Yuri Pankov2017-07-086-13/+11
* OpenZFS 8126 - ztest assertion failed in dbuf_dirty due to dn_nlevels changingMatthew Ahrens2017-07-071-5/+10
* OpenZFS 8067 - zdb should be able to dump literal embedded block pointerMatthew Ahrens2017-07-071-0/+33
* Fix 'zpool clear' on readonly poolsLOLi2017-07-071-1/+1
* Implemented zpool scrub pause/resumeAlek P2017-07-064-34/+166
* Reschedule processes on -ERESTARTSYSArkadiusz BubaƂa2017-07-061-0/+2
* OpenZFS 8378 - crash due to bp in-memory modification of nopwrite blockMatthew Ahrens2017-07-043-32/+53
* OpenZFS 7600 - zfs rollback should pass target snapshot to kernelAndriy Gapon2017-07-042-6/+34
* OpenZFS 7910 - l2arc_write_buffers() may write beyond target_szAndriy Gapon2017-07-041-44/+44
* OpenZFS 8377 - Panic in bookmark deletionMatthew Ahrens2017-06-301-1/+7
* Clean up large dnode codeMatthew Ahrens2017-06-292-2/+4
* Set arc_meta_limit, arc_dnode_limit on changechrisrd2017-06-291-18/+24
* GCC 7.1 fixesTony Hutter2017-06-282-7/+6
* Cap maximum aggregate IO sizeBrian Behlendorf2017-06-271-2/+5
* Refine use of zv_state_lock.Boris Protopopov2017-06-271-68/+165
* OpenZFS 5220 - L2ARC does not support devices that do not provide 512B accessGiuseppe Di Natale2017-06-261-11/+56
* OpenZFS 8264 - want support for promoting datasets in libzfs_coreGiuseppe Di Natale2017-06-261-3/+36
* Call cv_signal() with mutex heldBoris Protopopov2017-06-261-1/+1
* Add kpreempt_disable/enable around CPU_SEQID usesMorgan Jones2017-06-191-2/+6
* Inject zinject(8) a percentage amount of dev errsDon Brady2017-06-161-7/+30
* Avoid 'queue not locked' warning at pool import.Boris Protopopov2017-06-151-1/+1
* Fix zvol_state_t->zv_open_count raceLOLi2017-06-151-11/+21
* Fix zvol_init error handlingRichard Yao2017-06-131-0/+1
* Make zvol operations use _by_dnode routinesRichard Yao2017-06-132-14/+12
* Reduce stack usage of dsl_dir_tempreserve_implDeHackEd2017-06-121-6/+19
* OpenZFS 8056 - zfs send size estimate is inaccurate for some zvolsPaul Dagnelie2017-06-091-2/+13
* OpenZFS 8156 - dbuf_evict_notify() does not need dbuf_evict_lockMatthew Ahrens2017-06-091-11/+7
* OpenZFS 8199 - multi-threaded dmu_object_alloc()Matthew Ahrens2017-06-093-70/+130
* OpenZFS 7578 - Fix/improve some aspects of ZIL writingGiuseppe Di Natale2017-06-094-114/+107
* OpenZFS 8155 - simplify dmu_write_policy handling of pre-compressed buffersMatthew Ahrens2017-06-074-23/+15
* Linux 4.9 compat: fix zfs_ctldir xattr handlingLOLi2017-06-051-0/+3
* Fix "snapdev" property issuesLOLi2017-06-022-62/+71
* Fix import wrong spare/l2 device when path changeChunwei Chen2017-06-011-6/+0
* Fix memory leak in zvol_set_volsize()LOLi2017-05-311-1/+2
* Fix ida leak in zvol_create_minor_implBoris Protopopov2017-05-261-0/+7
* Don't dirty bpobj if it has no entriesAlek P2017-05-261-0/+4
* Revert "Fix "snapdev" property inheritance behaviour"Brian Behlendorf2017-05-262-67/+57
* OpenZFS 8070 - Add some ZFS commentsAlan Somers2017-05-252-0/+7
* Fix "snapdev" property inheritance behaviourLOLi2017-05-252-57/+67
* Linux 4.12 compat: fix super_setup_bdi_name() callLOLi2017-05-251-2/+1
* Fix LZ4_uncompress_unknownOutputSize caused panicFeng Sun2017-05-191-8/+19
* Implemented zpool sync commandAlek P2017-05-191-0/+44
* Force fault a vdev with 'zpool offline -f'Tony Hutter2017-05-194-12/+76
* Fixed small memory leak in ereport handlingTom Caputi2017-05-181-6/+6
* Introduce zv_state_lockBoris Protopopov2017-05-161-71/+124
* Revert commit 1ee159f4Boris Protopopov2017-05-161-2/+29
* Skip spurious resilver IO on raidz vdevIsaac Huang2017-05-128-33/+122