aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/spa.h
Commit message (Expand)AuthorAgeFilesLines
* Teach zpool scrub to scrub only blocks in error logGeorge Amanakis2023-05-181-0/+8
* Enable the head_errlog feature to remove errorsGeorge Amanakis2023-05-091-1/+2
* Allow MMP to bypass waiting for other threadsHerb Wartens2023-04-191-0/+2
* Fix "Detach spare vdev in case if resilvering does not happen"Ameer Hamza2023-04-191-0/+1
* Fixes in persistent error logGeorge Amanakis2023-03-281-1/+3
* Suppress Clang Static Analyzer warning about SNPRINTF_BLKPTR()Richard Yao2023-03-081-0/+1
* zdb: zero-pad checksum output follow upBrian Behlendorf2023-02-151-1/+1
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-221-1/+1
* Introduce kmem_scnprintf()Richard Yao2022-10-291-1/+1
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-3/+3
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-281-1/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-2/+2
* Implement a new type of zfs receive: corrective receive (-c)Alek P2022-07-281-1/+2
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-9/+10
* Expose zpool guids through kstatsAndrew2022-05-181-0/+1
* Improve zpool status output, list all affected datasetsGeorge Amanakis2022-04-251-1/+7
* Add spa _os() hooksJorgen Lundman2022-02-151-0/+5
* module/*.ko: prune .data, global .rodataнаб2022-01-141-0/+3
* Vdev Properties FeatureAllan Jude2021-11-301-1/+2
* Check l2cache vdevs pending list inside the vdev_inuse()Fedor Uporov2021-11-111-0/+1
* Upstream: Add snapshot and zvol eventsJorgen Lundman2021-09-091-0/+2
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-261-7/+7
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-261-2/+4
* Optimize small random numbers generationAlexander Motin2021-06-221-1/+0
* Remove pool io kstats (#12212)Alexander Motin2021-06-101-1/+0
* include: move SPA_MINBLOCKSHIFT and zio_encrypt to sys/fs/zfs.hнаб2021-05-291-21/+0
* Use a helper function to clarify gang block sizeMatthew Ahrens2021-03-261-0/+6
* Checksum errors may not be countedDon Brady2021-02-191-1/+2
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-211-0/+1
* Throw const on some stringsRyan Moeller2020-10-021-3/+3
* Avoid posting duplicate zpool eventsDon Brady2020-09-041-3/+3
* Add zstd support to zfsMichael Niewöhner2020-08-201-0/+3
* Add define to enable autotrim to default to onMatthew Macy2020-08-181-1/+7
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-281-1/+1
* Add device rebuild featureBrian Behlendorf2020-07-031-7/+3
* Trim L2ARCGeorge Amanakis2020-06-091-0/+8
* Improve compatibility with C++ consumersRyan Moeller2020-06-061-3/+3
* Persistent L2ARCGeorge Amanakis2020-04-101-0/+1
* Finish refactoring for ZFS_MODULE_PARAM_CALLRyan Moeller2020-04-071-4/+4
* Refactor deadman set failmode to be cross platformMatthew Macy2019-12-051-0/+1
* Prevent unnecessary resilver restartsjwpoduska2019-11-271-1/+2
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-3/+9
* Factor Linux specific code out of spa_misc.cMatthew Macy2019-10-311-0/+5
* Minor spa portability fixesMatthew Macy2019-10-281-0/+3
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-45/+1
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-131-0/+8
* Enable compiler to typecheck loggingMatthew Macy2019-09-121-3/+3
* Fix /etc/hostid on root pool deadlockBrian Behlendorf2019-09-101-1/+1