summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix remounting snapshots read-writeLOLi2017-08-171-1/+9
* Retire legacy test infrastructureBrian Behlendorf2017-08-154-1309/+2
* Add corruption failure option to zinject(8)Don Brady2017-08-142-7/+49
* Native Encryption for ZFS on LinuxTom Caputi2017-08-1442-875/+8531
* Fix NULL pointer when O_SYNC read in snapshotChunwei Chen2017-08-111-1/+3
* Allow longer SPA names in statsgaurkuma2017-08-112-15/+21
* Simplify threads, mutexs, cvs and rwlocksBrian Behlendorf2017-08-116-12/+21
* zio_dva_throttle_done() should allow zinjected ZIOsanjeevbagewadi2017-08-101-1/+2
* Add libtpool (thread pools)Brian Behlendorf2017-08-099-97/+133
* zv_suspend_lock in zvol_open()/zvol_release()Boris Protopopov2017-08-091-23/+41
* Add debug log entries for failed receive recordsNed Bass2017-08-081-7/+100
* Fix dnode allocation raceBrian Behlendorf2017-08-085-66/+73
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-0218-46/+46
* Only record zio->io_delay on reads and writesTony Hutter2017-08-021-1/+1
* Fix volmode=none property behavior at import timeLOLi2017-07-311-0/+3
* zfs promote|rename .../%recv should be an errorLOLi2017-07-281-2/+10
* OpenZFS 7915 - checks in l2arc_evict could use some cleaning upAndriy Gapon2017-07-281-15/+9
* OpenZFS 8373 - TXG_WAIT in ZIL commit pathAndriy Gapon2017-07-281-1/+18
* OpenZFS 8508 - Mounting a zpool on 32-bit platforms panicsGiuseppe Di Natale2017-07-261-1/+1
* Add line info and SET_ERROR() to ZFS debug logNed Bass2017-07-251-7/+19
* Some additional send stream validity checkingNed Bass2017-07-251-8/+18
* Fix 'zpool clear' on suspended poolsBrian Behlendorf2017-07-251-1/+2
* Report MMP_STATE_NO_HOSTID immediatelyOlaf Faaland2017-07-251-6/+6
* Add callback for zfs_multihost_intervalOlaf Faaland2017-07-251-1/+49
* Release SCL_STATE in map_write_done()Olaf Faaland2017-07-251-5/+6
* Revert Fix vdev_probe() call wrt SCL_STATE_ALLOlaf Faaland2017-07-251-1/+1
* Fix buffer overflow in dsl_dataset_name()LOLi2017-07-241-1/+8
* Use correct macro for hz in mmp.cOlaf Faaland2017-07-241-1/+1
* Fix coverity defects: CID 165755Giuseppe Di Natale2017-07-242-3/+3
* Linux 4.13 compat: bio->bi_status and blk_status_tBrian Behlendorf2017-07-231-5/+6
* Fix vdev_probe() call outside SCL_STATE_ALL lockBrian Behlendorf2017-07-131-1/+1
* Multi-modifier protection (MMP)Olaf Faaland2017-07-1311-60/+1001
* OpenZFS 6939 - add sysevents to zfs core for commandsDave Eddy2017-07-126-49/+182
* Add port of FreeBSD 'volmode' propertyLOLi2017-07-123-13/+188
* 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
* Clang fixesalaviss2017-07-052-10/+10
* 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