aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd/zfs/zfs_acl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an uninitialized data access (#16511)Alan Somers2024-09-101-1/+1
* Use list_remove_head() where possible.Alexander Motin2023-06-091-3/+1
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-101-5/+5
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-171-1/+0
* Cleanup: !A || A && B is equivalent to !A || BRichard Yao2023-01-121-2/+1
* Fix the last two CFI callback prototype mismatchesAlexander2022-11-291-1/+1
* acl: use uintptr_t for ace walker cookiesBrooks Davis2022-11-031-3/+3
* Support idmapped mountyouzhongyang2022-10-191-13/+17
* Add defensive assertionsRichard Yao2022-10-121-0/+1
* Cleanup: Remove ineffective unsigned comparisons against 0Richard Yao2022-09-261-1/+1
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Re-fix -Wwrite-strings on FreeBSDнаб2022-06-301-1/+1
* Fix ACL checks for NFS kernel serverRyan Moeller2022-03-181-2/+4
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-12/+12
* module: mark arguments usedнаб2022-02-181-4/+4
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-2/+2
* module/*.ko: prune .data, global .rodataнаб2022-01-141-2/+2
* Use fallthrough macroBrian Behlendorf2021-09-141-2/+2
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-261-2/+2
* FreeBSD: Remove !FreeBSD ifdef'd codeRyan Moeller2021-05-071-35/+1
* FreeBSD: Clean up ASSERT/VERIFY use in moduleRyan Moeller2021-04-301-17/+20
* FreeBSD: make seqc asserts conditional on replayMateusz Guzik2021-03-171-3/+6
* Cross-platform acltypeRyan Moeller2020-10-131-1/+1
* Prevent zfs_acl_chmod() if aclmode restricted and ACL inheritedAndrew2020-08-221-0/+4
* FreeBSD: Fix UNIX permissions checkingMatthew Macy2020-08-181-34/+0
* FreeBSD: fix merge error in zfs_acl_ids_createMatthew Macy2020-08-171-27/+16
* FreeBSD: Add support for lockless lookupMatthew Macy2020-08-051-0/+3
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-141-0/+2738