aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* record ioctl elapsed time in zpool historyMatthew Ahrens2021-01-111-0/+1
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2020-12-271-0/+1
* 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
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-112-2/+28
* Implement memory and CPU hotplugPaul Dagnelie2020-12-102-0/+3
* 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
* Fix 'zfs userspace' for received datasets in encrypted rootloli10K2020-11-161-1/+1
* Assertion failure when logging large output of channel programMatthew Ahrens2020-11-141-0/+1
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-1312-46/+237
* G/C struct znode -> z_movedMateusz Guzik2020-11-101-1/+0
* Remove redundant oid parameter to update_pagesRyan Moeller2020-11-101-1/+1
* Linux 5.10 compat: frame.h renamed objtool.hBrian Behlendorf2020-11-021-0/+4
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-021-0/+13
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-021-0/+1
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-311-2/+5
* zstd: track allocator statisticsMateusz Guzik2020-10-301-2/+4
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-302-19/+0
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-1/+1
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-212-0/+40
* Cross-platform acltypeRyan Moeller2020-10-131-0/+1
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-132-7/+15
* 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
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-082-5/+0
* Throw const on some stringsRyan Moeller2020-10-024-11/+12
* do a cyclic seek for unused memory objects in poolSebastian Gottschall2020-09-301-0/+1
* Fix objtool configure checkBrian Behlendorf2020-09-281-1/+2
* zfetch: Don't issue new streams when old have not completedMatthew Macy2020-09-272-7/+16
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-231-0/+1
* FreeBSD: Reduce stack usage of LuaRyan Moeller2020-09-221-4/+0
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-1/+0
* Rename acltype=posixacl to acltype=posixRyan Moeller2020-09-161-1/+1
* zfs label bootenv should store data as nvlistToomas Soome2020-09-155-4/+67
* Add L2ARC arcstats for MFU/MRU buffers and buffer content typeGeorge Amanakis2020-09-141-0/+17
* Avoid possibility of division by zeroRyan Moeller2020-09-081-3/+3
* Avoid posting duplicate zpool eventsDon Brady2020-09-044-5/+13
* nowait synctask must succeedMatthew Ahrens2020-09-041-2/+2
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-031-0/+4
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-012-0/+36
* zpool: Change base URL for ZFS messages to openzfs-docsRyan Moeller2020-08-261-4/+4
* Avoid symbol collision with in-kernel zstdlibSebastian Gottschall2020-08-241-6/+6
* Appease GCC sprintf warnings found on Fedora 32/GCC 10.0.1Chris McDonough2020-08-241-1/+1
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-213-1/+39
* FreeBSD: 11.x arc_stats compatibilityMatthew Macy2020-08-201-0/+7
* Add zstd support to zfsMichael Niewöhner2020-08-2013-14/+241