aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: don't verify recycled vnode for zfs control directoryrob-wing2023-02-211-1/+3
* Fix per-jail zfs.mount_snapshot settingAllan Jude2023-02-211-2/+14
* Reduce need for contiguous memory for ioctlsPrakash Surya2023-02-131-5/+5
* zfs_get_temporary_prop() should not pass NULL to strcpy()Richard Yao2023-02-061-1/+2
* Fix unprotected zfs_znode_dmu_finiChunwei Chen2023-01-192-1/+7
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-172-1/+1
* Cleanup: Use NULL when doing NULL pointer comparisonsRichard Yao2023-01-121-1/+1
* Cleanup: !A || A && B is equivalent to !A || BRichard Yao2023-01-121-2/+1
* Cleanup: Replace oldstyle struct hack with C99 flexible array membersRichard Yao2023-01-121-2/+2
* Cleanup: Use kmem_zalloc() instead of memset() to zero memoryRichard Yao2023-01-121-2/+1
* Cleanup: Remove unnecessary explicit casts of pointers from allocatorsRichard Yao2023-01-121-1/+1
* Turn default_bs and default_ibs into ZFS_MODULE_PARAMsMateusz Piotrowski2023-01-111-14/+0
* FreeBSD: catch up to 1400077Mateusz Guzik2023-01-051-0/+3
* 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
* Restrict visibility of per-dataset kstats inside FreeBSD jailsAllan Jude2022-12-091-10/+79
* FreeBSD: zfs_register_callbacks() must implement error check correctlyRichard Yao2022-12-051-1/+1
* Fix the last two CFI callback prototype mismatchesAlexander2022-11-291-1/+1
* 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
* Optionally skip zil_close during zvol_create_minor_implAlan Somers2022-11-081-3/+5
* 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
* Allow mounting snapshots in .zfs/snapshot as a regular userAllan Jude2022-11-032-16/+274
* acl: use uintptr_t for ace walker cookiesBrooks Davis2022-11-032-5/+5
* Introduce kmem_scnprintf()Richard Yao2022-10-291-0/+30
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-281-1/+4
* Support idmapped mountyouzhongyang2022-10-194-44/+54
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-142-2/+0
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-132-19/+19
* Add defensive assertionsRichard Yao2022-10-121-0/+1
* FreeBSD: Fix a pair of bugs in zfs_fhtovp()Mark Johnston2022-10-111-1/+2
* Reduce false positives from Static AnalyzersRichard Yao2022-09-301-1/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-273-23/+23
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-272-4/+2
* Cleanup: Remove ineffective unsigned comparisons against 0Richard Yao2022-09-261-1/+1
* FreeBSD: handle V_PCATCHMateusz Guzik2022-09-201-0/+4
* FreeBSD: catch up to 1400068Mateusz Guzik2022-09-201-11/+30
* FreeBSD: Cleanup zfs_readdir()Richard Yao2022-09-202-53/+16
* FreeBSD: Fix uninitialized pointer read in spa_import_rootpool()Richard Yao2022-09-201-1/+1
* FreeBSD: fix static module build broken in 7bb707ffaMartin Matuška2022-09-192-4/+4
* FreeBSD: stop passing LK_INTERLOCK to VOP_LOCKMateusz Guzik2022-09-191-1/+2
* zfs_enter reworkChunwei Chen2022-09-163-196/+235
* FreeBSD: Fix integer conversion for vnlru_free{,_vfsops}()Richard Yao2022-09-141-0/+6
* Cleanup dead spa_boot codeRichard Yao2022-09-132-2/+0
* FreeBSD: Replace legacy make_dev() interface usageRyan Moeller2022-09-081-3/+10
* Improve too large physical ashift handlingAlexander Motin2022-09-081-2/+1
* FreeBSD: add kqfilter support for zvol cdevRob Wing2022-09-061-0/+64