index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
os
/
linux
/
zfs
/
zfs_acl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use list_remove_head() where possible.
Alexander Motin
2023-06-09
1
-3
/
+1
*
Linux: zfs_zaccess_trivial() should always call generic_permission()
Richard Yao
2023-04-20
1
-2
/
+1
*
Linux 6.3 compat: idmapped mount API changes
youzhongyang
2023-04-10
1
-17
/
+16
*
Cleanup of dead code suggested by Clang Static Analyzer (#14380)
Richard Yao
2023-01-17
1
-3
/
+0
*
Cleanup: !A || A && B is equivalent to !A || B
Richard Yao
2023-01-12
1
-2
/
+1
*
Fix the last two CFI callback prototype mismatches
Alexander
2022-11-29
1
-1
/
+1
*
Support idmapped mount in user namespace
youzhongyang
2022-11-08
1
-9
/
+15
*
acl: use uintptr_t for ace walker cookies
Brooks Davis
2022-11-03
1
-5
/
+5
*
Support idmapped mount
youzhongyang
2022-10-19
1
-30
/
+46
*
Add defensive assertions
Richard Yao
2022-10-12
1
-0
/
+1
*
Cleanup: Remove ineffective unsigned comparisons against 0
Richard Yao
2022-09-26
1
-1
/
+1
*
zfs_enter rework
Chunwei Chen
2022-09-16
1
-2
/
+3
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Linux optimize access checks when ACL is trivial
Andrew
2022-04-01
1
-0
/
+70
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-12
/
+12
*
module: mark arguments used
наб
2022-02-18
1
-4
/
+4
*
Rename fallthrough to zfs_fallthrough
Jorgen Lundman
2022-02-15
1
-2
/
+2
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-3
/
+3
*
Use fallthrough macro
Brian Behlendorf
2021-09-14
1
-2
/
+2
*
Normalise /*FALLTHR{OUGH,U}*/
наб
2021-07-26
1
-2
/
+2
*
Intentionally allow ZFS_READONLY in zfs_write
Ryan Moeller
2021-03-07
1
-5
/
+21
*
Cross-platform acltype
Ryan Moeller
2020-10-13
1
-1
/
+1
*
Rename acltype=posixacl to acltype=posix
Ryan Moeller
2020-09-16
1
-1
/
+1
*
Prevent zfs_acl_chmod() if aclmode restricted and ACL inherited
Andrew
2020-08-22
1
-0
/
+4
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-3
/
+3
*
OpenZFS 6765 - zfs_zaccess_delete() comments do not accurately
Paul B. Henson
2020-04-30
1
-22
/
+21
*
OpenZFS 6762 - POSIX write should imply DELETE_CHILD on directories
Paul B. Henson
2020-04-30
1
-80
/
+147
*
OpenZFS 8984 - fix for 6764 breaks ACL inheritance
Paul B. Henson
2020-04-30
1
-11
/
+29
*
OpenZFS 6764 - zfs issues with inheritance flags during chmod(2)
Paul B. Henson
2020-04-30
1
-85
/
+79
*
OpenZFS 742 - Resurrect the ZFS "aclmode" property OpenZFS 664 - Umask maskin...
Paul B. Henson
2020-04-30
1
-65
/
+98
*
Relocate common quota functions to shared code
Ryan Moeller
2019-12-11
1
-0
/
+1
*
Eliminate Linux specific inode usage from common code
Matthew Macy
2019-12-11
1
-3
/
+3
*
Add zfs_file_* interface, remove vnodes
Matthew Macy
2019-11-21
1
-1
/
+0
*
Move platform specific parts of zfs_znode.h to platform code
Matthew Macy
2019-11-06
1
-2
/
+2
*
Return an error code from zfs_acl_chmod_setattr
Matthew Macy
2019-11-01
1
-1
/
+3
*
Remove sdt.h
Matthew Macy
2019-10-25
1
-1
/
+0
*
OpenZFS restructuring - move platform specific sources
Matthew Macy
2019-09-06
1
-0
/
+2816