summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Update zfs_admin_snapshot value (disabled)George Melikov2018-11-081-1/+2
* Fix divide by zero during indirect split damageTom Caputi2018-11-071-1/+8
* Fix dirtying vdev config on with RO spaTom Caputi2018-11-071-2/+3
* Replay logs before starting ztest workersTom Caputi2018-11-071-2/+9
* Fix vdev removal finishing raceTom Caputi2018-11-071-9/+6
* Make vdev_set_deferred_resilver() recursiveTom Caputi2018-11-071-1/+8
* ztest: reduce gangblock creationBrian Behlendorf2018-11-051-2/+5
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-051-0/+67
* bpobj_enqueue_subobj() should copy small subobj'sMatthew Ahrens2018-10-311-40/+176
* Fix 2 small bugs with cached dsl_scan_phys_tTom Caputi2018-10-241-1/+4
* Fix ENXIO from spa_ld_verify_logs() in ztestTom Caputi2018-10-241-3/+9
* Fix ztest deadman panic with indirect vdev damageTom Caputi2018-10-241-3/+3
* Fix issue with scanning dedup blocks as scan endsTom Caputi2018-10-241-0/+16
* Fix lock inversion in txg_sync_thread()Tom Caputi2018-10-241-2/+2
* Fix dbgmsg printing in ztest and zdbTom Caputi2018-10-241-12/+34
* Fix ASSERT in zil_create() during ztestTom Caputi2018-10-241-1/+2
* Fix random ztest_deadman_thread failuresTom Caputi2018-10-241-1/+1
* OpenZFS 9688 - aggsum_fini leaks memoryPaul Dagnelie2018-10-192-2/+7
* OpenZFS 9682 - page fault in dsl_async_clone_destroy() while opening poolSerapheim Dimitropoulos2018-10-191-3/+9
* OpenZFS 9690 - metaslab of vdev with no space maps was flushed during removalSerapheim Dimitropoulos2018-10-191-12/+10
* OpenZFS 9681 - ztest failure in spa_history_log_internal due to spa_rename()Matthew Ahrens2018-10-191-54/+0
* Defer new resilvers until the current one endsTom Caputi2018-10-185-10/+155
* Linux does not HAVE_SMB_SHAREMatthew Ahrens2018-10-172-253/+0
* Linux does not HAVE_DNLCMatthew Ahrens2018-10-172-65/+0
* Add types to featureflags in zfsPaul Dagnelie2018-10-168-94/+253
* deadlock between mm_sem and tx assign in zfs_write() and page faultilbsmart2018-10-162-9/+46
* OpenZFS 9847 - leaking dd_clones (DMU_OT_DSL_CLONES) objects (#7979)Matthew Ahrens2018-10-122-1/+2
* Improved error handling for extreme rewindsBrian Behlendorf2018-10-124-52/+89
* Revert "Allow ECKSUM in vdev_checkpoint_sm_object()"Brian Behlendorf2018-10-121-8/+4
* OpenZFS 9689 - zfs range lock code should not be zpl-specificMatt Ahrens2018-10-115-368/+396
* Refactor dmu_recv into its own filePaul Dagnelie2018-10-097-2832/+2898
* Fix arc_release() refcountBrian Behlendorf2018-10-091-1/+1
* Add zfs_refcount_transfer_ownership_many()Brian Behlendorf2018-10-092-7/+16
* Create /proc/sys/kernel/spl/gitrev with git hashMatthew Ahrens2018-10-083-7/+8
* OpenZFS 9617 - too-frequent TXG sync causes excessive write inflationMatthew Ahrens2018-10-042-7/+12
* Add new fnvlist_lookup_* functionsPaul Dagnelie2018-10-031-1/+80
* OpenZFS 9677 - panic from zio_write_gang_block()Brad Lewis2018-10-031-6/+14
* Refcounted DSL Crypto Key MappingsTom Caputi2018-10-036-94/+186
* OpenZFS 9700 - ZFS resilvered mirror does not balance readsJerry Jelinek2018-10-021-0/+4
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-0120-361/+382
* Refine split block reconstructionBrian Behlendorf2018-10-011-121/+264
* Fixes for procfs files backed by linked listsJohn Gallagher2018-09-266-522/+607
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-2615-65/+65
* Fix small sysfs leakBrian Behlendorf2018-09-261-10/+15
* Fix statfs(2) for 32-bit user spaceBrian Behlendorf2018-09-242-5/+25
* vdev_disk_error() prints ASCII SOH to debug logLOLi2018-09-211-4/+3
* Add limits to spa_slop_shift tunableLOLi2018-09-201-1/+22
* zpool split can create a corrupted poolRoman Strashkin2018-09-121-3/+3
* Fix in-kernel sysfs entriesDon Brady2018-09-063-29/+36
* Fix zfs_sysfs_live test failureDon Brady2018-09-061-2/+4