aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-167-48/+88
* libzfs: diff: simplify superfluous stdioнаб2021-12-131-13/+9
* libzfs: diff: print_what() can return the symbol => get_what()наб2021-12-131-37/+18
* libzfs: diff: stream_bytes: use fputc, %hho formats charsнаб2021-12-131-2/+2
* libzfs: zpool_set_vdev_prop: remove unused vpropнаб2021-12-131-3/+0
* linux: libspl: getmntany: remove unused argumentнаб2021-12-131-2/+2
* zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escapingнаб2021-12-132-2/+9
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-068-366/+412
* get_key_material: fix styleAttila Fülöp2021-11-301-2/+4
* get_key_material: skip passphrase validation when loading keysHarald van Dijk2021-11-301-4/+9
* Stop segfaulting on unmount error caseRich Ercolani2021-11-301-3/+7
* Code cleanupsPawel Jakub Dawidek2021-11-301-10/+10
* Vdev Properties FeatureAllan Jude2021-11-307-23/+722
* Upgrade to libabigail 2.0.0Dimitri John Ledkov2021-11-095-5286/+4720
* zed: Control NVMe fault LEDsTony Hutter2021-11-092-3/+152
* Add more explicit warning about dedup being droppedRich Ercolani2021-11-021-3/+18
* Disable normalization implicitly when setting "utf8only=off"Mike Swanson2021-10-291-0/+9
* Do not print UINT64_MAX value for some of zfs propertiesFedor Uporov2021-10-291-7/+6
* Add explicit error for device_rebuild being disabledRich Ercolani2021-10-291-3/+14
* Normalize property names for zfs receiveRich Ercolani2021-10-291-6/+21
* Skip snapshot in zfs_iter_mounted()youzhongyang2021-10-201-2/+5
* libshare: nfs: pass through ipv6 addresses in bracket notationfelixdoerre2021-10-201-5/+42
* Fail invalid incremental recursive send gracefullyRyan Moeller2021-10-081-3/+8
* Simplify and document OpenZFS library dependenciesBrian Behlendorf2021-10-0713-1420/+1958
* Rescan enclosure sysfs path on importTony Hutter2021-10-043-13/+127
* Reject zfs send -RI with nonexistent fromsnapRich Ercolani2021-10-041-0/+17
* libspl: fix warning about missing spl_pagesize declarationÉrico Nogueira Rolim2021-09-241-0/+1
* Upstream: unmount snapshots before destroying them on macOSJorgen Lundman2021-09-204-1/+22
* Use fallthrough macroBrian Behlendorf2021-09-147-10/+19
* Update ABI files via new libabigail versionGeorge Melikov2021-09-025-10851/+8384
* Add zpool_disable_datasets_os() / zfs_unmount_os()Jorgen Lundman2021-08-314-0/+45
* Make get_key_material_file fail more verboselyRich Ercolani2021-08-051-1/+1
* Update ABI files with generated in CI workerGeorge Melikov2021-07-265-13851/+10005
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-262-7/+4
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-262-1/+2
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-264-24/+10
* Remove old orig_fd variable from zfs sendJorgen Lundman2021-07-211-2/+1
* Detect HAVE_LARGE_STACKS at compile timeKevin Bowling2021-07-162-0/+4
* pass handle to do_unmount()Jorgen Lundman2021-07-154-41/+39
* file reference counts can get corruptedGeorge Wilson2021-07-101-11/+9
* Replace strchrnul() with strrchr()Jorgen Lundman2021-07-071-1/+3
* Fix flag copying in resume casePaul Dagnelie2021-06-241-0/+4
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-1/+1
* Fix importing with symlinksRich Ercolani2021-06-141-0/+1
* Forbid basename(3) and dirname(3)наб2021-06-113-24/+33
* libzutil: import: filter out unsuitable files earlierнаб2021-06-112-11/+16
* linux/libzutil: zpool_open_func: don't dup name, extract untouchablesнаб2021-06-111-23/+12
* libzutil: add zfs_{base,dir}name()наб2021-06-112-672/+698
* linux/libzutil: use ARRAY_SIZE instead of constant for search pathsнаб2021-06-112-7/+6
* Remove pool io kstats (#12212)Alexander Motin2021-06-102-36/+0