aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Reduce ZIO io_lock contention on sorted scrubAlexander Motin2022-06-151-4/+15
* Add support for ARCH=um for x86 sub-architecturescrass2022-06-151-0/+3
* Fix clang 13 compilation errorsDamian Szuberski2022-06-151-1/+4
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-144-16/+16
* spl: Use a clearer name for the user namespace fdRyan Moeller2022-06-141-4/+4
* Improve sorted scan memory accountingAlexander Motin2022-06-101-2/+5
* Add Linux namespace delegation supportWill Andrews2022-06-107-2/+501
* AVL: Remove obsolete branching optimizationsAlexander Motin2022-06-091-20/+4
* zvol: Support blk-mq for better performanceTony Hutter2022-06-092-126/+660
* Introduce BLAKE3 checksums as an OpenZFS featureTino Reichardt2022-06-0821-18/+21820
* Remove wrong assertion in log spacemapAlexander Motin2022-06-011-6/+0
* Fix typo in zil_commit() comment blockAllan Jude2022-05-311-1/+1
* Linux 5.19 compat: aops->read_folio()Brian Behlendorf2022-05-311-0/+12
* Linux 5.19 compat: blkdev_issue_secure_erase()Brian Behlendorf2022-05-311-9/+28
* Linux 5.19 compat: bdev_max_secure_erase_sectors()Brian Behlendorf2022-05-311-4/+2
* Linux 5.19 compat: bdev_max_discard_sectors()Brian Behlendorf2022-05-312-1/+3
* Linux 5.18 compat: bio_alloc()Brian Behlendorf2022-05-311-14/+39
* Fix inflated quiesce time caused by lwb_tx during zil_commit()Kevin Jin2022-05-261-20/+69
* More speculative prefetcher improvementsAlexander Motin2022-05-252-88/+111
* Cancel in-progress rebuilds when we finish removalPaul Dagnelie2022-05-251-0/+2
* Refactor Log Size LimitAlexander Motin2022-05-242-27/+48
* Tiered early abort, zstd editionRich Ercolani2022-05-242-6/+122
* Verify BPs in spa_load_verify_cb() and dsl_scan_visitbp()Brian Behlendorf2022-05-203-24/+31
* Expose zpool guids through kstatsAndrew2022-05-181-0/+48
* linux: spl: generic: ddi_strto*: match solaris ddi_strto*(9)наб2022-05-132-31/+19
* linux: spl: generic: ddi_strtou##type: elide unused flagнаб2022-05-131-5/+3
* Remove hw_serial, ddi_strtoul()наб2022-05-133-23/+6
* Added a workaround for Linux KASAN buildsRich Ercolani2022-05-111-0/+6
* autoconf: Fail when __copy_from_user_inatomic is a non-GPL symbolszubersk2022-05-111-4/+0
* autoconf: use include directives instead of recursing down libнаб2022-05-101-2/+21
* libzfs: pool: fix false-positives -Wmaybe-uninitialisedнаб2022-05-101-4/+1
* module: Makefile: cppcheck: zfs_config.h lives in builddirнаб2022-05-101-1/+1
* abd_os: remove redundant refcount creation for abd_childrenhping2022-05-091-1/+0
* Fix functions without a prototypeAidan Harris2022-05-063-3/+3
* Corrected edge case in uncompressed ARC->L2ARC handlingRich Ercolani2022-05-041-8/+19
* FreeBSD: use zero_region instead of allocating a dedicated pageMateusz Guzik2022-05-041-7/+3
* Improve mg_aliquot mathAlexander Motin2022-05-041-4/+5
* Reduce dbuf_find() lock contentionBrian Behlendorf2022-05-042-15/+15
* Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneouslyShaan Nobee2022-05-036-12/+115
* FreeBSD: Clean up the use of ioflagsPawel Jakub Dawidek2022-05-022-14/+10
* Add missing replay entry in zvol_replay_vector for TX_SETSAXATTRJitendra Patidar2022-05-021-0/+1
* Silence unused-but-set-variable warningsBrian Behlendorf2022-04-292-2/+2
* Default zfs_max_recordsize to 16MRich Ercolani2022-04-282-21/+13
* Fix O_APPEND for Linux 3.15 and older kernelsBrian Behlendorf2022-04-271-0/+2
* Linux 5.18 compat: replace __set_page_dirty_nobuffersSatadru Pramanik2022-04-272-1/+12
* PPC get_user workaroundDamian Szuberski2022-04-261-2/+6
* Improve log spacemap load timeAlexander Motin2022-04-266-141/+235
* Improve zpool status output, list all affected datasetsGeorge Amanakis2022-04-256-66/+903
* Linux 5.18 compat: kobj_type.default_attrs replaced with default_groupsнаб2022-04-221-17/+22
* linux: module: zfs: sysfs: constify types and attrsнаб2022-04-221-5/+5