- f48bbfb ovl: trivial typo fixes in the file inode.c by Bhaskar Chowdhury · 3 years, 10 months ago
- c68e7ec ovl: remove ovl_map_dev_ino() return value by youngjun · 3 years, 10 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
- 554677b ovl: perform vfs_getxattr() with mounter creds by Miklos Szeredi · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- c7c7a1a1 xattr: handle idmapped mounts by Tycho Andersen · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 2d2f2d7 ovl: user xattr by Miklos Szeredi · 4 years, 1 month ago
- c11faf3 ovl: fix incorrect extent info in metacopy case by Chengguang Xu · 4 years, 6 months ago
- 8f6ee74 ovl: rearrange ovl_can_list() 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
- d5dc748 ovl: use ovl_do_getxattr() for private xattr by Miklos Szeredi · 4 years, 4 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
- 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
- 08f4c7c ovl: add accessor for ofs->upper_mnt by Miklos Szeredi · 4 years, 7 months ago
- 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 7 months ago
- 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
- 28166ab ovl: initialize OVL_UPPERDATA in ovl_lookup() by Vivek Goyal · 4 years, 7 months ago
- 15fd2ea ovl: clear ATTR_OPEN from attr->ia_valid by Vivek Goyal · 4 years, 8 months ago
- e67f021 ovl: clear ATTR_FILE from attr->ia_valid by Vivek Goyal · 4 years, 8 months ago
- 926e94d ovl: enable xino automatically in more cases by Amir Goldstein · 4 years, 10 months ago
- dfe51d4 ovl: avoid possible inode number collisions with xino=on by Amir Goldstein · 4 years, 10 months ago
- 4d314f7 ovl: use a private non-persistent ino pool by Amir Goldstein · 4 years, 10 months ago
- a5a8468 ovl: fix a typo in comment by Chengguang Xu · 4 years, 11 months ago
- 62c832e ovl: simplify i_ino initialization by Amir Goldstein · 5 years ago
- 735c907 ovl: fix out of date comment and unreachable code by Amir Goldstein · 5 years ago
- 300b124 ovl: fix value of i_ino for lower hardlink corner case by Amir Goldstein · 5 years ago
- b7bf990 ovl: fix corner case of non-constant st_dev;st_ino by Amir Goldstein · 5 years ago
- 07f1e59 ovl: generalize the lower_fs[] array by Amir Goldstein · 5 years ago
- 0f831ec ovl: simplify ovl_same_sb() helper by Amir Goldstein · 5 years ago
- b1f9d38 ovl: use ovl_inode_lock in ovl_llseek() by Amir Goldstein · 5 years ago
- 1bd0a3a ovl: use pr_fmt auto generate prefix by lijiazi · 5 years ago
- 9c6d8f1 ovl: fix corner case of non-unique st_dev;st_ino by Amir Goldstein · 5 years ago
- 5c2e9f3 ovl: filter of trusted xattr results in audit by Mark Salyzyn · 5 years ago
- c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 6dde1e4 ovl: make i_ino consistent with st_ino in more cases by Amir Goldstein · 6 years ago
- 146d62e ovl: detect overlapping layers by Amir Goldstein · 6 years ago
- acf3062 ovl: relax WARN_ON() for overlapping layers use case by Amir Goldstein · 6 years ago
- ec7ba11 Revert "ovl: relax permission checking on underlying layers" by Miklos Szeredi · 6 years ago
- 007ea44 ovl: relax permission checking on underlying layers by Miklos Szeredi · 6 years ago
- 69383c5 ovl: make symbol 'ovl_aops' static by Wei Yongjun · 6 years ago
- 5b910bd ovl: fix GPF in swapfile_activate of file from overlayfs over xfs by Amir Goldstein · 6 years ago
- 80d3481 ovl: respect FIEMAP_FLAG_SYNC flag by Amir Goldstein · 6 years ago
- 997336f ovl: Do not do metadata only copy-up for truncate operation by Vivek Goyal · 7 years ago
- a00c2d5 ovl: Add an inode flag OVL_CONST_INO by Vivek Goyal · 7 years ago
- 2664bd0 ovl: Store lower data inode in ovl_inode by Vivek Goyal · 7 years ago
- 67d756c2 ovl: Fix ovl_getattr() to get number of blocks from lower by Vivek Goyal · 7 years ago
- 9d3dfea ovl: Modify ovl_lookup() and friends to lookup metacopy dentry by Vivek Goyal · 7 years ago
- 027065b ovl: Use out_err instead of out_nomem by Vivek Goyal · 7 years ago
- d6eac03 ovl: Move the copy up helpers to copy_up.c by Vivek Goyal · 7 years ago
- 9cec54c ovl: Initialize ovl_inode->redirect in ovl_get_inode() by Vivek Goyal · 7 years ago
- 9e142c4 ovl: add ovl_fiemap() by Miklos Szeredi · 6 years ago
- d1d04ef ovl: stack file ops by Miklos Szeredi · 6 years ago
- 46e5d0a ovl: copy up file size as well by Miklos Szeredi · 6 years ago
- 5812160 Revert "Revert "ovl: get_write_access() in truncate"" by Miklos Szeredi · 6 years ago
- d9854c8 ovl: copy up times by Miklos Szeredi · 6 years ago
- 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- 01b39dc ovl: use inode_insert5() to hash a newly created inode by Amir Goldstein · 7 years ago
- ac6a52e ovl: Pass argument to ovl_get_inode() in a structure by Vivek Goyal · 7 years ago
- 12574a9 ovl: consistent i_ino for non-samefs with xino by Amir Goldstein · 7 years ago
- e487d88 ovl: constant st_ino for non-samefs with xino by Amir Goldstein · 7 years ago
- 5148626 ovl: allocate anon bdev per unique lower fs by Amir Goldstein · 7 years ago
- da309e8 ovl: factor out ovl_map_dev_ino() helper by Amir Goldstein · 7 years ago
- 8f35cf5 ovl: cleanup ovl_update_time() by Miklos Szeredi · 7 years ago
- 0471a9c ovl: cleanup setting OVL_INDEX by Vivek Goyal · 7 years ago
- 9f99e50 ovl: set lower layer st_dev only if setting lower st_ino by Amir Goldstein · 7 years ago
- 695b46e ovl: set i_ino to the value of st_ino for NFS export by Amir Goldstein · 7 years ago
- 764baba ovl: hash non-dir by lower inode for fsnotify by Amir Goldstein · 7 years ago
- 4b91c30 ovl: lookup connected ancestor of dir in inode cache by Amir Goldstein · 7 years ago
- 7a9dade ovl: hash non-indexed dir by upper inode for NFS export by Amir Goldstein · 7 years ago
- 9436a1a ovl: decode lower file handles of unlinked but open files by Amir Goldstein · 7 years ago
- aa3ff3c ovl: copy up of disconnected dentries by Amir Goldstein · 7 years ago
- 0aceb53 ovl: do not pass overlay dentry to ovl_get_inode() by Amir Goldstein · 7 years ago
- 86eaa13 ovl: unbless lower st_ino of unverified origin by Amir Goldstein · 7 years ago
- 31747ed ovl: hash directory inodes for fsnotify by Amir Goldstein · 7 years ago
- a0c5ad3 ovl: relax same fs constraint for constant st_ino by Amir Goldstein · 7 years ago
- ba1e563 ovl: return anonymous st_dev for lower inodes by Chandan Rajendra · 7 years ago
- ee023c3 ovl: move include of ovl_entry.h into overlayfs.h by Amir Goldstein · 7 years ago
- b79e05a ovl: no direct iteration for dir with origin xattr by Amir Goldstein · 8 years ago
- 4eae06d ovl: lockdep annotate of nested OVL_I(inode)->lock by Amir Goldstein · 7 years ago
- 6eaf011 ovl: fix EIO from lookup of non-indexed upper by Amir Goldstein · 7 years ago
- 939ae4e ovl: fix false positive ESTALE on lookup by Amir Goldstein · 7 years ago
- 6787341 ovl: check snprintf return by Miklos Szeredi · 7 years ago
- 1d88f18 ovl: fix xattr get and set with selinux by Miklos Szeredi · 7 years ago
- caf70cb ovl: cleanup orphan index entries by Amir Goldstein · 8 years ago
- 5f8415d ovl: persistent overlay inode nlink for indexed inodes by Amir Goldstein · 8 years ago
- 59be097 ovl: implement index dir copy up by Amir Goldstein · 8 years ago
- b9ac5c27 ovl: hash overlay non-dir inodes by copy up origin by Miklos Szeredi · 7 years ago
- 359f392 ovl: lookup index entry for copy up origin by Amir Goldstein · 8 years ago
- 13c7207 ovl: move impure to ovl_inode by Miklos Szeredi · 7 years ago
- 09d8b58 ovl: move __upperdentry to ovl_inode by Miklos Szeredi · 7 years ago
- 25b7713 ovl: use i_private only as a key by Miklos Szeredi · 7 years ago
- e6d2ebd ovl: simplify getting inode by Miklos Szeredi · 7 years ago
- a082c6f ovl: filter trusted xattr for non-admin by Miklos Szeredi · 8 years ago
- 5b71209 ovl: merge getattr for dir and nondir by Miklos Szeredi · 8 years ago