aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of DNS names with '-' in them for sharenfsrmacklem2024-09-171-1/+3
* Adding Direct IO SupportBrian Atkinson2024-09-144-283/+436
* sys/types32.h: Remove struct timeval32 from libspl's header (#16491)Jessica Clarke2024-09-091-5/+0
* libzstd: also build with LIBZPOOL_CPPFLAGSRob Norris2024-09-091-0/+2
* value strings: pretty printers for flags and enumsRob Norris2024-09-053-0/+53
* Add DDT prune commandDon Brady2024-09-044-12/+120
* build: rename FORCEDEBUG_CPPFLAGS to LIBZPOOL_CPPFLAGSRob Norris2024-08-271-1/+1
* zpool: Provide GUID to zpool-reguid(8) with -g (#16239)Mateusz Piotrowski2024-08-262-4/+43
* libzpool/abd_os: iovec-based scatter abdRob Norris2024-08-212-300/+173
* abd_os: break out platform-specific header partsRob Norris2024-08-214-0/+94
* abd_os: split userspace and Linux kernel codeRob Norris2024-08-212-1/+493
* ddt: dedup logRob Norris2024-08-161-0/+1
* ddt: add FDT feature and support for legacy and new on-disk formatsRob Norris2024-08-161-5/+6
* Fix incorrect error report on vdev attach/replaceAmeer Hamza2024-08-151-0/+7
* Fix memory corruption during parallel zpool import with -o cachefile (#16419)Alan Somers2024-08-071-9/+16
* JSON: Fix class values for mirrored special vdevsTony Hutter2024-08-062-13/+57
* JSON output support for zpool statusUmer Saleem2024-08-066-33/+144
* JSON output support for zpool listUmer Saleem2024-08-062-0/+24
* JSON output support for zpool getUmer Saleem2024-08-061-0/+20
* JSON output support for zfs version and zfs getUmer Saleem2024-08-061-0/+134
* ddt: add support for prefetching tables into the ARCAllan Jude2024-07-265-8/+132
* ddt: dedup table quota enforcementAllan Jude2024-07-253-1/+36
* Add support for multiple lines to the sharenfs property for FreeBSD (#16338)rmacklem2024-07-231-20/+51
* Add some missing vdev properties (#16346)Don Brady2024-07-232-1/+11
* Fix printf typo for `zfs receive -cv` (#16295)glibg10b2024-07-171-1/+1
* zdb: detect cachefile automatically otherwise force importAmeer Hamza2024-06-032-0/+12
* icp: remove skein moduleRob Norris2024-05-311-1/+0
* icp: brutally remove unused AES modesRob Norris2024-05-311-3/+0
* spl: fix compilation without HAVE_BACKTRACEMartin Matuška2024-05-291-0/+2
* Use memset to zero stack allocations containing unionsRob N2024-05-241-2/+4
* backtrace: rework for signal safetyRob Norris2024-05-143-28/+65
* libspl: lift backtrace into a separate fileRob Norris2024-05-1410-77/+422
* zdb/ztest: use libspl backtrace for crashesRob Norris2024-05-142-3/+8
* Better control the thread pool size when mounting datasetsAlan Somers2024-05-142-13/+15
* libzfs: Fix mounting datasets under thread limit pressureAlan Somers2024-05-141-1/+4
* tpool_dispatch: fail if it cannot start at least 1 worker.Alan Somers2024-05-141-8/+20
* Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.chenqiuhao19972024-05-103-4/+6
* libspl_assert: always link -lpthread on FreeBSDRob N2024-05-091-0/+4
* Unbreak FreeBSD cross-build on MacOS broken in 051460b8bMartin Matuška2024-05-091-1/+20
* libspl/assert: use libunwind for backtrace when availableRob Norris2024-05-012-3/+34
* libspl/assert: dump backtrace in assertRob Norris2024-05-012-0/+22
* libspl/assert: add lock around assertion outputRob Norris2024-05-011-0/+6
* libspl/assert: show process/task details in assert outputRob Norris2024-05-011-2/+34
* libzpool: set thread namesRob Norris2024-05-012-3/+6
* Overflowing refreservation is badRich Ercolani2024-04-291-1/+14
* GCC: Fixes for gcc 14 on Fedora 40Tony Hutter2024-04-291-4/+10
* return NULL at end of send_progress_threadJason Lee2024-04-101-0/+1
* Add custom debug printing for your assertsRich Ercolani2024-04-101-0/+97
* Fix locale-specific timeMaxim Filimonov2024-04-081-2/+4
* Add ashift validation when adding devices to a poolGeorge Wilson2024-03-293-17/+72