aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle errors from kern_pathChris Siebenmann2018-09-041-1/+1
* Added recalculation of ARC stats mid-evictionRich Ercolani2018-09-041-0/+7
* Revert "Update zfs_admin_snapshot default value (disabled)"Brian Behlendorf2018-09-041-1/+1
* Update zfs_admin_snapshot default value (disabled)George Melikov2018-09-041-1/+1
* OpenZFS 9751 - Allocation throttling misplacing ditto blocksmav2018-09-021-3/+10
* OpenZFS 9738 - Fix third block copy allocations, broken at 9112.mav2018-09-021-7/+5
* Add basic zfs ioc input nvpair validationDon Brady2018-09-021-97/+364
* Add zfs module feature and property info to sysfsDon Brady2018-09-023-0/+622
* Allow ECKSUM in vdev_checkpoint_sm_object()Brian Behlendorf2018-08-311-4/+8
* clean up __dbuf_hold_implMatthew Ahrens2018-08-311-43/+37
* OpenZFS 9403 - assertion failed in arc_buf_destroy()Tom Caputi2018-08-294-28/+81
* Always wait for txg sync when umounting datasetTom Caputi2018-08-273-28/+10
* Small rework of txg_list codeTom Caputi2018-08-272-21/+45
* Direct IO supportBrian Behlendorf2018-08-271-0/+52
* Stack overflow when destroying deeply nested clonesLOLi2018-08-221-30/+54
* s/VERIFY/VERIFY3S in vdev_checkpoint_sm_objectTim Chase2018-08-211-1/+2
* Fix issues with raw receive_write_byref()Tom Caputi2018-08-204-41/+48
* Introduce read/write kstats per datasetSerapheim Dimitropoulos2018-08-207-73/+277
* Fix traverse_impl() kmem leakBrian Behlendorf2018-08-151-2/+2
* Check encrypted dataset + embedded recv earlierTom Caputi2018-08-154-13/+56
* 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