aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_pool.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-1/+0
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-8/+8
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-8/+8
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-5/+5
* Fix and disable blocks statistics during scrubAlexander Motin2022-06-281-3/+1
* Refactor Log Size LimitAlexander Motin2022-05-241-6/+11
* Fix ENOSPC when unlinking multiple files from full poolBrian Behlendorf2022-03-081-0/+6
* module: mark arguments usedнаб2022-02-181-2/+0
* Clean up CSTYLEDsнаб2022-01-261-2/+0
* module/*.ko: prune .data, global .rodataнаб2022-01-141-5/+5
* module: zfs: fix unused, remove argsusedнаб2021-12-231-2/+2
* module: zfs: dsl: pool: shim out dsl_early_sync_task_verify()наб2021-12-231-0/+3
* Add Module Parameter Regarding Log Size LimitKevin Jin2021-07-201-0/+57
* Optimize txg_kick() process (#12274)Kevin Jin2021-07-011-6/+19
* Re-embed multilist_t storageAlexander Motin2021-06-101-2/+1
* dsl_pool: extend comment on DSL Pool Configuration LockChristian Schwarz2020-12-191-2/+29
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-111-2/+7
* Implement memory and CPU hotplugPaul Dagnelie2020-12-101-4/+5
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Use boot_ncpus in place of max_ncpus in taskq_createDeHackEd2020-05-201-3/+3
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-111-4/+4
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-011-1/+1
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-1/+1
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-111-1/+1
* Make module tunables cross platformMatthew Macy2019-09-051-30/+20
* dmu_tx_wait() hang likely due to cv_signal() in dsl_pool_dirty_delta()Serapheim Dimitropoulos2019-08-151-9/+15
* lockdep false positive - move txg_kick() outside of ->dp_lockjdike2019-07-311-5/+5
* Fast Clone DeletionSara Hartse2019-07-261-1/+2
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-161-2/+2
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-2/+1
* port async unlinked drain from illumos-nexentaAlek P2019-02-121-0/+10
* ztest: creates partially initialized root datasetloli10K2019-01-181-8/+10
* Fix zfs_dirty_data_sync_percent documentationTom Caputi2018-12-181-2/+3
* OpenZFS 9617 - too-frequent TXG sync causes excessive write inflationMatthew Ahrens2018-10-041-4/+8
* Refcounted DSL Crypto Key MappingsTom Caputi2018-10-031-2/+25
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-12/+101
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-9/+55
* Project Quota on ZFSNasf-Fan2018-02-131-1/+1
* Sequential scrub and resilversTom Caputi2017-11-151-1/+3
* OpenZFS 8607 - variable set but not usedBrian Behlendorf2017-11-081-6/+8
* OpenZFS 8558, 8602 - lwp_create() returns EAGAINBrian Behlendorf2017-10-261-0/+50
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-3/+16
* Multi-modifier protection (MMP)Olaf Faaland2017-07-131-0/+3
* OpenZFS 8063 - verify that we do not attempt to access inactive txgMatthew Ahrens2017-05-101-4/+4
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-041-0/+1
* OpenZFS 8026 - retire zfs_throttle_delay and zfs_throttle_resolutionAndriy Gapon2017-04-141-3/+0
* OpenZFS 8027 - tighten up dsl_pool_dirty_deltaAndriy Gapon2017-04-091-1/+1
* OpenZFS 3821 - Race in rollback, zil close, and zil flushGeorge Wilson2017-03-231-1/+8