summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix 'zfs get {user|group}objused@' functionalityLOLi2017-12-041-1/+1
* Linux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCTMark Wright2017-12-0412-124/+126
* Emit history events for 'zpool create'Brian Behlendorf2017-12-042-20/+23
* Fix dirty check in dmu_offset_next()Brian Behlendorf2017-11-211-6/+4
* Fix truncate(2) mtime and ctime handlingLOLi2017-11-211-2/+2
* OpenZFS 7531 - Assign correct flags to prefetched buffersbenrubson2017-11-211-0/+12
* Long hold the dataset during upgradeArkadiusz Bubała2017-11-213-6/+24
* Handle compressed buffers in __dbuf_hold_impl()Tim Chase2017-11-212-12/+36
* Bug fix in qat_compress.c when compressed size is < 4KBwli52017-11-201-4/+4
* Support integration with new QAT productswli52017-11-201-3/+5
* Reimplement vdev_random_leaf and rename itOlaf Faaland2017-11-201-36/+26
* Fixes for SPARC supportBrian Behlendorf2017-10-161-6/+181
* Skip FREEOBJECTS for objects which can't existFabian Grünbichler2017-10-161-0/+16
* Free objects when receiving full stream as cloneFabian Grünbichler2017-10-161-1/+51
* Fix ARC behavior on 32-bit systemsBrian Behlendorf2017-10-161-27/+58
* Remove unnecessary equality checkTobin Harding2017-10-161-1/+1
* Use linear abd in vdev_copy_uberblocks()Isaac Huang2017-10-161-1/+1
* receive_freeobjects() skips freeing some objectsNed Bass2017-10-161-4/+2
* Scale the dbuf cache with arc_cchrisrd2017-10-162-8/+19
* Correct cppcheck errors (#6662)Giuseppe Di Natale2017-09-201-1/+0
* Increase default arc_c_minBrian Behlendorf2017-09-201-3/+4
* Export symbol dmu_tx_mark_netfree()Brian Behlendorf2017-09-201-0/+1
* Linux 4.14 compat: IO acct, global_page_state, etc (#6655)Brian Behlendorf2017-09-193-10/+42
* Modifying XATTRs doesnt change the ctimeGaurav Kumar2017-09-132-2/+17
* Fix volume WR_INDIRECT log replay (#6620)Brian Behlendorf2017-09-131-6/+17
* Improved dnode allocation and dmu_hold_impl() (#6611)Giuseppe Di Natale2017-09-133-241/+352
* Linux 4.8+ compatibility fix for vm statsdbavatar2017-09-131-0/+5
* Fix range locking in ZIL commit codepathLOLi2017-08-213-12/+44
* Fix remounting snapshots read-writeLOLi2017-08-211-1/+9
* Fix NULL pointer when O_SYNC read in snapshotChunwei Chen2017-08-211-1/+3
* zio_dva_throttle_done() should allow zinjected ZIOsanjeevbagewadi2017-08-211-1/+2
* Fix dnode allocation raceBrian Behlendorf2017-08-085-66/+73
* Add debug log entries for failed receive recordsNed Bass2017-08-081-7/+100
* Only record zio->io_delay on reads and writesTony Hutter2017-08-021-1/+1
* Fix volmode=none property behavior at import timeLOLi2017-08-021-0/+3
* 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