summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ovl: call posix_acl_release() after error checkingChristian Brauner2022-11-031-1/+1
* ovl: use posix acl apiChristian Brauner2022-10-201-2/+2
* ovl: implement set acl methodChristian Brauner2022-10-201-0/+94
* ovl: implement get acl methodChristian Brauner2022-10-201-31/+78
* fs: rename current get acl methodChristian Brauner2022-10-201-3/+3
* Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-071-3/+3
|\
| * overlayfs: constify pathAl Viro2022-09-011-3/+3
* | acl: handle idmapped mounts for idmapped filesystemsChristian Brauner2022-08-171-4/+7
|/
* Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-08-081-1/+3
|\
| * ovl: improve ovl_get_acl() if POSIX ACL support is offYang Xu2022-07-281-1/+3
* | ovl: handle idmappings in ovl_get_acl()Christian Brauner2022-07-151-8/+79
|/
* ovl: handle idmappings in ovl_xattr_{g,s}et()Christian Brauner2022-04-281-4/+6
* ovl: handle idmappings in ovl_permission()Christian Brauner2022-04-281-3/+6
* ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner2022-04-281-4/+4
* ovl: store lower path in ovl_inodeAmir Goldstein2022-04-281-4/+7
* ovl: handle idmappings for layer fileattrsChristian Brauner2022-04-281-1/+1
* ovl: use ovl_path_getxattr() wrapperChristian Brauner2022-04-281-3/+7
* ovl: use ovl_do_notify_change() wrapperChristian Brauner2022-04-281-1/+2
* ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein2022-04-281-8/+9
* ovl: fix filattr copy-up failureMiklos Szeredi2021-11-041-1/+4
* ovl: enable RCU'd ->get_acl()Miklos Szeredi2021-08-181-3/+4
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+4
* ovl: update ctime when changing fileattrChengguang Xu2021-08-171-0/+3
* ovl: skip checking lower file's i_writecount on truncateChengguang Xu2021-08-171-6/+0
* ovl: consistent behavior for immutable/append-only inodesAmir Goldstein2021-08-171-3/+47
* ovl: copy up sync/noatime fileattr flagsAmir Goldstein2021-08-171-13/+31
* Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-05-011-11/+7
|\
| * ovl: trivial typo fixes in the file inode.cBhaskar Chowdhury2021-04-121-3/+3
| * ovl: remove ovl_map_dev_ino() return valueyoungjun2021-04-121-8/+4
* | ovl: stack fileattr opsMiklos Szeredi2021-04-121-0/+77
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-12/+15
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+6
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-4/+5
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+2
* | ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi2021-01-281-0/+2
|/
* ovl: user xattrMiklos Szeredi2020-12-141-3/+9
* ovl: fix incorrect extent info in metacopy caseChengguang Xu2020-11-121-1/+1
* ovl: rearrange ovl_can_list()Miklos Szeredi2020-09-021-3/+6
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-10/+12
* ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi2020-09-021-1/+1
* ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi2020-09-021-1/+2
* Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2020-06-101-13/+4
|\
| * ovl: make oip->index boolMiklos Szeredi2020-06-041-1/+1
| * ovl: add accessor for ofs->upper_mntMiklos Szeredi2020-06-041-2/+2
| * ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal2020-06-021-10/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-061-4/+1
|\ \ | |/ |/|
| * fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-041-4/+0
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-041-0/+1
* | ovl: clear ATTR_OPEN from attr->ia_validVivek Goyal2020-04-301-3/+14