summaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-12-011-1/+0
* Add options to zfs redundant_metadata propertyAkash B2022-11-012-1/+11
* Refactor Log Size LimitAlexander Motin2022-09-262-2/+2
* Revert "Reduce dbuf_find() lock contention"Brian Behlendorf2022-09-211-3/+4
* zfs recv hangs if max recordsize is less than received recordsizeAmeer Hamza2022-09-211-3/+3
* include: move SPA_MINBLOCKSHIFT and zio_encrypt to sys/fs/zfs.hнаб2022-09-213-38/+41
* Improve too large physical ashift handlingAlexander Motin2022-09-211-0/+1
* Add Module Parameter Regarding Log Size LimitKevin Jin2022-09-212-0/+8
* Optimize txg_kick() process (#12274)Kevin Jin2022-09-211-1/+1
* zfs recv hangs if max recordsize is less than received recordsizeAmeer Hamza2022-09-192-10/+10
* make DMU_OT_IS_METADATA and DMU_OT_IS_ENCRYPTED return B_TRUE or B_FALSEChristian Schwarz2022-09-151-2/+2
* Add physical device size to SIZE column in 'zpool list -v'Akash B2022-09-151-0/+1
* Introduce a tunable to exclude special class buffers from L2ARCGeorge Amanakis2022-09-143-14/+2
* zed: Fix config_sync autoexpand floodTony Hutter2022-09-141-0/+3
* Fix -Wattribute-warning in zfs_log_xvattr()Brian Behlendorf2022-07-271-1/+10
* Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-07-261-3/+0
* Fix scrub resume from newly created hole.Alexander Motin2022-07-261-0/+2
* Fix and disable blocks statistics during scrubAlexander Motin2022-07-261-1/+0
* Several B-tree optimizationsAlexander Motin2022-07-261-2/+10
* Several sorted scrub optimizationsAlexander Motin2022-07-262-17/+6
* More speculative prefetcher improvementsAlexander Motin2022-07-262-10/+8
* Improve log spacemap load timeAlexander Motin2022-07-264-2/+13
* Add more control/visibility to spa_load_verify().Alexander Motin2022-07-261-0/+1
* Avoid small buffer copying on writeAlexander Motin2022-07-262-1/+1
* Remove refcount from spa_config_*()Alexander Motin2022-07-261-2/+2
* Linux 5.19 compat: zap_flags_t conflictBrian Behlendorf2022-06-011-0/+5
* Silence unused-but-set-variable warningRyan Moeller2022-05-271-1/+1
* Reduce dbuf_find() lock contentionBrian Behlendorf2022-05-061-4/+3
* Skip spacemaps reading in case of pool readonly importBrian Behlendorf2022-04-281-0/+1
* Fix ENOSPC when unlinking multiple files from full poolBrian Behlendorf2022-03-081-0/+1
* Upstream: Add snapshot and zvol eventsJorgen Lundman2022-02-103-0/+13
* Avoid memory allocations in the ARC eviction threadMark Johnston2022-02-031-0/+1
* Verify dRAID empty sectorsBrian Behlendorf2022-02-032-0/+3
* Update `checkstyle` workflow env to ubuntu-20.04Damian Szuberski2021-12-081-0/+2
* Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistencyBrian Behlendorf2021-11-051-0/+1
* FreeBSD: fix compilation of FreeBSD world after 29274c9f6Martin Matuška2021-11-021-1/+1
* Use fallthrough macroBrian Behlendorf2021-11-021-1/+0
* Fix cross-endian interoperability of zstdRich Ercolani2021-09-141-11/+137
* Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-09-141-1/+1
* Fix/improve dbuf hits accountingAlexander Motin2021-09-141-6/+4
* Use more atomics in refcountsAlexander Motin2021-09-141-4/+4
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-09-142-0/+9
* Run arc_evict thread at higher priorityTony Nguyen2021-09-141-2/+3
* Optimize allocation throttlingAlexander Motin2021-09-142-7/+10
* Minor ARC optimizationsAlexander Motin2021-09-142-3/+10
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-09-141-2/+2
* Introduce dsl_dir_diduse_transfer_space()Alexander Motin2021-09-141-0/+3
* Fix ARC ghost states eviction accountingAlexander Motin2021-09-141-1/+0
* file reference counts can get corruptedGeorge Wilson2021-09-144-7/+10
* dprintf_dnode: strcpy -> strlcpyJorgen Lundman2021-09-142-2/+2