summaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Check encrypted dataset + embedded recv earlierTom Caputi2018-08-151-1/+1
* Added encryption support for zfs recv -o / -xTom Caputi2018-08-151-2/+4
* Reduce taskq and context-switch cost of zio pipeMatthew Ahrens2018-08-021-2/+2
* Add missing checks to zpl_xattr_* functionsJohn Gallagher2018-08-021-22/+29
* Add support for selecting encryption backendNathan Lewis2018-08-021-0/+3
* Fix OpenZFS 9337 mismergeGeorge Wilson2018-08-022-2/+2
* OpenZFS 9112 - Improve allocation performance on high-end systemsPaul Dagnelie2018-07-315-34/+81
* OpenZFS 9465 - ARC check for 'anon_size > arc_c/2' can stall the systemDon Brady2018-07-303-1/+7
* OpenZFS 9580 - Add a hash-table on top of nvlist to speed-up operationsSerapheim Dimitropoulos2018-07-302-7/+25
* OpenZFS 9442 - decrease indirect block size of spacemapsMatthew Ahrens2018-07-251-0/+3
* Introduce kstat dmu_tx_dirty_frees_delayFeng Sun2018-07-251-0/+1
* Add support for autoexpand propertyBrian Behlendorf2018-07-231-0/+1
* OpenZFS 9337 - zfs get all is slow due to uncached metadataMatthew Ahrens2018-07-125-7/+31
* Fix zpl_mount() deadlockBrian Behlendorf2018-07-111-0/+1
* OpenZFS 9238 - ZFS Spacemap Encoding V2Serapheim Dimitropoulos2018-07-052-36/+90
* Enforce PROP_ONETIME on zpool propertiesChunwei Chen2018-06-281-0/+1
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-2619-50/+217
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-198-22/+41
* Add ASSERT to debug encryption key mapping issuesTom Caputi2018-06-181-0/+1
* Add tunables for channel programsJohn Gallagher2018-06-151-3/+3
* Reserve DMU_BACKUP_FEATURE for ZSTDAllan Jude2018-06-141-0/+1
* OpenZFS 9577 - remove zfs_dbuf_evict_key tsdMatthew Ahrens2018-06-132-4/+4
* Raw receive functions must not decrypt dataTom Caputi2018-06-061-1/+2
* OpenZFS 8484 - Implement aggregate sum and use for arc countersPaul Dagnelie2018-06-064-0/+104
* Add pool state /proc entry, "SUSPENDED" poolsTony Hutter2018-06-061-0/+3
* Remove rwlock wrappersBrian Behlendorf2018-06-041-1/+0
* OpenZFS 9464 - txg_kick() fails to see that we are quiescingSerapheim Dimitropoulos2018-06-041-1/+2
* OpenZFS 9235 - rename zpool_rewind_policy_t to zpool_load_policy_tPavel Zakharov2018-06-041-13/+13
* zpool reopen should detect expanded devicesSara Hartse2018-05-311-0/+12
* Update build system and packagingBrian Behlendorf2018-05-2911-24/+64
* OpenZFS 9486 - reduce memory used by device removal on fragmented poolsMatthew Ahrens2018-05-242-0/+7
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-086-3/+29
* OpenZFS 8961 - SPA load/import should tell us why it failedPavel Zakharov2018-05-082-1/+4
* Add support for decryption faults in zinjectTom Caputi2018-05-025-10/+15
* RHEL 7.5 compat: FMODE_KABI_ITERATEBrian Behlendorf2018-05-022-11/+18
* OpenZFS 9236 - nuke spa_dbgmsgMatthew Ahrens2018-04-303-10/+2
* Fix ENOSPC in "Handle zap_add() failures in ..."Chunwei Chen2018-04-181-4/+11
* assertion in arc_release() during encrypted receiveMatthew Ahrens2018-04-173-9/+13
* OpenZFS 9079 - race condition in starting and ending condensing thread for in...Serapheim Dimitropoulos2018-04-144-3/+57
* OpenZFS 9290 - device removal reduces redundancy of mirrorsMatthew Ahrens2018-04-142-2/+2
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-1428-35/+753
* Fix race in dnode_check_slots_free()Tom Caputi2018-04-102-0/+5
* Revert "Handle zap_add() failures in mixed ... "Tony Hutter2018-04-091-11/+4
* Fixes for SNPRINTF_BLKPTR with encrypted BP'sMatthew Ahrens2018-04-062-6/+26
* Decryption error handling improvementsTom Caputi2018-03-313-6/+8
* Fix hung z_zvol tasks during 'zfs receive'LOLi2018-03-301-0/+1
* OpenZFS 9164 - assert: newds == os->os_dsl_datasetAndriy Gapon2018-03-301-2/+2
* enable zfs_dbgmsg() by default, without dprintf()Matthew Ahrens2018-03-211-3/+16
* Add comments for portable dnode / objset flagsTom Caputi2018-03-202-1/+13
* Report pool suspended due to MMPOlaf Faaland2018-03-153-2/+9