[PATCH v18 12/22] vfs: Add get_richacl and set_richacl inode operations
These operations are similar to the get_acl and set_acl operations for POSIX ACLs. The distinction between access and default ACLs doesn't exist for
View Article[PATCH v18 13/22] vfs: Cache richacl in struct inode
Cache richacls in struct inode so that this doesn't have to be done individually in each filesystem. This is similar to POSIX ACLs. Signed-off-by: A
View Article[PATCH v18 14/22] richacl: Update the file masks in chmod()
Doing a chmod() sets the file mode, which includes the file permission bits. When a file has a richacl, the permissions that the richacl grants need
View Article[PATCH v18 15/22] richacl: Check if an acl is equivalent to a file mode
ACLs are considered equivalent to file modes if they only consist of owner@, group@, and everyone@ entries, the owner@ permissions do not depend on wh
View Article[PATCH v18 16/22] richacl: Create-time inheritance
When a new file is created, it can inherit an acl from its parent directory; this is similar to how default acls work in POSIX ACLs. As with POSIX AC
View Article[PATCH v18 17/22] richacl: Automatic Inheritance
Automatic Inheritance (AI) allows changes to the acl of a directory to propagate down to children. This is mostly implemented in user space: when a p
View Article[PATCH v18 18/22] richacl: xattr mapping functions
Map between "system.richacl" xattrs and the in-kernel representation. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> --- fs/Makefile
View Article[PATCH v18 19/22] richacl: Add richacl xattr handler
Add richacl xattr handler implementing the xattr operations based on the get_richacl and set_richacl inode operations. Signed-off-by: Andreas Gruenba
View Article[PATCH v18 20/22] vfs: Add richacl permission checking
Hook the richacl permission checking function into the vfs. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> --- fs/namei.c | 51 +++++++
View Article[PATCH v18 21/22] ext4: Add richacl support
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> Support the richacl permission model in ext4. The richacls are stored in "system.richacl"
View Article[PATCH v18 22/22] ext4: Add richacl feature flag
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> This feature flag selects richacl instead of POSIX ACL support on the filesystem. When th
View Articlearch/mips/vdso/elf.S:1:0: error: '-march=r3000' requires...
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: fc77dbd34c5c99bce46d40a2491937c3bcbd10af commit: ebb5e78cc63
View Articlelinux-next: Tree for Feb 29
Hi all, Changes since 20160226: The arm64 tree gained a conflict aginst the arm-soc tree. The net-next tree gained a conflict against the wireless-
View Articlearch/mips/vdso/gettimeofday.c:1:0: error: '-march=r3000' requires...
Hi Guenter, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: fc77db
View Article[lkp] [futex] 65d8fc777f: +25.6% will-it-scale.per_process_ops
FYI, we noticed the below changes on https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master commit 65d8fc777f6dcfee12785c057a6b57
View Article[PATCH] iommu: exynos: pointers are nto physical addresses
The exynos iommu driver changed an incorrect cast from pointer to 'unsigned int' to an equally incorrect cast to a 'phys_addr_t', which results in an
View Article[PATCH v14 0/4] Watchdog: introduce ARM SBSA watchdog driver
From: Fu Wei <fu.wei@linaro.org> This patchset: (1)Introduce Documentation/devicetree/bindings/watchdog/sbsa-gwdt.txt for FDT info of SBSA Ge
View Article[PATCH v14 1/4] Documentation: add sbsa-gwdt driver documentation
From: Fu Wei <fu.wei@linaro.org> The sbsa-gwdt.txt documentation in devicetree/bindings/watchdog is for introducing SBSA(Server Base System Architect
View Article[PATCH v14 2/4] ARM64: add SBSA Generic Watchdog device node in...
From: Fu Wei <fu.wei@linaro.org> This can be a example of adding SBSA Generic Watchdog device node into some dts files for the Soc which contains SBS
View Article[PATCH v14 3/4] ARM64: add SBSA Generic Watchdog device node in...
From: Fu Wei <fu.wei@linaro.org> This can be a example of adding SBSA Generic Watchdog device node into some dts files for the Soc which contains SBS
View Article