summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add prototypesArvind Sankar2020-06-189-13/+33
* Remove dead codeArvind Sankar2020-06-182-2/+0
* Mark functions as staticArvind Sankar2020-06-182-30/+4
* linux: add basic fallocate(mode=0/2) compatibilityadilger2020-06-181-1/+1
* Disambiguate condvar API contractMatthew Macy2020-06-183-18/+70
* Add abd_cache_reap_now for abd_chunk_cache usersMatthew Macy2020-06-171-0/+1
* drr_begin: can't forward declare untagged structJorgen Lundman2020-06-161-10/+14
* Make struct vdev_disk_t be platform privateJorgen Lundman2020-06-161-8/+0
* Fix FreeBSD condvar semanticsRyan Moeller2020-06-161-7/+20
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-142-0/+66
* Fix gcc10.1 truncation errorGeorge Amanakis2020-06-131-1/+1
* FreeBSD: Don't require zeroing new locks before initRyan Moeller2020-06-131-4/+2
* Removing ZERO_PAGE abd_alloc_zero_scatterBrian Atkinson2020-06-102-1/+2
* Remove unnecessary references to slaveryMatthew Ahrens2020-06-101-1/+0
* Fix typosAndrea Gelmini2020-06-099-10/+10
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-095-19/+44
* Trim L2ARCGeorge Amanakis2020-06-094-2/+24
* Move GFP flags kernel compatibility codeMichael Niewöhner2020-06-081-0/+12
* Linux 5.8 compat: __vmalloc()Michael Niewöhner2020-06-081-0/+9
* Restore support for in-kernel ZFS ioctlsPawel Jakub Dawidek2020-06-081-1/+1
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-1/+1
* Improve compatibility with C++ consumersRyan Moeller2020-06-0611-39/+52
* Connect dataset_kstats for FreeBSDAllan Jude2020-06-052-0/+3
* Restore avl_update() calls and related functionsJorgen Lundman2020-06-031-0/+11
* Correctly handle the x32 ABIнаб2020-05-281-1/+5
* Gang ABD TypeBrian Atkinson2020-05-202-3/+18
* mount: use the mount syscall directlyfelixdoerre2020-05-202-1/+9
* Small program that converts a dataset id and an object id to a pathPaul Dagnelie2020-05-201-1/+3
* Fix ZVOL_DIRRyan Moeller2020-05-161-3/+0
* Fix abd_enter/exit_critical wrappersBrian Behlendorf2020-05-141-2/+13
* Upstream: add missing thread_exit()Jorgen Lundman2020-05-141-22/+1
* remove unneeded member drc_err of dmu_recv_cookie_tMatthew Ahrens2020-05-141-1/+0
* Combine OS-independent ABD Code into Common Source FileBrian Atkinson2020-05-103-50/+147
* Improvements on persistent L2ARCGeorge Amanakis2020-05-071-12/+28
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-075-8/+36
* Update FreeBSD SPL atomicsRyan Moeller2020-05-041-71/+65
* OpenZFS 742 - Resurrect the ZFS "aclmode" property OpenZFS 664 - Umask maskin...Paul B. Henson2020-04-301-0/+1
* Support custom URI schemes for the keylocation propertyJason King2020-04-281-0/+11
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-236-26/+15
* Use a struct to organize metaslab-group-allocator fieldsMatthew Ahrens2020-04-221-4/+11
* Fix zfs send progress reportingMatthew Ahrens2020-04-202-0/+14
* Use new FreeBSD API to largely eliminate object lockingMatthew Macy2020-04-171-0/+16
* Update FreeBSD tunablesRyan Moeller2020-04-151-2/+3
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-1492-0/+9317
* Persistent L2ARCGeorge Amanakis2020-04-104-18/+297
* Don't ignore zfs_arc_max below allmem/32Ryan Moeller2020-04-091-1/+1
* Add separate field for indicating that spa is in middle of splitMatthew Macy2020-04-091-0/+1
* Linux 5.7 compat: blk_alloc_queue()Brian Behlendorf2020-04-091-0/+14
* Finish refactoring for ZFS_MODULE_PARAM_CALLRyan Moeller2020-04-074-7/+10
* Add 'zfs wait' commandPaul Dagnelie2020-04-014-0/+24