summaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* feature: large_microzapRob Norris2024-10-022-6/+13
* Avoid computing strlen() inside loopsrilysh2024-10-021-3/+5
* Update all ABI filesBrian Behlendorf2024-10-011-7/+171
* Support for longnames for files/directories (Linux part)Sanjeev Bagewadi2024-10-011-349/+290
* zcommon: add specialized versions of cityhash4Shengqi Chen2024-09-191-0/+18
* Adding Direct IO SupportBrian Atkinson2024-09-141-283/+345
* value strings: pretty printers for flags and enumsRob Norris2024-09-052-0/+52
* Add DDT prune commandDon Brady2024-09-042-12/+83
* zpool: Provide GUID to zpool-reguid(8) with -g (#16239)Mateusz Piotrowski2024-08-262-4/+43
* 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-062-33/+94
* 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-263-8/+99
* ddt: dedup table quota enforcementAllan Jude2024-07-253-1/+36
* 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
* Use memset to zero stack allocations containing unionsRob N2024-05-241-2/+4
* libspl: lift backtrace into a separate fileRob Norris2024-05-141-2/+39
* 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
* Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.chenqiuhao19972024-05-101-1/+2
* Overflowing refreservation is badRich Ercolani2024-04-291-1/+14
* return NULL at end of send_progress_threadJason Lee2024-04-101-0/+1
* Fix locale-specific timeMaxim Filimonov2024-04-081-2/+4
* Add ashift validation when adding devices to a poolGeorge Wilson2024-03-293-17/+72
* Check for minimum partition sizeBrian Behlendorf2024-02-161-0/+10
* Add slow disk diagnosis to ZEDDon Brady2024-02-083-2/+8
* libzfs: use zfs_strerror() in place of strerror()Richard Kojedzinszky2024-01-297-29/+32
* libzfs: make userquota_propname_decode threadsafeRichard Kojedzinszky2024-01-291-2/+10
* Fix "out of memory" errorBrian Behlendorf2024-01-121-3/+1
* zpool: Add slot power control, print power statusTony Hutter2023-12-212-22/+124
* Only provide execvpe(3) when neededBrooks Davis2023-11-301-1/+3
* freebsd: remove __FBSDID macro useBrooks Davis2023-11-171-3/+0
* RAID-Z expansion featureDon Brady2023-11-083-114/+309
* zed: misc vdev_enc_sysfs_path fixesTony Hutter2023-11-071-0/+7
* zvol: Implement zvol threading as a PropertyAmeer Hamza2023-10-311-1/+2
* Add prefetch property Brian Behlendorf2023-10-241-1/+2
* Add '-u' - nomount flag for zfs setUmer Saleem2023-10-023-10/+42
* Add zfs_prepare_disk script for disk firmware installTony Hutter2023-09-212-0/+197
* status: report pool suspension state under failmode=continueRob N2023-09-201-1/+2
* Improve the handling of sharesmb,sharenfs propertiesUmer Saleem2023-09-191-6/+5
* Update the behavior of mountpoint propertyUmer Saleem2023-09-191-4/+4
* Relax error reporting in zpool import and zpool splitUmer Saleem2023-09-011-2/+2
* Increase limit of redaction list by using spill blockPaul Dagnelie2023-08-261-4/+5
* libzfs: sendrecv: send_progress_thread: handle SIGINFO/SIGUSR1наб2023-08-082-18/+79
* zpool_vdev_remove() should handle EALREADY error returnSerapheim Dimitropoulos2023-08-011-0/+6