aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* Implement uncached prefetchAlexander Motin2023-01-041-2/+15
* FreeBSD: Fix potential boot panic with bad labelRyan Moeller2022-12-221-0/+2
* FreeBSD: Remove stray debug printfDoug Rabson2022-12-131-5/+2
* Skip permission checks for extended attributesAmeer Hamza2022-12-123-6/+3
* Restrict visibility of per-dataset kstats inside FreeBSD jailsAllan Jude2022-12-091-10/+79
* Linux: Cleanup unnecessary NULL check in __vdev_disk_physio()Richard Yao2022-12-081-1/+1
* FreeBSD: zfs_register_callbacks() must implement error check correctlyRichard Yao2022-12-051-1/+1
* Fix Clang 15 compilation errorsszubersk2022-11-301-0/+4
* Fix GCC 12 compilation errorsszubersk2022-11-301-0/+17
* Fix the last two CFI callback prototype mismatchesAlexander2022-11-293-3/+3
* FreeBSD: stop using buffer cache-only routines on syncMateusz Guzik2022-11-292-5/+0
* Avoid a null pointer dereference in zfs_mount() on FreeBSDAllan Jude2022-11-281-1/+2
* Remove atomics from zh_refcountAlexander Motin2022-11-281-8/+6
* Cleanup: Suppress Coverity dereference before/after NULL check reportsRichard Yao2022-11-101-1/+1
* Allow to control failfastMariusz Zaborski2022-11-101-2/+14
* Optionally skip zil_close during zvol_create_minor_implAlan Somers2022-11-082-6/+10
* Support idmapped mount in user namespaceyouzhongyang2022-11-089-55/+100
* freebsd: add ifdefs around legacy ioctl supportBrooks Davis2022-11-072-2/+16
* freebsd: remove no-op vn_renamepath()Brooks Davis2022-11-071-5/+0
* FreeBSD: Fix out of bounds read in zfs_ioctl_ozfs_to_legacy()Richard Yao2022-11-041-1/+1
* Expose zfs_vdev_open_timeout_ms as a tunableSerapheim Dimitropoulos2022-11-031-1/+4
* Allow mounting snapshots in .zfs/snapshot as a regular userAllan Jude2022-11-032-16/+274
* Cleanup: Remove branches that always evaluate the same wayRichard Yao2022-11-032-2/+1
* acl: use uintptr_t for ace walker cookiesBrooks Davis2022-11-033-10/+10
* Introduce kmem_scnprintf()Richard Yao2022-10-292-3/+33
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-285-40/+215
* zfs_rename: restructure to have cleaner fallbacksAleksa Sarai2022-10-282-76/+138
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-10-284-48/+1
* Convert enum zio_flag to uint64_tRichard Yao2022-10-271-1/+1
* Aligned free for aligned allocAndrew Innes2022-10-261-2/+2
* Linux: Upgrade random_get_pseudo_bytes() to xoshiro256++ 1.0Richard Yao2022-10-201-25/+61
* Support idmapped mountyouzhongyang2022-10-1914-134/+219
* Cleanup: Simplify userspace abd_free_chunks()Richard Yao2022-10-181-4/+2
* Linux 6.1 compat: change order of sys/mutex.h includesColeman Kane2022-10-182-2/+3
* Fix declarations of non-global variablesTino Reichardt2022-10-187-7/+7
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-144-4/+0
* zfs_domount: fix double-disown of dataset / double-free of zfsvfs_tChristian Schwarz2022-10-141-0/+2
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-138-36/+60
* Add defensive assertionsRichard Yao2022-10-122-0/+2
* FreeBSD: Fix a pair of bugs in zfs_fhtovp()Mark Johnston2022-10-111-1/+2
* Avoid calling rw_destroy() on uninitialized rwlockJorgen Lundman2022-10-051-1/+1
* Fix double const qualifier declarationsTino Reichardt2022-09-301-1/+1
* Reduce false positives from Static AnalyzersRichard Yao2022-09-302-3/+2
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-282-2/+55
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-276-34/+38
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-276-12/+9
* Cleanup: Remove ineffective unsigned comparisons against 0Richard Yao2022-09-263-3/+3
* Linux: Fix uninitialized variable usage in zio_do_crypt_data()Richard Yao2022-09-261-3/+3
* Fix minor issues in namespace delegation supportyouzhongyang2022-09-201-1/+1
* FreeBSD: handle V_PCATCHMateusz Guzik2022-09-201-0/+4