aboutsummaryrefslogtreecommitdiffstats
path: root/config/kernel-acl.m4
Commit message (Expand)AuthorAgeFilesLines
* config: remove HAVE_ACL_REFCOUNTRob Norris2024-09-181-27/+0
* config: remove HAVE_POSIX_ACL_VALID_WITH_NSRob Norris2024-09-181-30/+0
* config: remove HAVE_KERNEL_GET_ACL_HANDLE_CACHERob Norris2024-09-181-28/+0
* config: remove HAVE_SET_CACHED_ACL_USABLERob Norris2024-09-181-32/+0
* config: remove HAVE_SET_ACLRob Norris2024-09-181-13/+2
* config: remove HAVE_POSIX_ACL_RELEASE and HAVE_POSIX_ACL_RELEASE_GPL_ONLYRob Norris2024-09-181-38/+0
* config: remove HAVE___POSIX_ACL_CHMODRob Norris2024-09-181-45/+0
* Linux 6.8 compat: make test functions staticRob Norris2024-01-291-7/+7
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-101-6/+28
* linux 6.2 compat: zpl_set_acl arg2 is now struct dentryColeman Kane2023-01-241-3/+28
* linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2Coleman Kane2023-01-061-1/+18
* Linux 5.15 compat: get_acl()Brian Behlendorf2021-09-091-1/+22
* Bend zpl_set_acl to permit the new userns* parameterRich Ercolani2021-05-271-2/+23
* Linux 5.11 compat: conftestBrian Behlendorf2020-12-271-2/+2
* Linux compat: Minimum kernel version 3.10Brian Behlendorf2019-11-121-143/+15
* Perform KABI checks in parallelBrian Behlendorf2019-10-011-81/+172
* Fix config issues: frame size and headerschrisrd2018-02-151-0/+1
* Fix ZFS_AC_KERNEL_SET_CACHED_ACL_USABLE checkGvozden Neskovic2016-11-091-2/+2
* Linux 3.14 compat: assign inode->set_acltuxoko2016-11-091-0/+25
* Use set_cached_acl and forget_cached_acl when possibleChunwei Chen2016-11-071-1/+30
* Linux 4.7 compat: fix zpl_get_acl returns invalid acl pointerChunwei Chen2016-08-091-0/+20
* Linux 4.8 compat: posix_acl_valid()Brian Behlendorf2016-08-081-0/+24
* Retire HAVE_CURRENT_UMASK and HAVE_POSIX_ACL_CACHINGBrian Behlendorf2016-08-081-39/+0
* Fix config for posix_acl_release() GPL testChunwei Chen2016-05-201-16/+17
* Make license compatibility checks consistentBrian Behlendorf2014-10-171-3/+3
* Linux 3.14 compat: posix_acl_{create,chmod}Chunwei Chen2014-04-101-0/+16
* Posix ACL SupportMassimo Maggi2013-10-291-0/+249