- e054456 Merge 5.10.37 into android12-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
- 0f8528c7 ovl: invalidate readdir cache on changes to dir with origin by Amir Goldstein · 3 years, 9 months ago
- 06f414e ovl: fix missing revert_creds() on error path by Dan Carpenter · 3 years, 10 months ago
- bfac7b8 Merge 5.10.35 into android12-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
- 27c1936 ovl: allow upperdir inside lowerdir by Miklos Szeredi · 3 years, 9 months ago
- 71d5845 ovl: fix leaked dentry by Mickaël Salaün · 3 years, 9 months ago
- b129c98 Merge 5.10.17 into android12-5.10 by Greg Kroah-Hartman · 3 years, 11 months ago
- e5c376c ovl: expand warning in ovl_d_real() by Miklos Szeredi · 4 years, 2 months ago
- 116826d ovl: skip getxattr of security labels by Amir Goldstein · 4 years, 1 month ago
- cbb9404 ovl: perform vfs_getxattr() with mounter creds by Miklos Szeredi · 4 years ago
- 1092f69 Merge 5.10.15 into android12-5.10 by Greg Kroah-Hartman · 4 years ago
- 8ccf963c ovl: implement volatile-specific fsync error behaviour by Sargun Dhillon · 4 years ago
- a66f82a ovl: avoid deadlock on directory ioctl by Miklos Szeredi · 4 years ago
- fb8caef ovl: fix dentry leak in ovl_get_redirect by Liangyan · 4 years, 1 month ago
- c0a8393 FROMLIST: fs: Generic function to convert iocb to rw flags by Alessio Balsini · 4 years ago
- 19057a6 Merge 5.10.4 into android12-5.10 by Greg Kroah-Hartman · 4 years ago
- 7c8c9e1 ovl: make ioctl() safe by Miklos Szeredi · 4 years, 1 month ago
- 8d5dc2c ANDROID: overlayfs: fixup after upstream merge by Mark Salyzyn · 4 years, 2 months ago
- 7581119 Merge 071a0578b0ce ("Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs") into android-mainline by Greg Kroah-Hartman · 4 years, 2 months ago
- 710cc74 ANDROID: inode_owner_or_capable called during execv by John Stultz · 4 years, 3 months ago
- be4df0c ovl: use generic vfs_ioc_setflags_prepare() helper by Amir Goldstein · 4 years, 3 months ago
- 61536be ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories by Amir Goldstein · 4 years, 3 months ago
- 8e1bb02 ANDROID: overlayfs: readdir override_creds=off option bypass creator_cred by Mark Salyzyn · 4 years, 3 months ago
- 8f6ee74 ovl: rearrange ovl_can_list() by Miklos Szeredi · 4 years, 4 months ago
- 43d193f ovl: enumerate private xattrs by Miklos Szeredi · 4 years, 4 months ago
- 610afc0 ovl: pass ovl_fs down to functions accessing private xattrs by Miklos Szeredi · 4 years, 4 months ago
- 26150ab ovl: drop flags argument from ovl_do_setxattr() by Miklos Szeredi · 4 years, 4 months ago
- 7109704 ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrs by Miklos Szeredi · 4 years, 4 months ago
- d5dc748 ovl: use ovl_do_getxattr() for private xattr by Miklos Szeredi · 4 years, 4 months ago
- 92f0d6c ovl: fold ovl_getxattr() into ovl_get_redirect_xattr() by Miklos Szeredi · 4 years, 4 months ago
- de7a52c ovl: clean up ovl_getxattr() in copy_up.c by Miklos Szeredi · 4 years, 4 months ago
- fee0f29 duplicate ovl_getxattr() by Miklos Szeredi · 4 years, 4 months ago
- c86243b0 ovl: provide a mount option "volatile" by Vivek Goyal · 4 years, 4 months ago
- 235ce9e ovl: check for incompatible features in work dir by Amir Goldstein · 4 years, 4 months ago
- f04a11a Merge 7b4ea9456dd3 ("Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"") into android-mainline by Greg Kroah-Hartman · 4 years, 5 months ago
- 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 73a11b0 Merge 5.8-rc6 into android-mainline by Greg Kroah-Hartman · 4 years, 6 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- 4518dfc ovl: fix lookup of indexed hardlinks with metacopy by Amir Goldstein · 4 years, 6 months ago
- 81a33c1 ovl: fix unneeded call to ovl_change_flags() by Amir Goldstein · 4 years, 7 months ago
- f0e1266 ovl: fix mount option checks for nfs_export with no upperdir by Amir Goldstein · 4 years, 6 months ago
- 470c156 ovl: force read-only sb on failure to create index dir by Amir Goldstein · 4 years, 6 months ago
- a888db3 ovl: fix regression with re-formatted lower squashfs by Amir Goldstein · 4 years, 6 months ago
- 2039636 ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=on by Amir Goldstein · 4 years, 7 months ago
- 124c2de ovl: relax WARN_ON() when decoding lower directory file handle by Amir Goldstein · 4 years, 7 months ago
- d78a0dc ovl: remove not used argument in ovl_check_origin by youngjun · 4 years, 7 months ago
- 5ac8e80 ovl: change ovl_copy_up_flags static by youngjun · 4 years, 7 months ago
- 24f1400 ovl: inode reference leak in ovl_is_inuse true case. by youngjun · 4 years, 7 months ago
- a33191d Merge 5.8-rc1 into android-mainline by Greg Kroah-Hartman · 4 years, 7 months ago
- 2f9c5c3 Merge 3b69e8b45711 ("Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh") into android-mainline by Greg Kroah-Hartman · 4 years, 7 months ago
- e93a571 Merge 062ea674ae8a ("Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs") into android-mainline by Greg Kroah-Hartman · 4 years, 7 months ago
- 52435c8 Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 4 years, 7 months ago
- 2068cf7 ovl: remove unnecessary lock check by youngjun · 4 years, 7 months ago
- 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
- 74c6e38 ovl: make oip->index bool by Miklos Szeredi · 4 years, 7 months ago
- b778e1e ovl: only pass ->ki_flags to ovl_iocb_to_rwf() by Miklos Szeredi · 4 years, 7 months ago
- df820f8 ovl: make private mounts longterm by Miklos Szeredi · 4 years, 7 months ago
- b8e42a6 ovl: get rid of redundant members in struct ovl_fs by Miklos Szeredi · 4 years, 7 months ago
- 08f4c7c ovl: add accessor for ofs->upper_mnt by Miklos Szeredi · 4 years, 7 months ago
- 520da69 ovl: initialize error in ovl_copy_xattr by Yuxuan Shui · 4 years, 8 months ago
- 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 8 months ago
- 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 8 months ago
- 1434a65 ovl: drop negative dentry in upper layer by Chengguang Xu · 4 years, 8 months ago
- 05acefb ovl: check permission to open real file by Miklos Szeredi · 4 years, 7 months ago
- 292f902 ovl: call secutiry hook in ovl_real_ioctl() by Miklos Szeredi · 4 years, 7 months ago
- 56230d9 ovl: verify permissions in ovl_path_open() by Miklos Szeredi · 4 years, 7 months ago
- 48bd024 ovl: switch to mounter creds in readdir by Miklos Szeredi · 4 years, 7 months ago
- 130fdbc ovl: pass correct flags for opening real directory by Miklos Szeredi · 4 years, 7 months ago
- 21d8d66 ovl: fix redirect traversal on metacopy dentries by Vivek Goyal · 4 years, 7 months ago
- 28166ab ovl: initialize OVL_UPPERDATA in ovl_lookup() by Vivek Goyal · 4 years, 7 months ago
- 6815f47 ovl: use only uppermetacopy state in ovl_lookup() by Vivek Goyal · 4 years, 7 months ago
- 59fb201 ovl: simplify setting of origin for index lookup by Vivek Goyal · 4 years, 7 months ago
- 522f6e6 ovl: fix out of bounds access warning in ovl_check_fb_len() by Amir Goldstein · 4 years, 8 months ago
- b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
- c167607 Merge 5.7-rc7 into android-mainline by Greg Kroah-Hartman · 4 years, 8 months ago
- 144da23 ovl: return required buffer size for file handles by Lubos Dolezel · 4 years, 8 months ago
- 399c109 ovl: sync dirty data when remounting to ro mode by Chengguang Xu · 4 years, 9 months ago
- c21c839 ovl: whiteout inode sharing by Chengguang Xu · 4 years, 9 months ago
- 654255f ovl: inherit SB_NOSEC flag from upperdir by Jeffle Xu · 4 years, 9 months ago
- 32b1924b2 ovl: skip overlayfs superblocks at global sync by Konstantin Khlebnikov · 4 years, 9 months ago
- 62a8a85 ovl: index dir act as work dir by Amir Goldstein · 4 years, 9 months ago
- 773cb4c ovl: prepare to copy up without workdir by Amir Goldstein · 4 years, 9 months ago
- 3011645 ovl: cleanup non-empty directories in ovl_indexdir_cleanup() by Amir Goldstein · 4 years, 9 months ago
- b0def88 ovl: resolve more conflicting mount options by Amir Goldstein · 4 years, 9 months ago
- 9aafc1b ovl: potential crash in ovl_fid_to_fh() by Dan Carpenter · 4 years, 8 months ago
- 15fd2ea ovl: clear ATTR_OPEN from attr->ia_valid by Vivek Goyal · 4 years, 9 months ago
- e67f021 ovl: clear ATTR_FILE from attr->ia_valid by Vivek Goyal · 4 years, 9 months ago
- 72ef5e5 docs: fix broken references to text files by Mauro Carvalho Chehab · 4 years, 9 months ago
- 2724136 Merge 5d30bcacd91a ("Merge tag '9p-for-5.7-2' of git://github.com/martinetd/linux") into android-mainline by Greg Kroah-Hartman · 4 years, 9 months ago
- 926e94d ovl: enable xino automatically in more cases by Amir Goldstein · 4 years, 11 months ago
- dfe51d4 ovl: avoid possible inode number collisions with xino=on by Amir Goldstein · 4 years, 11 months ago
- 4d314f7 ovl: use a private non-persistent ino pool by Amir Goldstein · 4 years, 11 months ago
- 83552ea ovl: fix WARN_ON nlink drop to zero by Miklos Szeredi · 4 years, 10 months ago
- a5a8468 ovl: fix a typo in comment by Chengguang Xu · 5 years ago
- 0efbe7c ovl: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
- 504f384 ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for old by Al Viro · 5 years ago
- d80172c ovl: strict upper fs requirements for remote upper fs by Amir Goldstein · 4 years, 11 months ago
- cad218a ovl: check if upper fs supports RENAME_WHITEOUT by Amir Goldstein · 4 years, 11 months ago
- bccece1 ovl: allow remote upper by Miklos Szeredi · 4 years, 10 months ago
- f428884 ovl: decide if revalidate needed on a per-dentry basis by Miklos Szeredi · 4 years, 10 months ago