android_kernel_google_msm/fs/ext4
Christoph Hellwig 17391fcb76 fs: make posix_acl_create more useful
Rename the current posix_acl_created to __posix_acl_create and add
a fully featured helper to set up the ACLs on file creation that
uses get_acl().

Change-Id: I7d8de350fe89ef3d2f9ff6eaa2c198b5403d33fc
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2020-12-07 21:02:49 +03:00
..
Kconfig ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG 2013-05-07 19:51:57 -07:00
Makefile
acl.c fs: make posix_acl_create more useful 2020-12-07 21:02:49 +03:00
acl.h
balloc.c ext4: convert number of blocks to clusters properly 2013-04-05 10:04:36 -07:00
bitmap.c
block_validity.c
dir.c
ext4.h ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim 2017-12-27 22:40:01 +03:00
ext4_extents.h
ext4_jbd2.c jbd2: Fix use after free after error in jbd2_journal_dirty_metadata() 2013-08-20 08:26:29 -07:00
ext4_jbd2.h ext4: fix journal callback list traversal 2013-05-07 19:51:57 -07:00
extents.c ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp 2016-03-21 09:17:40 +08:00
file.c mm: kill vma flag VM_CAN_NONLINEAR 2020-11-29 16:11:40 +03:00
fsync.c move d_rcu from overlapping d_child to overlapping d_alias 2017-09-22 19:11:55 +03:00
hash.c
ialloc.c Merge remote-tracking branch 'stable/linux-3.4.y' into lineage-15.1 2017-12-27 17:13:15 +03:00
indirect.c ext4: don't retry file block mapping on bigalloc fs with non-extent file 2015-10-22 09:20:05 +08:00
inode.c Merge remote-tracking branch 'stable/linux-3.4.y' into lineage-15.1 2017-12-27 17:13:15 +03:00
ioctl.c ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim 2017-12-27 22:40:01 +03:00
mballoc.c ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim 2017-12-27 22:40:01 +03:00
mballoc.h
migrate.c
mmp.c ext4: return ENOMEM if sb_getblk() fails 2014-03-11 16:10:06 -07:00
move_extent.c
namei.c ext[34]: fix double put in tmpfile 2018-12-07 22:28:48 +04:00
page-io.c ext4: fix possible use-after-free with AIO 2014-03-11 16:10:05 -07:00
resize.c Merge remote-tracking branch 'stable/linux-3.4.y' into lineage-15.1 2017-12-27 17:13:15 +03:00
super.c fs: push sync_filesystem() down to the file system's remount_fs() 2020-11-29 16:11:45 +03:00
symlink.c
truncate.h
xattr.c ext4: check EA value offset when loading 2015-02-02 17:04:51 +08:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c