summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* ovl: user xattrMiklos Szeredi2020-12-141-3/+5
* ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov2020-11-121-6/+8
* ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesAmir Goldstein2020-10-061-0/+3
* ovl: enumerate private xattrsMiklos Szeredi2020-09-021-13/+25
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-21/+30
* ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi2020-09-021-4/+4
* ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi2020-09-021-0/+6
* duplicate ovl_getxattr()Miklos Szeredi2020-09-021-2/+0
* ovl: change ovl_copy_up_flags staticyoungjun2020-07-161-1/+0
* ovl: make oip->index boolMiklos Szeredi2020-06-041-1/+1
* ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein2020-06-021-0/+3
* ovl: whiteout inode sharingChengguang Xu2020-05-131-1/+1
* ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein2020-05-131-2/+2
* ovl: enable xino automatically in more casesAmir Goldstein2020-03-271-0/+16
* ovl: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-171-1/+1
* ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein2020-03-171-0/+1
* ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi2020-03-171-0/+2
* ovl: simplify i_ino initializationAmir Goldstein2020-03-171-2/+2
* ovl: fix lock in ovl_llseek()Amir Goldstein2020-03-121-1/+6
* ovl: implement async IO routinesJiufei Xue2020-01-241-0/+2
* ovl: layer is constMiklos Szeredi2020-01-241-1/+1
* ovl: simplify ovl_same_sb() helperAmir Goldstein2020-01-241-4/+13
* ovl: use pr_fmt auto generate prefixlijiazi2020-01-221-0/+3