aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.chenqiuhao19972024-05-133-4/+6
* Add prefetch property Brian Behlendorf2024-04-301-1/+2
* Add ashift validation when adding devices to a poolGeorge Wilson2024-04-293-17/+72
* GCC: Fixes for gcc 14 on Fedora 40Tony Hutter2024-04-291-4/+10
* return NULL at end of send_progress_threadJason Lee2024-04-291-0/+1
* Fix locale-specific timeMaxim Filimonov2024-04-291-2/+4
* Add slow disk diagnosis to ZEDDon Brady2024-04-293-2/+8
* [2.2.4-only] Stub RAIDZ enums to prevent conflictsTony Hutter2024-04-291-1/+2
* Check for minimum partition sizeBrian Behlendorf2024-04-291-0/+10
* Add VERIFY0P() and ASSERT0P() macros.Dag-Erling Smørgrav2024-04-291-0/+11
* Clean up existing VERIFY*() macros.Dag-Erling Smørgrav2024-04-221-2/+2
* dmu: Allow buffer fills to failAlexander Motin2024-02-201-1/+1
* Fix the FreeBSD userspace build (#15716)Mark Johnston2024-01-301-0/+8
* zpool: Add slot power control, print power statusTony Hutter2024-01-295-32/+283
* zed: misc vdev_enc_sysfs_path fixesTony Hutter2024-01-293-6/+27
* FreeBSD: Fix bootstrapping tools under Linux/muslVal Packett2024-01-291-1/+5
* Add path handling for aux vdevs in `label_path`Ameer Hamza2024-01-291-2/+15
* Fix "out of memory" errorBrian Behlendorf2024-01-292-5/+14
* ZIO: Add overflow checks for linear buffersAlexander Motin2024-01-081-0/+3
* Add mutex_enter_interruptible() for interruptible sleeping IOCTLsThomas Bertschinger2023-11-061-0/+9
* Fix ZED auto-replace for VDEVs using by-id pathsDon Brady2023-11-061-3/+2
* Add zfs_prepare_disk script for disk firmware installTony Hutter2023-11-062-0/+197
* Add '-u' - nomount flag for zfs setUmer Saleem2023-10-033-10/+42
* Improve the handling of sharesmb,sharenfs propertiesUmer Saleem2023-10-033-10/+51
* Update the behavior of mountpoint propertyUmer Saleem2023-10-031-4/+4
* status: report pool suspension state under failmode=continueRob N2023-09-221-1/+2
* Fix occasional rsend test crashesPaul Dagnelie2023-09-221-4/+6
* Relax error reporting in zpool import and zpool splitUmer Saleem2023-09-021-2/+2
* libzfs: sendrecv: send_progress_thread: handle SIGINFO/SIGUSR1наб2023-08-252-18/+79
* zpool_vdev_remove() should handle EALREADY error returnSerapheim Dimitropoulos2023-08-021-0/+6
* Fix remount when setting multiple properties.Alexander Motin2023-06-301-3/+4
* Finally drop long disabled vdev cache.Alexander Motin2023-06-091-1/+0
* Use __attribute__((malloc)) on memory allocation functionsRichard Yao2023-05-261-3/+4
* Teach zpool scrub to scrub only blocks in error logGeorge Amanakis2023-05-185-23/+211
* Add the ability to uninitializeBrian Behlendorf2023-05-183-7/+14
* Refine special_small_blocks property validationDon Brady2023-05-121-1/+7
* powerpc64: Support ELFv2 asm on Big EndianJustin Hibbits2023-04-271-1/+1
* Add loongarch64 supportHan Gao2023-04-251-1/+17
* Add support for zpool user propertiesAllan Jude2023-04-213-64/+169
* Create zap for root vdevrob-wing2023-04-203-8/+9
* libzfs: add v2 iterator interfacesRob N2023-04-107-61/+168
* Fix "Add colored output to zfs list"Tino Reichardt2023-04-052-1/+5
* Add more ANSI colors to libzfsTino Reichardt2023-03-242-8/+11
* spl: cmn_err_once() should be usable in brace-less if else statementsAttila Fülöp2023-03-151-8/+8
* Fix building for powerpc* targets with some compilersLow-power2023-03-151-1/+1
* nvpair: Constify string functionsRichard Yao2023-03-1422-183/+211
* discover_cached_paths() should not corrupt nvlist string valueRichard Yao2023-03-141-4/+11
* zpool_valid_proplist() should not corrupt nvpair name string on errorRichard Yao2023-03-141-0/+1
* zcommon: Refactor FPU state handling in fletcher4Attila Fülöp2023-03-141-8/+11
* ABI files: sync with new Ubuntu release in CIGeorge Melikov2023-03-105-3880/+8996