- 94fd197 ovl: don't fail copy up if no fileattr support on upper by Miklos Szeredi · 3 years ago
- 4ee7e4a ovl: fix NULL pointer dereference in copy up warning by Christoph Fritz · 3 years ago
- 5b0a414 ovl: fix filattr copy-up failure by Miklos Szeredi · 3 years, 2 months ago
- f945ca1 ovl: use kvalloc in xattr copy-up by Miklos Szeredi · 3 years, 6 months ago
- 096a218 ovl: consistent behavior for immutable/append-only inodes by Amir Goldstein · 3 years, 7 months ago
- 72db821 ovl: copy up sync/noatime fileattr flags by Amir Goldstein · 3 years, 7 months ago
- a0c236b ovl: pass ovl_fs to ovl_check_setxattr() by Amir Goldstein · 3 years, 7 months ago
- 7b279bb ovl: fix missing revert_creds() on error path by Dan Carpenter · 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, 11 months ago
- 03fedf9 ovl: skip getxattr of security labels by Amir Goldstein · 4 years, 1 month ago
- c7c7a1a1 xattr: handle idmapped mounts by Tycho Andersen · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 6939f97 ovl: do not fail when setting origin xattr by Miklos Szeredi · 4 years, 1 month ago
- 5830fb6 ovl: introduce new "uuid=off" option for inodes index feature by Pavel Tikhomirov · 4 years, 3 months ago
- 1cdb0cb ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fh by Pavel Tikhomirov · 4 years, 3 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
- 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, 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
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
- 5ac8e80 ovl: change ovl_copy_up_flags static by youngjun · 4 years, 7 months ago
- 520da69 ovl: initialize error in ovl_copy_xattr by Yuxuan Shui · 4 years, 8 months ago
- 773cb4c ovl: prepare to copy up without workdir by Amir Goldstein · 4 years, 10 months ago
- c61ca55 ovl: ignore failure to copy up unknown xattrs by Miklos Szeredi · 4 years, 10 months ago
- b504c65 ovl: improving copy-up efficiency for big sparse file by Chengguang Xu · 5 years ago
- 1bd0a3a ovl: use pr_fmt auto generate prefix by lijiazi · 5 years ago
- ec7bbb53 ovl: don't use a temp buf for encoding real fh by Amir Goldstein · 5 years ago
- cbe7fba ovl: make sure that real fid is 32bit aligned in memory by Amir Goldstein · 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
- 253e748 ovl: fix typo in MODULE_PARM_DESC by Nicolas Schier · 6 years ago
- 3428030 ovl: fix missing upper fs freeze protection on copy up for ioctl by Amir Goldstein · 6 years ago
- 993a0b2 ovl: Do not lose security.capability xattr over metadata file copy-up by Vivek Goyal · 6 years ago
- 5f32879 ovl: During copy up, first copy up data and then xattrs by Vivek Goyal · 6 years ago
- c2aa1a4 Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
- 452ce65 vfs: plumb remap flags through the vfs clone functions by Darrick J. Wong · 6 years ago
- 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
- 6b52243 ovl: fold copy-up helpers into callers by Miklos Szeredi · 6 years ago
- b10cdcd ovl: untangle copy up call chain by Amir Goldstein · 6 years ago
- 1f244dc ovl: clean up error handling in ovl_get_tmpfile() by Miklos Szeredi · 6 years ago
- a725356 vfs: swap names of {do,vfs}_clone_file_range() by Amir Goldstein · 6 years ago
- 989974c ovl: Enable metadata only feature by Vivek Goyal · 7 years ago
- d1e6f6a ovl: add helper to force data copy-up by Vivek Goyal · 7 years ago
- 4f93b42 ovl: Copy up meta inode data from lowest data inode by Vivek Goyal · 7 years ago
- 0c28887 ovl: A new xattr OVL_XATTR_METACOPY for file on upper by Vivek Goyal · 7 years ago
- 2002df8 ovl: Add helper ovl_already_copied_up() by Vivek Goyal · 7 years ago
- 44d5bf1 ovl: Copy up only metadata during copy up where it makes sense by Vivek Goyal · 7 years ago
- bd64e57 ovl: During copy up, first copy up metadata and then data by Vivek Goyal · 7 years ago
- d6eac03 ovl: Move the copy up helpers to copy_up.c by Vivek Goyal · 7 years ago
- 670c232 ovl: obsolete "check_copy_up" module option by Miklos Szeredi · 6 years ago
- b148cba ovl: clean up copy-up error paths by Miklos Szeredi · 7 years ago
- 137ec52 ovl: create helper ovl_create_temp() by Amir Goldstein · 7 years ago
- 95a1c81 ovl: return dentry from ovl_create_real() by Miklos Szeredi · 7 years ago
- 471ec5d ovl: struct cattr cleanups by Amir Goldstein · 7 years ago
- 6cf0076 ovl: strip debug argument from ovl_do_ helpers by Amir Goldstein · 7 years ago
- 5b2cccd ovl: disambiguate ovl_encode_fh() by Amir Goldstein · 7 years ago
- aa3ff3c ovl: copy up of disconnected dentries by Amir Goldstein · 7 years ago
- 016b720 ovl: index directories on copy up for NFS export by Amir Goldstein · 7 years ago
- 24b33ee ovl: create ovl_need_index() helper by Amir Goldstein · 7 years ago
- 0512244 ovl: generalize ovl_verify_origin() and helpers by Amir Goldstein · 7 years ago
- 9678e63 ovl: fix inconsistent d_ino for legacy merge dir by Amir Goldstein · 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
- 5820dc0 ovl: fix missing unlock_rename() in ovl_do_copy_up() by Amir Goldstein · 7 years ago
- 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
- f4439de ovl: mark parent impure and restore timestamp on ovl_link_up() 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
- fd210b7 ovl: move copy up lock out by Miklos Szeredi · 8 years ago
- a6fb235 ovl: rearrange copy up by Miklos Szeredi · 8 years ago
- 55acc66 ovl: add flag for upper in ovl_entry by Miklos Szeredi · 8 years ago
- 23f0ab1 ovl: use struct copy_up_ctx as function argument by Miklos Szeredi · 8 years ago
- 7ab8b17 ovl: base tmpfile in workdir too by Miklos Szeredi · 8 years ago
- 02209d1 ovl: factor out ovl_copy_up_inode() helper by Amir Goldstein · 8 years ago
- 7d90b85 ovl: extract helper to get temp file in copy up by Miklos Szeredi · 8 years ago
- 15932c4 ovl: defer upper dir lock to tempfile link by Amir Goldstein · 8 years ago
- 54fb347 ovl: verify index dir matches upper dir by Amir Goldstein · 8 years ago
- 8b88a2e ovl: verify upper root dir matches lower root dir by Amir Goldstein · 8 years ago
- 02bcd15 ovl: introduce the inodes index dir feature by Amir Goldstein · 8 years ago
- 09d8b58 ovl: move __upperdentry to ovl_inode by Miklos Szeredi · 8 years ago
- 7f53b7d Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into overlayfs-next by Miklos Szeredi · 8 years ago
- fbaf94e ovl: don't set origin on broken lower hardlink by Miklos Szeredi · 8 years ago
- e85f82f ovl: copy-up: don't unlock between lookup and link by Miklos Szeredi · 8 years ago
- 01633fd overlayfs: use uuid_t instead of uuid_be by Christoph Hellwig · 8 years ago
- 8578709 fs: switch ->s_uuid to uuid_t by Christoph Hellwig · 8 years ago
- f3a1568 ovl: mark upper merge dir with type origin entries "impure" by Amir Goldstein · 8 years ago
- 3d27573 ovl: remove unused arg from ovl_lookup_temp() by Miklos Szeredi · 8 years ago
- 6266d46 ovl: don't fail copy-up if upper doesn't support xattr by Miklos Szeredi · 8 years ago
- 8137ae2 ovl: fix creds leak in copy up error path by Amir Goldstein · 8 years ago
- 3a1e819 ovl: store file handle of lower inode on copy up by Amir Goldstein · 8 years ago
- e58bc92 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
- 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
- 01ad3eb ovl: concurrent copy up of regular files by Amir Goldstein · 8 years ago
- d8514d8 ovl: copy up regular file using O_TMPFILE by Amir Goldstein · 8 years ago