]> git.proxmox.com Git - mirror_zfs.git/history - module/os/linux/zfs/zfs_acl.c
Fixed parameter passing error when calling zfs_acl_chmod
[mirror_zfs.git] / module / os / linux / zfs / zfs_acl.c
2024-02-26 QuartzFixed parameter passing error when calling zfs_acl_chmod
2023-06-09 Alexander MotinUse list_remove_head() where possible.
2023-04-20 Richard YaoLinux: zfs_zaccess_trivial() should always call generic...
2023-04-10 youzhongyangLinux 6.3 compat: idmapped mount API changes
2023-01-17 Richard YaoCleanup of dead code suggested by Clang Static Analyzer...
2023-01-13 Richard YaoCleanup: !A || A && B is equivalent to !A || B
2022-11-29 AlexanderFix the last two CFI callback prototype mismatches
2022-11-08 youzhongyangSupport idmapped mount in user namespace
2022-11-03 Brooks Davisacl: use uintptr_t for ace walker cookies
2022-10-19 youzhongyangSupport idmapped mount
2022-10-12 Richard YaoAdd defensive assertions
2022-09-27 Richard YaoCleanup: Remove ineffective unsigned comparisons against 0
2022-09-16 Chunwei Chenzfs_enter rework
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-04-01 AndrewLinux optimize access checks when ACL is trivial
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-02-18 набmodule: mark arguments used
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-07-26 набNormalise /*FALLTHR{OUGH,U}*/
2021-03-07 Ryan MoellerIntentionally allow ZFS_READONLY in zfs_write
2020-10-14 Ryan MoellerCross-platform acltype
2020-09-16 Ryan MoellerRename acltype=posixacl to acltype=posix
2020-08-23 AndrewPrevent zfs_acl_chmod() if aclmode restricted and ACL...
2020-06-18 Arvind SankarMark functions as static
2020-04-30 Paul B. HensonOpenZFS 6765 - zfs_zaccess_delete() comments do not...
2020-04-30 Paul B. HensonOpenZFS 6762 - POSIX write should imply DELETE_CHILD...
2020-04-30 Paul B. HensonOpenZFS 8984 - fix for 6764 breaks ACL inheritance
2020-04-30 Paul B. HensonOpenZFS 6764 - zfs issues with inheritance flags during...
2020-04-30 Paul B. HensonOpenZFS 742 - Resurrect the ZFS "aclmode" property...
2019-12-11 Ryan MoellerRelocate common quota functions to shared code
2019-12-11 Matthew MacyEliminate Linux specific inode usage from common code
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-11-06 Matthew MacyMove platform specific parts of zfs_znode.h to platform...
2019-11-01 Matthew MacyReturn an error code from zfs_acl_chmod_setattr
2019-10-25 Matthew MacyRemove sdt.h
2019-09-06 Matthew MacyOpenZFS restructuring - move platform specific sources