aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.17 compat: GENHD_FL_EXT_DEVT / GENHD_FL_NO_PART_SCANBrian Behlendorf2022-04-191-13/+8
* 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
* 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
* 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
* 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-231-9/+0
* Fix ACL checks for NFS kernel serverRyan Moeller2022-03-186-69/+16
* FreeBSD: add missing replay check to an assert in zfs_xvattr_setMateusz Guzik2022-03-171-1/+3
* module: freebsd: avoid a taking a destroyed lock in zfs_zevent bitsKyle Evans2022-03-171-1/+11
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-154-5/+2
* Remove bcopy(), bzero(), bcmp()наб2022-03-1524-231/+225
* Adding ZERO_PAGE detectionBrian Atkinson2022-03-141-3/+12
* Expose additional file level attributesUmer Saleem2022-03-071-15/+110
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-222-4/+4
* spl: make 'spl_panic_halt' working for all casesDamian Szuberski2022-02-181-0/+3
* module: mark arguments usedнаб2022-02-1813-77/+61
* linux: module/zfs: vnops: make null_xattr staticнаб2022-02-181-1/+1
* Cross-platform xattr user namespace compatibilityRyan Moeller2022-02-152-119/+304
* module: icp: rip out insane crypto_req_handle_t mechanism, inline KM_SLEEPнаб2022-02-151-12/+10
* module: icp: remove set-but-unused cd_miscdataнаб2022-02-151-2/+0
* module: icp: fold away all key formats except CRYPTO_KEY_RAWнаб2022-02-154-23/+6
* module: icp: remove unused CRYPTO_ALWAYS_QUEUEнаб2022-02-151-7/+7
* module: icp: remove other provider typesнаб2022-02-151-7/+0
* Add spa _os() hooksJorgen Lundman2022-02-152-0/+48
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-154-6/+6
* Add dataset_kstats_update.. to mmap read/write pathsdrowfx2022-02-092-0/+10
* Rename EMPTY_TASKQ into taskq_emptyJorgen Lundman2022-02-091-0/+7
* zvol: make calls to platform ops staticChristian Schwarz2022-02-072-57/+33
* Replace *CTASSERT() with _Static_assert()наб2022-01-263-5/+10
* Clean up CSTYLEDsнаб2022-01-2615-200/+154
* FreeBSD: Fix zvol_cdev_open lockingRyan Moeller2022-01-261-2/+2
* Linux <4.8 compat: submit_bio() rw argFinix19792022-01-251-1/+1
* Linux 5.17 compat: PDE_DATA() renamed to pde_data()наб2022-01-252-2/+2
* Linux 5.17 compat: dequeue_signal() takes a 4th argumentнаб2022-01-251-0/+5
* Linux 5.17 compat: detect complete_and_exit() renameнаб2022-01-251-1/+1
* Add support for FALLOC_FL_ZERO_RANGERich Ercolani2022-01-241-2/+7
* Linux 5.16 compat: Added add_disk check for returnRich Ercolani2022-01-241-0/+4
* Introduce a flag to skip comparing the local mac when raw sendingGeorge Amanakis2022-01-212-2/+32
* module/*.ko: prune .data, global .rodataнаб2022-01-1426-89/+75
* 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