aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/zfs/zfs_acl.c
Commit message (Expand)AuthorAgeFilesLines
* Use list_remove_head() where possible.Alexander Motin2023-06-091-3/+1
* Linux: zfs_zaccess_trivial() should always call generic_permission()Richard Yao2023-04-201-2/+1
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-101-17/+16
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-171-3/+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
* Support idmapped mount in user namespaceyouzhongyang2022-11-081-9/+15
* acl: use uintptr_t for ace walker cookiesBrooks Davis2022-11-031-5/+5
* Support idmapped mountyouzhongyang2022-10-191-30/+46
* Add defensive assertionsRichard Yao2022-10-121-0/+1
* Cleanup: Remove ineffective unsigned comparisons against 0Richard Yao2022-09-261-1/+1
* zfs_enter reworkChunwei Chen2022-09-161-2/+3
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Linux optimize access checks when ACL is trivialAndrew2022-04-011-0/+70
* 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-3/+3
* Use fallthrough macroBrian Behlendorf2021-09-141-2/+2
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-261-2/+2
* Intentionally allow ZFS_READONLY in zfs_writeRyan Moeller2021-03-071-5/+21
* Cross-platform acltypeRyan Moeller2020-10-131-1/+1
* Rename acltype=posixacl to acltype=posixRyan Moeller2020-09-161-1/+1
* Prevent zfs_acl_chmod() if aclmode restricted and ACL inheritedAndrew2020-08-221-0/+4
* Mark functions as staticArvind Sankar2020-06-181-3/+3
* OpenZFS 6765 - zfs_zaccess_delete() comments do not accuratelyPaul B. Henson2020-04-301-22/+21
* OpenZFS 6762 - POSIX write should imply DELETE_CHILD on directoriesPaul B. Henson2020-04-301-80/+147
* OpenZFS 8984 - fix for 6764 breaks ACL inheritancePaul B. Henson2020-04-301-11/+29
* OpenZFS 6764 - zfs issues with inheritance flags during chmod(2)Paul B. Henson2020-04-301-85/+79
* OpenZFS 742 - Resurrect the ZFS "aclmode" property OpenZFS 664 - Umask maskin...Paul B. Henson2020-04-301-65/+98
* Relocate common quota functions to shared codeRyan Moeller2019-12-111-0/+1
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-111-3/+3
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-1/+0
* Move platform specific parts of zfs_znode.h to platform codeMatthew Macy2019-11-061-2/+2
* Return an error code from zfs_acl_chmod_setattrMatthew Macy2019-11-011-1/+3
* Remove sdt.hMatthew Macy2019-10-251-1/+0
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-061-0/+2816