aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ztest: Fix scrub check in ztest_raidz_expand_check()Brian Behlendorf2024-10-091-1/+1
* Return boolean_t in inline functions of lib/libspl/include/sys/uio.hMartin Matuška2024-10-091-4/+4
* Bump SONAME of libzfs and libzpoolShengqi Chen2024-10-093-3/+3
* feature: large_microzapRob Norris2024-10-022-6/+13
* Avoid computing strlen() inside loopsrilysh2024-10-021-3/+5
* Update all ABI filesBrian Behlendorf2024-10-014-45/+726
* Support for longnames for files/directories (Linux part)Sanjeev Bagewadi2024-10-011-349/+290
* Reduce and handle EAGAIN errors on AIO label readsAlexander Motin2024-09-211-1/+16
* Add SIMD metadata in /proc on LinuxRich Ercolani2024-09-202-0/+4
* zfs_debug: specific variant for userspaceRob Norris2024-09-193-5/+117
* zfs_znode: lift common code to a single shared fileRob Norris2024-09-191-1/+1
* zfs_racct: copy Linux implementation for userspaceRob Norris2024-09-192-2/+40
* libzpool: don't include trace.cRob Norris2024-09-191-1/+0
* vdev_label_os: copy Linux implementation for userspaceRob Norris2024-09-192-2/+47
* arc_os: split userspace and Linux kernel codeRob Norris2024-09-192-1/+88
* zcommon: add specialized versions of cityhash4Shengqi Chen2024-09-191-0/+18
* zfs_file: implement zfs_file_deallocate for FreeBSD 14Rob Norris2024-09-181-0/+6
* zfs_file: rename zfs_file_fallocate to zfs_file_deallocateRob Norris2024-09-181-11/+13
* 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