aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* Bring consistency to ABD chunk count types.Alexander Motin2020-12-062-19/+26
* Fix raw sends on encrypted datasets when copying back snapshotsGeorge Amanakis2020-12-042-2/+28
* Fix problems in zvol_set_volmode_implMatthew Macy2020-11-172-27/+67
* Linux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usageBrian Behlendorf2020-11-143-18/+18
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-134-39/+93
* Linux: Fix mount/unmount when dataset name has a spaceBrian Behlendorf2020-11-111-4/+17
* Start snapdir_iterate traversals to begin wtih the value of zero.Tony Perkins2020-11-111-1/+2
* G/C struct znode -> z_movedMateusz Guzik2020-11-103-8/+0
* FreeBSD: Simplify zvol_geom_open and zvol_cdev_openRyan Moeller2020-11-101-36/+16
* FreeBSD: Avoid spurious EINTR in zvol_cdev_openRyan Moeller2020-11-101-1/+20
* Remove redundant oid parameter to update_pagesRyan Moeller2020-11-102-7/+6
* FreeBSD: Prevent a NULL reference in zvol_cdev_openMariusz Zaborski2020-11-051-1/+2
* FreeBSD: Prevent NULL pointer dereference of residkhng3002020-11-041-1/+2
* FreeBSD: zvol_os: Use SET_ERROR more judiciouslyRyan Moeller2020-11-031-13/+13
* Linux 5.10 compat: revalidate_disk_size() addedColeman Kane2020-11-021-0/+4
* Linux 5.10 compat: check_disk_change() removedColeman Kane2020-11-022-2/+2
* Linux 5.10 compat: percpu_ref added data memberColeman Kane2020-11-021-0/+4
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-023-314/+7
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-313-182/+6
* zvol_os: Fix handling of zvol private dataRyan Moeller2020-10-301-9/+18
* zvol_os: Don't leak doi in cdev error pathRyan Moeller2020-10-301-2/+1
* zvol_os: Properly ignore error in volmode lookupRyan Moeller2020-10-301-4/+5
* zvol_os: Code cleanup in zvol_create_minor_implRyan Moeller2020-10-301-7/+7
* zvol_os: Keep better track of open count in closeRyan Moeller2020-10-301-4/+6
* zvol_os: Tidy up assertsRyan Moeller2020-10-302-26/+30
* FreeBSD: catch up with 1300124 version bumpMateusz Guzik2020-10-301-6/+14
* FreeBSD: Fix 12.2-STABLE after AT_BENEATH MFCRyan Moeller2020-10-301-1/+2
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-301-158/+0
* Update references to nonexistent man pages in codeRyan Moeller2020-10-302-2/+2
* FreeBSD: Remove BIO_ORDERED flag from BIO_FLUSHAlexander Motin2020-10-301-1/+0
* Linux: g/c leftover fence in zfs_znode_allocMateusz Guzik2020-10-291-1/+0
* FreeBSD: g/c unused zfs_znode_move supportMateusz Guzik2020-10-292-31/+1
* FreeBSD: Skip RAW kstat sysctls by defaultRyan Moeller2020-10-261-4/+4
* FreeBSD: catch up with 1300123 version bumpMateusz Guzik2020-10-261-0/+9
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-2110-1237/+46
* FreeBSD: delete unreferenced fileMatthew Macy2020-10-201-70/+0
* FreeBSD: add missing fplookup_vexec handler to special vop vectorsMateusz Guzik2020-10-152-0/+12
* FreeBSD: g/c unused vop vector zfsctl_ops_shares_dirMateusz Guzik2020-10-151-3/+1
* FreeBSD: fix panic due to tqid overflowMateusz Guzik2020-10-141-10/+38
* Cross-platform acltypeRyan Moeller2020-10-135-3/+42
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-131-1/+1
* FreeBSD: use cache_rename if availableMateusz Guzik2020-10-131-4/+14
* Expose zfetch_max_idistance tunableRyan Moeller2020-10-131-2/+3
* Linux: Initialize zp in zfs_setattr_dirRyan Moeller2020-10-091-1/+1
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-0816-17/+2
* Make dbufstat work on FreeBSDRyan Moeller2020-10-081-0/+1
* FreeBSD: Sort and dedup includes in kmod_coreRyan Moeller2020-10-081-50/+43
* FreeBSD: Sort out kernel FPU headers for 12.1-RELRyan Moeller2020-10-021-4/+7
* Throw const on some stringsRyan Moeller2020-10-025-45/+40
* Fix buggy procfs_list_seq_next warningBrian Behlendorf2020-09-301-0/+12