aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/zfs/zpl_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Allocate zap_attribute_t from kmem instead of stackSanjeev Bagewadi2024-10-011-4/+6
* config: remove HAVE_XATTR_LIST_SIMPLERob Norris2024-09-181-6/+0
* config: remove HAVE_XATTR_(GET|SET|LIST)_HANDLERRob Norris2024-09-181-7/+2
* config: remove HAVE_XATTR_HANDLER_NAMERob Norris2024-09-181-50/+2
* config: remove HAVE_POSIX_ACL_VALID_WITH_NSRob Norris2024-09-181-2/+2
* config: remove HAVE_KERNEL_GET_ACL_HANDLE_CACHERob Norris2024-09-181-17/+0
* config: remove HAVE_XATTR_(GET|SET|LIST)_DENTRYRob Norris2024-09-181-5/+0
* config: remove HAVE_SET_CACHED_ACL_USABLERob Norris2024-09-181-3/+3
* config: remove HAVE_SET_ACLRob Norris2024-09-181-2/+0
* config: remove HAVE_POSIX_ACL_RELEASE and HAVE_POSIX_ACL_RELEASE_GPL_ONLYRob Norris2024-09-181-3/+2
* Linux 6.6 compat: use inode_get/set_ctime*(...)Coleman Kane2023-09-211-3/+4
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-101-10/+15
* linux 6.2 compat: zpl_set_acl arg2 is now struct dentryColeman Kane2023-01-241-0/+7
* linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2Coleman Kane2023-01-061-1/+1
* Skip permission checks for extended attributesAmeer Hamza2022-12-121-1/+1
* Support idmapped mount in user namespaceyouzhongyang2022-11-081-7/+27
* Support idmapped mountyouzhongyang2022-10-191-1/+1
* zfs_enter reworkChunwei Chen2022-09-161-9/+12
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Fix znode group permission different from acl maskgaoyanping2022-06-291-3/+3
* Fix clang 13 compilation errorsDamian Szuberski2022-06-151-1/+4
* Fix ACL checks for NFS kernel serverRyan Moeller2022-03-181-2/+2
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-221-1/+1
* Cross-platform xattr user namespace compatibilityRyan Moeller2022-02-151-35/+122
* module/*.ko: prune .data, global .rodataнаб2022-01-141-8/+5
* Linux 5.15 compat: get_acl()Brian Behlendorf2021-09-091-8/+26
* Bend zpl_set_acl to permit the new userns* parameterRich Ercolani2021-05-271-12/+23
* Miscellaneous code cleanupRyan Moeller2021-04-301-2/+2
* Linux 5.12 compat: idmapped mountsColeman Kane2021-03-191-2/+2
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-3/+3
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-181-9/+15
* Rename acltype=posixacl to acltype=posixRyan Moeller2020-09-161-8/+8
* Mark functions as staticArvind Sankar2020-06-181-1/+4
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-111-24/+32
* Linux compat: Minimum kernel version 3.10Brian Behlendorf2019-11-121-84/+5
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-6/+6
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-061-0/+1548