aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Added encryption support for zfs recv -o / -xTom Caputi2018-08-153-48/+119
* Fix comment on calculating blkidTomohiro Kusumi2018-08-131-1/+1
* Allow inherited properties in zfs_check_settable()LOLi2018-08-031-13/+13
* zfs_ioc_unload_key can drop extra spa refDon Brady2018-08-032-5/+14
* Reduce taskq and context-switch cost of zio pipeMatthew Ahrens2018-08-021-124/+144
* Add missing checks to zpl_xattr_* functionsJohn Gallagher2018-08-021-6/+9
* Fix OpenZFS 9337 mismergeGeorge Wilson2018-08-023-13/+14
* Fix deadlock between zfs umount & snapentry_expireRohan Puri2018-08-011-6/+5
* OpenZFS 9112 - Improve allocation performance on high-end systemsPaul Dagnelie2018-07-318-175/+505
* OpenZFS 9465 - ARC check for 'anon_size > arc_c/2' can stall the systemDon Brady2018-07-303-16/+43
* OpenZFS 9580 - Add a hash-table on top of nvlist to speed-up operationsSerapheim Dimitropoulos2018-07-301-0/+1
* OpenZFS 9439 - ZFS double-free due to failure to dirty indirect blockMatthew Ahrens2018-07-302-4/+20
* OpenZFS 9438 - Holes can lose birth time info if a block has a mix of birth t...Paul Dagnelie2018-07-303-24/+102
* OpenZFS 8906 - uts: illumos rootfs should support salted cksumToomas Soome2018-07-271-10/+1
* OpenZFS 9442 - decrease indirect block size of spacemapsMatthew Ahrens2018-07-252-18/+47
* Introduce kstat dmu_tx_dirty_frees_delayFeng Sun2018-07-252-0/+2
* OpenZFS 9338 - moved dnode has incorrect dn_next_typeMatthew Ahrens2018-07-241-0/+2
* Refactor arc_hdr_realloc_crypt()Tom Caputi2018-07-241-3/+60
* dsl_scan_scrub_cb: don't double-account non-embedded blocksSteven Noonan2018-07-241-2/+3
* Add support for autoexpand propertyBrian Behlendorf2018-07-233-145/+174
* OpenZFS 9337 - zfs get all is slow due to uncached metadataMatthew Ahrens2018-07-128-156/+325
* OpenZFS 9426 - metaslab size can exceed offset addressable by spacemapDon Brady2018-07-111-27/+55
* OpenZFS 9479 - fix wrong format specifier for vdev_idAndriy Gapon2018-07-111-1/+1
* Fix zpl_mount() deadlockBrian Behlendorf2018-07-111-1/+10
* Fix kernel unaligned access on sparc64Brian Behlendorf2018-07-111-15/+20
* OpenZFS 9424 - ztest failure: "unprotected error in call to Lua API (Invalid ...Matthew Ahrens2018-07-101-3/+6
* OpenZFS 9454 - ::zfs_blkstats should count embedded blocksMatthew Ahrens2018-07-101-4/+4
* OpenZFS 9456 - ztest failure in zil_commit_waiter_timeoutPrakash Surya2018-07-101-1/+1
* OpenZFS 9330 - stack overflow when creating a deeply nested datasetSerapheim Dimitropoulos2018-07-092-5/+30
* OpenZFS 9238 - ZFS Spacemap Encoding V2Serapheim Dimitropoulos2018-07-056-276/+645
* Fix coverity defects: CID 176037Tom Caputi2018-07-021-3/+4
* Fix 'zfs recv' of non large_dnode send streamsTom Caputi2018-06-282-8/+13
* Raw receive fix and encrypted objset security fixTom Caputi2018-06-283-38/+116
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-2628-459/+2319
* OpenZFS 9591 - ms_shift can be incorrectly changedSerapheim Dimitropoulos2018-06-212-3/+15
* Remove suffix from zio taskq namesMatthew Ahrens2018-06-201-8/+3
* Linux 4.14 compat: blk_queue_stackable()Brian Behlendorf2018-06-191-14/+11
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-197-12/+13
* Add ASSERT to debug encryption key mapping issuesTom Caputi2018-06-182-0/+23
* Add tunables for channel programsJohn Gallagher2018-06-151-3/+15
* Linux compat 4.18: check_disk_size_change()Brian Behlendorf2018-06-151-144/+115
* OpenZFS 9577 - remove zfs_dbuf_evict_key tsdMatthew Ahrens2018-06-133-51/+42
* Wrong error message when removing log devicePaul Zuchowski2018-06-071-1/+5
* Fix preemptible warning in aggsum_add()Brian Behlendorf2018-06-071-2/+5
* Don't panic on bad SA_MAGIC in sa_build_indexNathaniel Clark2018-06-071-1/+7
* Update the correct abd in l2arc_read_done()Tom Caputi2018-06-061-9/+12
* Raw receive functions must not decrypt dataTom Caputi2018-06-064-5/+21
* OpenZFS 8484 - Implement aggregate sum and use for arc countersPaul Dagnelie2018-06-067-85/+483
* Add pool state /proc entry, "SUSPENDED" poolsTony Hutter2018-06-062-0/+102
* OpenZFS 9464 - txg_kick() fails to see that we are quiescingSerapheim Dimitropoulos2018-06-042-7/+37