summaryrefslogtreecommitdiff
path: root/fs/overlayfs/overlayfs.h
AgeCommit message (Expand)Author
2021-11-04ovl: fix warning in ovl_create_real()Miklos Szeredi
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-17ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein
2021-08-17ovl: copy up sync/noatime fileattr flagsAmir Goldstein
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-12ovl: remove unneeded ioctlsMiklos Szeredi
2021-04-12ovl: stack fileattr opsMiklos Szeredi
2021-04-12ovl: add debug print to ovl_do_getxattr()Amir Goldstein
2021-04-12ovl: invalidate readdir cache on changes to dir with originAmir Goldstein
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2021-01-24namei: introduce struct renamedataChristian Brauner
2021-01-24xattr: handle idmapped mountsTycho Andersen
2020-12-14ovl: user xattrMiklos Szeredi
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov
2020-10-06ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesAmir Goldstein
2020-09-02ovl: enumerate private xattrsMiklos Szeredi
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi
2020-09-02ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi
2020-09-02duplicate ovl_getxattr()Miklos Szeredi
2020-07-16ovl: change ovl_copy_up_flags staticyoungjun
2020-06-04ovl: make oip->index boolMiklos Szeredi
2020-06-02ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein
2020-05-13ovl: whiteout inode sharingChengguang Xu
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein
2020-03-27ovl: enable xino automatically in more casesAmir Goldstein
2020-03-17ovl: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi
2020-03-17ovl: simplify i_ino initializationAmir Goldstein
2020-03-12ovl: fix lock in ovl_llseek()Amir Goldstein
2020-01-24ovl: implement async IO routinesJiufei Xue
2020-01-24ovl: layer is constMiklos Szeredi
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-29ovl: detect overlapping layersAmir Goldstein
2019-05-06ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal
2018-10-26ovl: abstract ovl_inode lock with a helperAmir Goldstein
2018-10-26ovl: remove the 'locked' argument of ovl_nlink_{start,end}Amir Goldstein
2018-10-04ovl: fix format of setxattr debugMiklos Szeredi
2018-07-20ovl: add helper to force data copy-upVivek Goyal
2018-07-20ovl: Check redirect on index as wellVivek Goyal