aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sys/mnttab.h: include sys/stat.h for stat64alaviss2020-04-141-1/+1
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-1434-5/+3132
* Add `zstream redup` command to convert deduplicated send streamsMatthew Ahrens2020-04-101-3/+2
* Persistent L2ARCGeorge Amanakis2020-04-101-2/+29
* libzfs_pool: Remove unused check for ENOTBLKalex2020-04-071-11/+0
* Add 'zfs wait' commandPaul Dagnelie2020-04-012-0/+48
* Compile cityhash code into libzfsMatthew Ahrens2020-03-271-0/+1
* Deprecate deduplicated send streamsMatthew Ahrens2020-03-181-0/+20
* Avoid core dump on invalid redaction bookmarkRyan Moeller2020-03-181-4/+44
* Separate warning for incomplete and corrupt streamsPaul Dagnelie2020-03-171-4/+6
* Add option for forcible unmounting dataset while receiving snapshot.Mariusz Zaborski2020-03-171-3/+6
* libzfs: Fix bounds checks for float parsingRyan Moeller2020-03-161-1/+6
* Change default to overlay=onRyan Moeller2020-03-061-3/+3
* Add trim support to zpool waitBrian Behlendorf2020-03-041-1/+28
* Improve performance of zio_taskq_memberMatthew Ahrens2020-03-031-0/+12
* Don't open zfs control device exclusivelyMatthew Macy2020-02-282-3/+3
* Linux 5.6 compat: time_tBrian Behlendorf2020-02-271-1/+1
* Support setting user properties in a channel programJason King2020-02-141-0/+1
* Move zfs_version_kernel to platform codeRyan Moeller2020-02-122-31/+31
* Implement bookmark copyingChristian Schwarz2020-02-111-5/+8
* ICP: Improve AES-GCM performanceAttila Fülöp2020-02-102-1/+16
* Fix static data to link with -fno-commonRomain Dolbeau2020-02-062-1/+3
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-1/+6
* Add AltiVec RAID-ZRomain Dolbeau2020-01-232-0/+46
* Disable get_numeric_property for xattr on FreeBSDMatthew Macy2020-01-211-0/+2
* Re-consolidate zio_delay_interruptMatthew Macy2020-01-211-1/+0
* Unify target_cpu handlingBrian Behlendorf2020-01-173-17/+15
* libzfs: add zfs_mount_at() functionKyle Evans2020-01-141-8/+37
* Change http://zfsonlinux.org links to https://zfsonlinux.orgBrian Behlendorf2020-01-133-3/+3
* Add 'zfs send --saved' flagTom Caputi2020-01-102-22/+141
* libspl: declare aok extern in headerNick Black2019-12-262-1/+3
* Colorize zpool status outputTony Hutter2019-12-191-0/+92
* cppcheck: (error) Memory leak: vtocBrian Behlendorf2019-12-181-14/+19
* Add FreeBSD jail support hooksMatthew Macy2019-12-111-2/+2
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-052-2/+4
* Refactor zfs_context.h to build on FreeBSDMatthew Macy2019-12-043-9/+4
* Increase allowed 'special_small_blocks' maximum valueBrian Behlendorf2019-12-031-4/+13
* Make asm-x86_64/atomic.S build on FreeBSDMatthew Macy2019-11-301-1/+5
* Mark Linux fallocate extensions as specific to LinuxMatthew Macy2019-11-301-0/+4
* Implement -A (ignore ASSERTs) for zdbPaul Zuchowski2019-11-272-1/+10
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-213-284/+376
* Remove inappropiate error message suggesting to use '-r'InsanePrawn2019-11-151-4/+2
* Fix `zpool create -o <property>` error messageBrian Behlendorf2019-11-131-2/+0
* Add wrapper stub for zfs_cmd ioctl to libzpoolMatthew Macy2019-11-125-8/+41
* Allow platform dependent path stripping for vdevsRyan Moeller2019-11-112-76/+84
* Preliminary support for RV64GRomain Dolbeau2019-11-062-2/+21
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-013-1/+26
* Move sha2.h to platform codeMatthew Macy2019-10-312-0/+152
* Add wrapper for Linux BLKFLSBUF ioctlMatthew Macy2019-10-281-0/+6
* Fix zpool history unbounded memory usageChunwei Chen2019-10-281-9/+11