aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd/zfs
Commit message (Expand)AuthorAgeFilesLines
* Re-fix -Wwrite-strings on FreeBSDнаб2022-06-301-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-2/+2
* FreeBSD: Improve crypto_dispatch() handlingAlexander Motin2022-06-171-12/+29
* FreeBSD: use zero_region instead of allocating a dedicated pageMateusz Guzik2022-05-041-7/+3
* Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneouslyShaan Nobee2022-05-031-0/+8
* FreeBSD: Clean up the use of ioflagsPawel Jakub Dawidek2022-05-022-14/+10
* FreeBSD: Fix translation from ABD to physical pagesAlexander Motin2022-04-201-1/+5
* 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
* FreeBSD: Use NDFREE_PNBUF if availableRyan Moeller2022-04-021-5/+9
* Fix ACL checks for NFS kernel serverRyan Moeller2022-03-182-19/+6
* FreeBSD: add missing replay check to an assert in zfs_xvattr_setMateusz Guzik2022-03-171-1/+3
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-151-2/+0
* Remove bcopy(), bzero(), bcmp()наб2022-03-159-118/+114
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-221-3/+3
* module: mark arguments usedнаб2022-02-186-32/+18
* Cross-platform xattr user namespace compatibilityRyan Moeller2022-02-151-84/+182
* module: icp: fold away all key formats except CRYPTO_KEY_RAWнаб2022-02-153-15/+6
* Add spa _os() hooksJorgen Lundman2022-02-151-0/+24
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-152-3/+3
* Add dataset_kstats_update.. to mmap read/write pathsdrowfx2022-02-091-0/+6
* zvol: make calls to platform ops staticChristian Schwarz2022-02-071-29/+17
* Replace *CTASSERT() with _Static_assert()наб2022-01-263-5/+10
* Clean up CSTYLEDsнаб2022-01-266-173/+141
* FreeBSD: Fix zvol_cdev_open lockingRyan Moeller2022-01-261-2/+2
* Introduce a flag to skip comparing the local mac when raw sendingGeorge Amanakis2022-01-211-1/+16
* module/*.ko: prune .data, global .rodataнаб2022-01-146-29/+20
* FreeBSD: Touch up comments in zvol_osRyan Moeller2022-01-141-20/+20
* FreeBSD: Fix zvol_*_open() lockingRyan Moeller2022-01-141-31/+59
* FreeBSD: remove unused variableнаб2022-01-061-3/+1
* zvol: remove unused variableнаб2022-01-061-2/+1
* FreeBSD: vfsops: use setgen for error caseнаб2022-01-061-1/+7
* FreeBSD: fix unpropagated errorнаб2021-12-231-0/+1
* module: zfs: fix unused, remove argsusedнаб2021-12-233-4/+7
* module: zfs: freebsd: fix unused, remove argsusedнаб2021-12-232-7/+3
* FreeBSD: Update argument types for VOP_READDIRAlan Somers2021-12-171-4/+10
* FreeBSD: Provide correct file generation numberRyan Moeller2021-12-162-2/+2
* FreeBSD: Add vop_standard_writecount_nomsyncRyan Moeller2021-12-122-0/+18
* zfs: Fix a deadlock between page busy and the teardown lockMark Johnston2021-12-121-0/+9
* FreeBSD: Catch up with more VFS changesRyan Moeller2021-12-121-0/+18
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-061-2/+2
* Fix several bugs in the FreeBSD rename VOP implementationMark Johnston2021-11-191-136/+134
* Remove (now unused) td argument from zfs_lookup()Pawel Jakub Dawidek2021-11-121-11/+10
* Update `checkstyle` workflow env to ubuntu-20.04Damian Szuberski2021-11-021-1/+0
* Exit the teardown section later in rename on FreeBSDMark Johnston2021-10-291-3/+4
* Fix potential use-after-frees in FreeBSD getpages and setattr VOPsMark Johnston2021-10-291-4/+4
* FreeBSD: Catch up with recent VFS changesRyan Moeller2021-10-252-1/+7
* Remove FreeBSD's local copy of the dmu_buf_hold_array() functionPawel Jakub Dawidek2021-10-131-19/+0
* Really zero the zero pageAlexander Motin2021-09-171-0/+1
* Use fallthrough macroBrian Behlendorf2021-09-142-3/+3