aboutsummaryrefslogtreecommitdiff
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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-266-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
* Corrected oversight in ZERO_RANGE behaviorRich Ercolani2022-04-201-4/+6
* FreeBSD: Fix translation from ABD to physical pagesAlexander Motin2022-04-201-1/+5
* linux: module: uninstall legacy modules on (un)installationнаб2022-04-201-2/+6
* linux: module: weld all but spl.ko into zfs.koнаб2022-04-2024-647/+496
* Improve the inline descriptions of the ARC module parametersAllan Jude2022-04-201-10/+10
* Linux 5.17 compat: GENHD_FL_EXT_DEVT / GENHD_FL_NO_PART_SCANBrian Behlendorf2022-04-191-13/+8
* module: zfs: vdev_removal: remove unused num_indirectнаб2022-04-131-3/+0
* FreeBSD: Return Mach error codes from VOP_(GET|PUT)PAGESMark Johnston2022-04-131-8/+7
* FreeBSD: Parameterize ZFS_ENTER/ZFS_VERIFY_VP with an error codeMark Johnston2022-04-131-1/+1
* Prefer ATTR_ in shared codebase over AT_Jorgen Lundman2022-04-051-3/+3
* Fix string/index variables being unflexed by defaultнаб2022-04-051-2/+2
* Linux 5.18 compat: use address_space_operations->readaheadRiccardo Schirone2022-04-041-0/+21
* Linux 5.18 compat: blkg_tryget is moved to private headersRiccardo Schirone2022-04-041-2/+5
* FreeBSD: Use NDFREE_PNBUF if availableRyan Moeller2022-04-021-5/+9
* module: zstd: zfs_zstd: staticify zstd_kspнаб2022-04-021-1/+1
* Linux optimize access checks when ACL is trivialAndrew2022-04-012-1/+71
* zfs_ctldir: fix incorrect argument type of rw_destroyhpingfs2022-03-301-1/+1
* zvol_os: suppress compiler warning for zvol_open_timeout_mshpingfs2022-03-301-0/+3
* module: zfs: dsl_bookmark: silence false-positive maybe-uninitialisedнаб2022-03-281-3/+2
* Linux 5.18 compat: replace genhd.h with blkdev.h includesнаб2022-03-281-1/+1
* Linux 5.18 compat: 4-argument bio_alloc()наб2022-03-281-0/+4
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-2315-39/+31
* module: zfs: arc: hdr_full_crypt_dest: drop unevaulated-only variableнаб2022-03-181-3/+3
* Fix ACL checks for NFS kernel serverRyan Moeller2022-03-187-70/+17