summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* zfs_prune: reset sc.nr_to_scanchrisrd2022-02-031-0/+5
* Verify dRAID empty sectorsBrian Behlendorf2022-02-032-5/+58
* FreeBSD: fix unpropagated errorнаб2022-02-031-0/+1
* Fix zvol_open() lock inversionBrian Behlendorf2022-02-031-63/+58
* FreeBSD: Update argument types for VOP_READDIRAlan Somers2022-02-031-4/+10
* Reduce number of arc_prune threadsAlexander Motin2022-02-031-3/+10
* FreeBSD: Provide correct file generation numberRyan Moeller2022-02-032-2/+2
* FreeBSD: Add vop_standard_writecount_nomsyncRyan Moeller2021-12-132-0/+18
* FreeBSD: Catch up with more VFS changesRyan Moeller2021-12-131-0/+18
* Fix several bugs in the FreeBSD rename VOP implementationMark Johnston2021-12-131-136/+134
* Remove (now unused) td argument from zfs_lookup()Pawel Jakub Dawidek2021-12-131-11/+10
* Exit the teardown section later in rename on FreeBSDMark Johnston2021-12-131-3/+4
* Fix potential use-after-frees in FreeBSD getpages and setattr VOPsMark Johnston2021-12-131-4/+4