summaryrefslogtreecommitdiff
path: root/fs/overlayfs/overlayfs.h
Commit message (Expand)AuthorAgeFilesLines
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-5/+5
* fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-12/+13
* Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-12-121-5/+6
|\
| * ovl: use inode instead of dentry where possibleMiklos Szeredi2022-12-081-3/+3
| * ovl: do not reconnect upper index records in ovl_indexdir_cleanup()Amir Goldstein2022-12-081-1/+2
| * ovl: Use "buf" flexible array for memcpy() destinationKees Cook2022-12-081-1/+1
* | ovl: use posix acl apiChristian Brauner2022-10-201-0/+8
* | ovl: implement set acl methodChristian Brauner2022-10-201-0/+17
* | ovl: implement get acl methodChristian Brauner2022-10-201-2/+15
|/
* Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-5/+7
|\
| * ovl: use vfs_tmpfile_open() helperMiklos Szeredi2022-09-241-6/+8
* | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-11/+11
|\ \
| * | overlayfs: constify pathAl Viro2022-09-011-11/+11
| |/
* | xattr: constify value argument in vfs_setxattr()Christian Brauner2022-08-311-1/+1
|/
* Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-08-081-0/+6
|\
| * ovl: improve ovl_get_acl() if POSIX ACL support is offYang Xu2022-07-281-0/+6
* | acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner2022-07-151-1/+2
* | attr: port attribute changes to new typesChristian Brauner2022-06-261-11/+1
|/
* ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner2022-04-281-10/+1
* ovl: store lower path in ovl_inodeAmir Goldstein2022-04-281-0/+2
* ovl: use ovl_path_getxattr() wrapperChristian Brauner2022-04-281-22/+55
* ovl: use ovl_lookup_upper() wrapperChristian Brauner2022-04-281-0/+8
* ovl: use ovl_do_notify_change() wrapperChristian Brauner2022-04-281-0/+29
* ovl: pass layer mnt to ovl_open_realfile()Amir Goldstein2022-04-281-0/+1
* ovl: pass ofs to setattr operationsChristian Brauner2022-04-281-1/+1
* ovl: handle idmappings in creation operationsChristian Brauner2022-04-281-11/+11
* ovl: pass ofs to creation operationsChristian Brauner2022-04-281-21/+33
* ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein2022-04-281-10/+28
* ovl: fix warning in ovl_create_real()Miklos Szeredi2021-11-041-0/+1
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+1
* ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov2021-08-171-0/+12
* ovl: consistent behavior for immutable/append-only inodesAmir Goldstein2021-08-171-2/+11
* ovl: copy up sync/noatime fileattr flagsAmir Goldstein2021-08-171-1/+14
* ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein2021-08-171-3/+3
* Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-301-4/+33
|\
| * ovl: add debug print to ovl_do_getxattr()Amir Goldstein2021-04-121-1/+6
| * ovl: invalidate readdir cache on changes to dir with originAmir Goldstein2021-04-121-3/+27
* | ovl: remove unneeded ioctlsMiklos Szeredi2021-04-121-2/+0
* | ovl: stack fileattr opsMiklos Szeredi2021-04-121-0/+3
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-17/+28
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+6
| * namei: prepare for idmapped mountsChristian Brauner2021-01-241-9/+11
| * namei: introduce struct renamedataChristian Brauner2021-01-241-1/+8
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-3/+3
* | ovl: implement volatile-specific fsync error behaviourSargun Dhillon2021-01-281-0/+1
|/