aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.19 compat: aops->read_folio()Brian Behlendorf2022-06-011-0/+12
* Linux 5.19 compat: blkdev_issue_secure_erase()Brian Behlendorf2022-06-011-9/+28
* Linux 5.19 compat: bdev_max_secure_erase_sectors()Brian Behlendorf2022-06-011-4/+2
* Linux 5.19 compat: bdev_max_discard_sectors()Brian Behlendorf2022-06-012-1/+3
* Linux 5.18 compat: bio_alloc()Brian Behlendorf2022-06-011-14/+39
* abd_os: remove redundant refcount creation for abd_childrenhping2022-05-201-1/+0
* Fix functions without a prototypeAidan Harris2022-05-203-3/+3
* FreeBSD: use zero_region instead of allocating a dedicated pageMateusz Guzik2022-05-201-7/+3
* autoconf: Fail when __copy_from_user_inatomic is a non-GPL symbolszubersk2022-05-201-4/+0
* PPC get_user workaroundDamian Szuberski2022-05-201-2/+6
* Adding ZERO_PAGE detectionBrian Atkinson2022-05-201-3/+12
* FreeBSD: Implement hole-punching supportKa Ho Ng2022-05-172-3/+64
* module: zstd: check we don't leak symbols; regenerate symbol mapнаб2022-05-162-208/+127
* Reduce dbuf_find() lock contentionBrian Behlendorf2022-05-062-15/+15
* Silence unused-but-set-variable warningsBrian Behlendorf2022-05-021-2/+2
* module: zfs: freebsd: fix unused, remove argsusedнаб2022-05-022-7/+3
* FreeBSD: remove unused variableнаб2022-05-021-3/+1
* zvol: remove unused variableнаб2022-05-021-2/+1
* fm: remove unused variablesнаб2022-05-021-6/+0
* zvol: remove unused variableнаб2022-05-021-2/+1
* module/zfs: vdev_removal: spa_vdev_remove_thread: remove unused variableнаб2022-05-021-4/+0
* module/zfs: vdev_indirect: vdev_indirect_repair: remove unused variableнаб2022-05-021-5/+0
* module/zfs: dbuf: dbuf_read_impl: remove unused variableнаб2022-05-021-2/+0
* module/zfs: arc: arc_hdr_realloc_crypt: remove unused variablesнаб2022-05-021-5/+0
* Skip spacemaps reading in case of pool readonly importBrian Behlendorf2022-04-283-2/+17
* Linux 5.18 compat: replace __set_page_dirty_nobuffersBrian Behlendorf2022-04-282-1/+12
* Fix O_APPEND for Linux 3.15 and older kernelsBrian Behlendorf2022-04-281-0/+2
* Linux 5.18 compat: kobj_type.default_attrs replaced with default_groupsнаб2022-04-251-17/+22
* FreeBSD: Fix translation from ABD to physical pages.Alexander Motin2022-04-211-1/+5
* Corrected oversight in ZERO_RANGE behaviorRich Ercolani2022-04-211-4/+6
* Linux 5.17 compat: GENHD_FL_EXT_DEVT / GENHD_FL_NO_PART_SCANBrian Behlendorf2022-04-201-13/+8
* FreeBSD: Return Mach error codes from VOP_(GET|PUT)PAGESMark Johnston2022-04-191-8/+7
* FreeBSD: Parameterize ZFS_ENTER/ZFS_VERIFY_VP with an error codeMark Johnston2022-04-191-1/+1
* Linux 5.18 compat: use address_space_operations->readaheadRiccardo Schirone2022-04-061-0/+21
* Linux 5.18 compat: blkg_tryget is moved to private headersRiccardo Schirone2022-04-061-2/+5
* Linux 5.18 compat: replace genhd.h with blkdev.h includesнаб2022-04-061-1/+1
* Linux 5.18 compat: 4-argument bio_alloc()наб2022-04-061-0/+4
* FreeBSD: Use NDFREE_PNBUF if availableRyan Moeller2022-04-061-5/+9
* Export minimal zfs_refcount interfacesBrian Behlendorf2022-04-061-0/+8
* Default to zfs_dmu_offset_next_sync=1Brian Behlendorf2022-04-011-4/+8
* Fix ACL checks for NFS kernel serverBrian Behlendorf2022-03-207-70/+17
* module: freebsd: avoid a taking a destroyed lock in zfs_zevent bitsKyle Evans2022-03-181-1/+11
* FreeBSD: add missing replay check to an assert in zfs_xvattr_setMateusz Guzik2022-03-181-1/+3
* Fix module build with -WerrorRyan Moeller2022-03-171-1/+1
* Fix ENOSPC when unlinking multiple files from full poolBrian Behlendorf2022-03-082-6/+20
* zfs: Fix a deadlock between page busy and the teardown lockMark Johnston2022-03-041-0/+9
* Really zero the zero pageAlexander Motin2022-03-041-0/+1
* Fix cpu hotplug atomic sleep issuePaul Dagnelie2022-02-151-5/+6
* Enable encrypted raw sending to pools with greater ashiftGeorge Amanakis2022-02-231-1/+7
* Avoid dirtying the final TXGs when exporting a poolGeorge Amanakis2022-02-231-17/+43