aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unneeded "extern inline" function declarationsTomohiro Kusumi2022-02-166-15/+0
* module: zfs: fix unused, remove argsusedнаб2022-02-1655-175/+226
* Add dataset_kstats_update.. to mmap read/write pathsdrowfx2022-02-162-0/+10
* Receive checks should allow unencrypted child datasetsAttila Fülöp2022-02-161-1/+9
* Add support for $KERNEL_{CC,LD,LLVM} variablesPeter Levine2022-02-161-1/+3
* module: Makefile: simplify clean and install jobsнаб2022-02-161-5/+3
* module: Makefile: flatten subdir loop, use $PWD instead of `pwd`наб2022-02-161-6/+4
* Linux 5.16 compat: don't use XSTATE_XSAVE to save FPU stateAttila Fülöp2022-02-161-2/+2
* dsl_dir_tempreserve_impl: remove unused `deferred` variableChristian Schwarz2022-02-161-2/+1
* Fix clearing set-uid and set-gid bits on a file when replying a writePawel Jakub Dawidek2022-02-161-24/+81
* Report dnodes with faulty bonuslenGeorge Amanakis2022-02-163-0/+17
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2022-02-161-1/+5
* Workaround Debian's fake System.map behaviorRich Ercolani2022-02-101-0/+8
* Proper support for DESTDIR and INSTALL_MOD_PATHJosé Luis Salvador Rufo2022-02-101-4/+5
* Upstream: Add snapshot and zvol eventsJorgen Lundman2022-02-101-0/+52
* Introduce a flag to skip comparing the local mac when raw sendingGeorge Amanakis2022-02-044-12/+40
* Linux <4.8 compat: submit_bio() rw argFinix19792022-02-041-1/+1
* Linux 5.17 compat: PDE_DATA() renamed to pde_data()наб2022-02-042-2/+2
* Linux 5.17 compat: dequeue_signal() takes a 4th argumentнаб2022-02-041-0/+5
* Linux 5.17 compat: detect complete_and_exit() renameнаб2022-02-041-1/+1
* Add support for FALLOC_FL_ZERO_RANGERich Ercolani2022-02-041-2/+7
* Linux 5.16 compat: Added add_disk check for returnRich Ercolani2022-02-041-0/+4
* Fix handling of errors from dmu_write_uio_dbuf() on FreeBSDMark Johnston2022-02-031-4/+11
* Avoid memory allocations in the ARC eviction threadMark Johnston2022-02-032-53/+91
* FreeBSD: Fix zvol_cdev_open lockingRyan Moeller2022-02-031-2/+2
* FreeBSD: Fix zvol_*_open() lockingRyan Moeller2022-02-031-31/+59
* FreeBSD: vfsops: use setgen for error caseнаб2022-02-031-1/+7