summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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-04-301-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-091-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-051-4/+1
|\ \ | |/ |/|
| * fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-031-4/+0
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | ovl: clear ATTR_OPEN from attr->ia_validVivek Goyal2020-04-301-3/+14
* | ovl: clear ATTR_FILE from attr->ia_validVivek Goyal2020-04-301-0/+7
|/
* ovl: enable xino automatically in more casesAmir Goldstein2020-03-271-4/+4
* ovl: avoid possible inode number collisions with xino=onAmir Goldstein2020-03-271-10/+29
* ovl: use a private non-persistent ino poolAmir Goldstein2020-03-271-3/+12
* ovl: fix a typo in commentChengguang Xu2020-03-171-1/+1
* ovl: simplify i_ino initializationAmir Goldstein2020-03-171-9/+26
* ovl: fix out of date comment and unreachable codeAmir Goldstein2020-03-171-3/+5