aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove unused iov_iter_init_compat() wrapperBrian Behlendorf2021-01-301-13/+0
* The abd child/parent relationship does not need to be trackedMatthew Ahrens2021-01-301-0/+2
* Parallelize vdev_validateAlan Somers2021-01-261-0/+2
* Parallelize vdev_loadAlan Somers2021-01-261-0/+1
* FreeBSD: fix HEAD build, conditionally remove FDSYNC definesMatt Macy2021-01-234-4/+41
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-216-3/+9
* Extending FreeBSD UIO StructBrian Atkinson2021-01-2012-78/+107
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-203-51/+71
* record ioctl elapsed time in zpool historyMatthew Ahrens2021-01-111-0/+1
* FreeBSD: minor_t needs to be signed so that -1 is recognized as suchMatthew Macy2021-01-071-1/+1
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2020-12-271-0/+1
* Linux 5.11 compat: blk_{un}register_region()Brian Behlendorf2020-12-271-8/+0
* Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()Brian Behlendorf2020-12-271-11/+24
* Linux 5.11 compat: lookup_bdev()Brian Behlendorf2020-12-271-7/+29
* Linux 4.18.0-257.el8 compat: blk_alloc_queue()Brian Behlendorf2020-12-211-0/+2
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-182-11/+68
* Only examine best metaslabs on each vdev Matthew Ahrens2020-12-161-0/+1
* Make metaslab class rotor and aliquot per-allocator.Alexander Motin2020-12-151-21/+31
* spa: avoid type narrowing warningRyan Libby2020-12-151-1/+1
* dmu_zfetch: fix memory leakMatthew Macy2020-12-121-0/+1
* FreeBSD: Implement sysctl for fletcher4 implRyan Moeller2020-12-112-0/+16
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-112-2/+28
* Implement memory and CPU hotplugPaul Dagnelie2020-12-103-0/+8
* FreeBSD: Do zcommon_init sooner to avoid FPU panicRyan Moeller2020-12-092-0/+9
* Decouple arc_read_done callback from arc buf instantiationMatthew Macy2020-12-091-0/+5
* Reduce latency effects of non-interactive I/OAlexander Motin2020-11-241-0/+3
* Fix problems in zvol_set_volmode_implMatthew Macy2020-11-171-0/+2
* zpool: correctly align columns with -pнаб2020-11-161-1/+1
* Fix 'zfs userspace' for received datasets in encrypted rootloli10K2020-11-161-1/+1
* Linux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usageBrian Behlendorf2020-11-141-1/+5
* Assertion failure when logging large output of channel programMatthew Ahrens2020-11-141-0/+1
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-1314-46/+239
* Fix compiling on FreeBSD + gcc - don't assume illmnos bitsAdrian Chadd2020-11-101-12/+20
* G/C struct znode -> z_movedMateusz Guzik2020-11-102-5/+2
* FreeBSD: Move uio_prefaultpages def to uio.hRyan Moeller2020-11-102-1/+1
* Remove redundant oid parameter to update_pagesRyan Moeller2020-11-101-1/+1
* Linux 5.10 compat: check_disk_change() removedColeman Kane2020-11-021-0/+36
* Linux 5.10 compat: frame.h renamed objtool.hBrian Behlendorf2020-11-021-0/+4
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-023-2/+13
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-023-0/+3
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-314-6/+14
* Remove duplicate cond_resched() definitionRyan Moeller2020-10-311-1/+0
* zstd: track allocator statisticsMateusz Guzik2020-10-301-2/+4
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-304-83/+0
* Update references to nonexistent man pages in codeRyan Moeller2020-10-302-3/+3
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-2115-17/+70
* Cross-platform acltypeRyan Moeller2020-10-132-0/+2
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-1318-29/+101
* dmu.h: remove stale declaration dmu_objset_snapshot_tmpChristian Schwarz2020-10-131-1/+0
* zil_parse: make callback parameters constChristian Schwarz2020-10-091-2/+2