aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+7
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+11
2022-09-24ovl: use vfs_tmpfile_open() helperMiklos Szeredi1-6/+8
2022-09-01overlayfs: constify pathAl Viro1-11/+11
2022-08-31xattr: constify value argument in vfs_setxattr()Christian Brauner1-1/+1
2022-08-08Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+6
2022-07-28ovl: improve ovl_get_acl() if POSIX ACL support is offYang Xu1-0/+6
2022-07-15acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner1-1/+2
2022-06-26attr: port attribute changes to new typesChristian Brauner1-11/+1
2022-04-28ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner1-10/+1
2022-04-28ovl: store lower path in ovl_inodeAmir Goldstein1-0/+2
2022-04-28ovl: use ovl_path_getxattr() wrapperChristian Brauner1-22/+55
2022-04-28ovl: use ovl_lookup_upper() wrapperChristian Brauner1-0/+8
2022-04-28ovl: use ovl_do_notify_change() wrapperChristian Brauner1-0/+29
2022-04-28ovl: pass layer mnt to ovl_open_realfile()Amir Goldstein1-0/+1
2022-04-28ovl: pass ofs to setattr operationsChristian Brauner1-1/+1
2022-04-28ovl: handle idmappings in creation operationsChristian Brauner1-11/+11
2022-04-28ovl: pass ofs to creation operationsChristian Brauner1-21/+33
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein1-10/+28
2021-11-04ovl: fix warning in ovl_create_real()Miklos Szeredi1-0/+1
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+1
2021-08-17ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov1-0/+12
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein1-2/+11
2021-08-17ovl: copy up sync/noatime fileattr flagsAmir Goldstein1-1/+14
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein1-3/+3
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-4/+33
2021-04-12ovl: remove unneeded ioctlsMiklos Szeredi1-2/+0
2021-04-12ovl: stack fileattr opsMiklos Szeredi1-0/+3
2021-04-12ovl: add debug print to ovl_do_getxattr()Amir Goldstein1-1/+6
2021-04-12ovl: invalidate readdir cache on changes to dir with originAmir Goldstein1-3/+27
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-17/+28
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon1-0/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+6
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-9/+11
2021-01-24namei: introduce struct renamedataChristian Brauner1-1/+8
2021-01-24xattr: handle idmapped mountsTycho Andersen1-3/+3
2020-12-14ovl: user xattrMiklos Szeredi1-3/+5
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov1-6/+8
2020-10-06ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesAmir Goldstein1-0/+3
2020-09-02ovl: enumerate private xattrsMiklos Szeredi1-13/+25
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi1-21/+30
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi1-4/+4
2020-09-02ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi1-0/+6
2020-09-02duplicate ovl_getxattr()Miklos Szeredi1-2/+0
2020-07-16ovl: change ovl_copy_up_flags staticyoungjun1-1/+0
2020-06-04ovl: make oip->index boolMiklos Szeredi1-1/+1
2020-06-02ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein1-0/+3
2020-05-13ovl: whiteout inode sharingChengguang Xu1-1/+1
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein1-2/+2
2020-03-27ovl: enable xino automatically in more casesAmir Goldstein1-0/+16