aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* Linux: Fix mount/unmount when dataset name has a spaceBrian Behlendorf2020-11-111-4/+17
* G/C data_alloc_arenaMateusz Guzik2020-11-111-3/+1
* 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
* Simplify offset and length limit in zfs_writeRyan Moeller2020-11-101-3/+3
* Const some unchanging variables in zfs_writeRyan Moeller2020-11-101-3/+3
* Remove redundant oid parameter to update_pagesRyan Moeller2020-11-103-9/+7
* Factor uid, gid, and projid out of loop in zfs_writeRyan Moeller2020-11-101-7/+8
* Fix dmu_tx_dirty_throttle after arc_c reductionAlexander Motin2020-11-101-5/+5
* Fix dnode refcount trackingMatthew Macy2020-11-102-3/+3
* 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
* Optimize locking checks in mempool allocatorSebastian Gottschall2020-11-021-19/+33
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-024-314/+166
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-025-15/+5
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-314-182/+98
* 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
* zstd: track allocator statisticsMateusz Guzik2020-10-301-4/+11
* ICP: gcm: Allocate hash subkey table separatelyAttila Fülöp2020-10-305-13/+93
* Add some missing cfi frame info in aesni-gcm-x86_64.SAttila Fülöp2020-10-301-0/+6
* 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-303-331/+0
* Yield periodically when rebuilding L2ARCAlexander Motin2020-10-301-0/+1
* Update references to nonexistent man pages in codeRyan Moeller2020-10-309-11/+11
* 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
* Use known license string for zluaBrian Behlendorf2020-10-271-1/+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
* Add missing zfs_arc_evict_batch_limit tunableRyan Moeller2020-10-221-1/+4
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-2113-1250/+698
* Non-l2arc pool reads shouldn't be l2arc missesAdam D. Moss2020-10-201-8/+21
* Makefile.bsd: remove directory that no longer existsKyle Evans2020-10-201-1/+0
* 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
* Ignore special vdev ashift for spa ashift min/maxDon Brady2020-10-152-17/+25