| Age | Commit message (Expand) | Author | Files | Lines |
| 6 days | Merge tag 'vfs-6.19-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -69/+49 |
| 6 days | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
| 2025-11-19 | ovl: port ovl_fileattr_get() to cred guard | Christian Brauner | 1 | -4/+2 |
| 2025-11-19 | ovl: port ovl_fileattr_set() to cred guard | Christian Brauner | 1 | -13/+12 |
| 2025-11-19 | ovl: port ovl_fiemap() to cred guard | Christian Brauner | 1 | -7/+2 |
| 2025-11-19 | ovl: port ovl_set_or_remove_acl() to cred guard | Christian Brauner | 1 | -11/+8 |
| 2025-11-19 | ovl: port do_ovl_get_acl() to cred guard | Christian Brauner | 1 | -5/+2 |
| 2025-11-19 | ovl: port ovl_get_link() to cred guard | Christian Brauner | 1 | -7/+2 |
| 2025-11-19 | ovl: port ovl_permission() to cred guard | Christian Brauner | 1 | -5/+2 |
| 2025-11-19 | ovl: port ovl_getattr() to cred guard | Christian Brauner | 1 | -13/+17 |
| 2025-11-19 | ovl: port ovl_setattr() to cred guard | Christian Brauner | 1 | -4/+2 |
| 2025-10-20 | overlayfs: use the new ->i_state accessors | Mateusz Guzik | 1 | -3/+3 |
| 2025-10-10 | Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP" | Andrey Albershteyn | 1 | -1/+4 |
| 2025-09-23 | ovl: Add S_CASEFOLD as part of the inode flag to be copied | André Almeida | 1 | -0/+1 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 1 | -6/+6 |
| 2025-07-02 | fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP | Andrey Albershteyn | 1 | -4/+1 |
| 2024-11-22 | Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -11/+16 |
| 2024-11-13 | fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag | Stefan Berger | 1 | -5/+5 |
| 2024-11-11 | ovl: use wrapper ovl_revert_creds() | Vinicius Costa Gomes | 1 | -10/+10 |
| 2024-11-11 | ovl: properly handle large files in ovl_security_fileattr | Oleksandr Tymoshenko | 1 | -1/+6 |
| 2024-05-10 | ovl: remove duplicate included header | Thorsten Blum | 1 | -1/+0 |
| 2023-11-18 | fs: Pass AT_GETATTR_NOSEC flag to getattr interface function | Stefan Berger | 1 | -5/+5 |
| 2023-10-31 | ovl: Move xattr support to new xattrs.c file | Amir Goldstein | 1 | -122/+0 |
| 2023-10-31 | ovl: reorder ovl_want_write() after ovl_inode_lock() | Amir Goldstein | 1 | -30/+27 |
| 2023-10-18 | overlayfs: convert to new timestamp accessors | Jeff Layton | 1 | -1/+2 |
| 2023-08-30 | Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o... | Linus Torvalds | 1 | -4/+4 |
| 2023-08-12 | ovl: make consistent use of OVL_FS() | Andrea Righi | 1 | -3/+3 |
| 2023-08-12 | ovl: support encoding non-decodable file handles | Amir Goldstein | 1 | -1/+1 |
| 2023-08-11 | fs: drop the timespec64 argument from update_time | Jeff Layton | 1 | -1/+1 |
| 2023-06-19 | ovl: pass ovl_fs to xino helpers | Amir Goldstein | 1 | -8/+10 |
| 2023-06-19 | ovl: prepare for lazy lookup of lowerdata inode | Amir Goldstein | 1 | -4/+14 |
| 2023-06-19 | ovl: prepare to store lowerdata redirect for lazy lowerdata lookup | Amir Goldstein | 1 | -0/+2 |
| 2023-06-19 | ovl: deduplicate lowerdata and lowerstack[] | Amir Goldstein | 1 | -2/+0 |
| 2023-06-19 | ovl: deduplicate lowerpath and lowerstack[] | Amir Goldstein | 1 | -6/+2 |
| 2023-06-19 | ovl: move ovl_entry into ovl_inode | Amir Goldstein | 1 | -4/+4 |
| 2023-06-19 | ovl: fix null pointer dereference in ovl_get_acl_rcu() | Zhihao Cheng | 1 | -6/+6 |
| 2023-06-19 | ovl: fix null pointer dereference in ovl_permission() | Zhihao Cheng | 1 | -3/+2 |
| 2023-01-19 | fs: port vfs{g,u}id helpers to mnt_idmap | Christian Brauner | 1 | -6/+4 |
| 2023-01-19 | fs: port privilege checking helpers to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port inode_owner_or_capable() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -5/+5 |
| 2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->get_acl() to pass mnt_idmap | Christian Brauner | 1 | -4/+6 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
| 2022-11-03 | ovl: call posix_acl_release() after error checking | Christian Brauner | 1 | -1/+1 |
| 2022-10-20 | ovl: use posix acl api | Christian Brauner | 1 | -2/+2 |
| 2022-10-20 | ovl: implement set acl method | Christian Brauner | 1 | -0/+94 |
| 2022-10-20 | ovl: implement get acl method | Christian Brauner | 1 | -31/+78 |
| 2022-10-20 | fs: rename current get acl method | Christian Brauner | 1 | -3/+3 |
| 2022-10-06 | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -3/+3 |
| 2022-09-01 | overlayfs: constify path | Al Viro | 1 | -3/+3 |
| 2022-08-17 | acl: handle idmapped mounts for idmapped filesystems | Christian Brauner | 1 | -4/+7 |
| 2022-08-08 | Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+3 |
| 2022-07-28 | ovl: improve ovl_get_acl() if POSIX ACL support is off | Yang Xu | 1 | -1/+3 |
| 2022-07-15 | ovl: handle idmappings in ovl_get_acl() | Christian Brauner | 1 | -8/+79 |
| 2022-04-28 | ovl: handle idmappings in ovl_xattr_{g,s}et() | Christian Brauner | 1 | -4/+6 |
| 2022-04-28 | ovl: handle idmappings in ovl_permission() | Christian Brauner | 1 | -3/+6 |
| 2022-04-28 | ovl: use ovl_copy_{real,upper}attr() wrappers | Christian Brauner | 1 | -4/+4 |
| 2022-04-28 | ovl: store lower path in ovl_inode | Amir Goldstein | 1 | -4/+7 |
| 2022-04-28 | ovl: handle idmappings for layer fileattrs | Christian Brauner | 1 | -1/+1 |
| 2022-04-28 | ovl: use ovl_path_getxattr() wrapper | Christian Brauner | 1 | -3/+7 |
| 2022-04-28 | ovl: use ovl_do_notify_change() wrapper | Christian Brauner | 1 | -1/+2 |
| 2022-04-28 | ovl: use wrappers to all vfs_*xattr() calls | Amir Goldstein | 1 | -8/+9 |
| 2021-11-04 | ovl: fix filattr copy-up failure | Miklos Szeredi | 1 | -1/+4 |
| 2021-08-18 | ovl: enable RCU'd ->get_acl() | Miklos Szeredi | 1 | -3/+4 |
| 2021-08-18 | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 1 | -1/+4 |
| 2021-08-17 | ovl: update ctime when changing fileattr | Chengguang Xu | 1 | -0/+3 |
| 2021-08-17 | ovl: skip checking lower file's i_writecount on truncate | Chengguang Xu | 1 | -6/+0 |
| 2021-08-17 | ovl: consistent behavior for immutable/append-only inodes | Amir Goldstein | 1 | -3/+47 |
| 2021-08-17 | ovl: copy up sync/noatime fileattr flags | Amir Goldstein | 1 | -13/+31 |
| 2021-04-30 | Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -11/+7 |
| 2021-04-12 | ovl: stack fileattr ops | Miklos Szeredi | 1 | -0/+77 |
| 2021-04-12 | ovl: trivial typo fixes in the file inode.c | Bhaskar Chowdhury | 1 | -3/+3 |
| 2021-04-12 | ovl: remove ovl_map_dev_ino() return value | youngjun | 1 | -8/+4 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -12/+15 |
| 2021-01-28 | ovl: perform vfs_getxattr() with mounter creds | Miklos Szeredi | 1 | -0/+2 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -4/+6 |
| 2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen | 1 | -4/+5 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -2/+2 |
| 2020-12-14 | ovl: user xattr | Miklos Szeredi | 1 | -3/+9 |
| 2020-11-12 | ovl: fix incorrect extent info in metacopy case | Chengguang Xu | 1 | -1/+1 |
| 2020-09-02 | ovl: rearrange ovl_can_list() | Miklos Szeredi | 1 | -3/+6 |
| 2020-09-02 | ovl: pass ovl_fs down to functions accessing private xattrs | Miklos Szeredi | 1 | -10/+12 |
| 2020-09-02 | ovl: drop flags argument from ovl_do_setxattr() | Miklos Szeredi | 1 | -1/+1 |
| 2020-09-02 | ovl: use ovl_do_getxattr() for private xattr | Miklos Szeredi | 1 | -1/+2 |
| 2020-06-09 | Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -13/+4 |
| 2020-06-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -4/+1 |
| 2020-06-04 | ovl: make oip->index bool | Miklos Szeredi | 1 | -1/+1 |
| 2020-06-04 | ovl: add accessor for ofs->upper_mnt | Miklos Szeredi | 1 | -2/+2 |
| 2020-06-03 | fs: handle FIEMAP_FLAG_SYNC in fiemap_prep | Christoph Hellwig | 1 | -4/+0 |
| 2020-06-03 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig | 1 | -0/+1 |
| 2020-06-02 | ovl: initialize OVL_UPPERDATA in ovl_lookup() | Vivek Goyal | 1 | -10/+1 |
| 2020-04-30 | ovl: clear ATTR_OPEN from attr->ia_valid | Vivek Goyal | 1 | -3/+14 |
| 2020-04-30 | ovl: clear ATTR_FILE from attr->ia_valid | Vivek Goyal | 1 | -0/+7 |
| 2020-03-27 | ovl: enable xino automatically in more cases | Amir Goldstein | 1 | -4/+4 |
| 2020-03-27 | ovl: avoid possible inode number collisions with xino=on | Amir Goldstein | 1 | -10/+29 |
| 2020-03-27 | ovl: use a private non-persistent ino pool | Amir Goldstein | 1 | -3/+12 |
| 2020-03-17 | ovl: fix a typo in comment | Chengguang Xu | 1 | -1/+1 |
| 2020-03-17 | ovl: simplify i_ino initialization | Amir Goldstein | 1 | -9/+26 |
| 2020-03-17 | ovl: fix out of date comment and unreachable code | Amir Goldstein | 1 | -3/+5 |
| 2020-03-17 | ovl: fix value of i_ino for lower hardlink corner case | Amir Goldstein | 1 | -1/+3 |
| 2020-01-24 | ovl: fix corner case of non-constant st_dev;st_ino | Amir Goldstein | 1 | -12/+4 |
| 2020-01-24 | ovl: generalize the lower_fs[] array | Amir Goldstein | 1 | -12/+9 |
| 2020-01-24 | ovl: simplify ovl_same_sb() helper | Amir Goldstein | 1 | -4/+4 |
| 2020-01-22 | ovl: use ovl_inode_lock in ovl_llseek() | Amir Goldstein | 1 | -0/+21 |
| 2020-01-22 | ovl: use pr_fmt auto generate prefix | lijiazi | 1 | -3/+3 |
| 2019-12-10 | ovl: fix corner case of non-unique st_dev;st_ino | Amir Goldstein | 1 | -1/+7 |
| 2019-09-11 | ovl: filter of trusted xattr results in audit | Mark Salyzyn | 1 | -1/+2 |
| 2019-06-21 | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -4/+1 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-06-19 | ovl: make i_ino consistent with st_ino in more cases | Amir Goldstein | 1 | -6/+6 |
| 2019-05-29 | ovl: detect overlapping layers | Amir Goldstein | 1 | -0/+48 |
| 2019-05-08 | ovl: relax WARN_ON() for overlapping layers use case | Amir Goldstein | 1 | -1/+2 |
| 2018-12-04 | Revert "ovl: relax permission checking on underlying layers" | Miklos Szeredi | 1 | -13/+4 |
| 2018-10-26 | ovl: relax permission checking on underlying layers | Miklos Szeredi | 1 | -4/+13 |
| 2018-09-25 | ovl: make symbol 'ovl_aops' static | Wei Yongjun | 1 | -1/+1 |
| 2018-08-30 | ovl: fix GPF in swapfile_activate of file from overlayfs over xfs | Amir Goldstein | 1 | -0/+6 |
| 2018-08-30 | ovl: respect FIEMAP_FLAG_SYNC flag | Amir Goldstein | 1 | -0/+4 |
| 2018-07-20 | ovl: Do not do metadata only copy-up for truncate operation | Vivek Goyal | 1 | -1/+8 |
| 2018-07-20 | ovl: Add an inode flag OVL_CONST_INO | Vivek Goyal | 1 | -0/+3 |
| 2018-07-20 | ovl: Store lower data inode in ovl_inode | Vivek Goyal | 1 | -1/+1 |
| 2018-07-20 | ovl: Fix ovl_getattr() to get number of blocks from lower | Vivek Goyal | 1 | -1/+34 |
| 2018-07-20 | ovl: Modify ovl_lookup() and friends to lookup metacopy dentry | Vivek Goyal | 1 | -1/+10 |
| 2018-07-20 | ovl: Use out_err instead of out_nomem | Vivek Goyal | 1 | -7/+10 |
| 2018-07-20 | ovl: Move the copy up helpers to copy_up.c | Vivek Goyal | 1 | -32/+0 |
| 2018-07-20 | ovl: Initialize ovl_inode->redirect in ovl_get_inode() | Vivek Goyal | 1 | -0/+3 |
| 2018-07-18 | ovl: add ovl_fiemap() | Miklos Szeredi | 1 | -1/+28 |
| 2018-07-18 | ovl: stack file ops | Miklos Szeredi | 1 | -0/+1 |
| 2018-07-18 | ovl: copy up file size as well | Miklos Szeredi | 1 | -9/+0 |
| 2018-07-18 | Revert "Revert "ovl: get_write_access() in truncate"" | Miklos Szeredi | 1 | -0/+21 |
| 2018-07-18 | ovl: copy up times | Miklos Szeredi | 1 | -0/+3 |
| 2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -1/+1 |
| 2018-05-31 | ovl: use inode_insert5() to hash a newly created inode | Amir Goldstein | 1 | -2/+10 |
| 2018-05-31 | ovl: Pass argument to ovl_get_inode() in a structure | Vivek Goyal | 1 | -9/+11 |
| 2018-04-12 | ovl: consistent i_ino for non-samefs with xino | Amir Goldstein | 1 | -9/+18 |
| 2018-04-12 | ovl: constant st_ino for non-samefs with xino | Amir Goldstein | 1 | -2/+29 |
| 2018-04-12 | ovl: allocate anon bdev per unique lower fs | Amir Goldstein | 1 | -4/+5 |
| 2018-04-12 | ovl: factor out ovl_map_dev_ino() helper | Amir Goldstein | 1 | -39/+49 |
| 2018-04-12 | ovl: cleanup ovl_update_time() | Miklos Szeredi | 1 | -17/+11 |
| 2018-04-12 | ovl: cleanup setting OVL_INDEX | Vivek Goyal | 1 | -0/+3 |
| 2018-04-12 | ovl: set lower layer st_dev only if setting lower st_ino | Amir Goldstein | 1 | -5/+2 |
| 2018-04-12 | ovl: set i_ino to the value of st_ino for NFS export | Amir Goldstein | 1 | -4/+17 |
| 2018-02-16 | ovl: hash non-dir by lower inode for fsnotify | Amir Goldstein | 1 | -18/+40 |
| 2018-01-24 | ovl: lookup connected ancestor of dir in inode cache | Amir Goldstein | 1 | -6/+15 |
| 2018-01-24 | ovl: hash non-indexed dir by upper inode for NFS export | Amir Goldstein | 1 | -1/+3 |
| 2018-01-24 | ovl: decode lower file handles of unlinked but open files | Amir Goldstein | 1 | -0/+16 |
| 2018-01-24 | ovl: copy up of disconnected dentries | Amir Goldstein | 1 | -1/+3 |
| 2018-01-24 | ovl: do not pass overlay dentry to ovl_get_inode() | Amir Goldstein | 1 | -9/+7 |
| 2018-01-24 | ovl: unbless lower st_ino of unverified origin | Amir Goldstein | 1 | -4/+12 |
| 2018-01-19 | ovl: hash directory inodes for fsnotify | Amir Goldstein | 1 | -11/+28 |
| 2017-11-09 | ovl: relax same fs constraint for constant st_ino | Amir Goldstein | 1 | -20/+29 |
| 2017-11-09 | ovl: return anonymous st_dev for lower inodes | Chandan Rajendra | 1 | -0/+15 |
| 2017-11-09 | ovl: move include of ovl_entry.h into overlayfs.h | Amir Goldstein | 1 | -1/+0 |
| 2017-11-09 | ovl: no direct iteration for dir with origin xattr | Amir Goldstein | 1 | -0/+10 |
| 2017-11-09 | ovl: lockdep annotate of nested OVL_I(inode)->lock | Amir Goldstein | 1 | -0/+4 |
| 2017-10-24 | ovl: fix EIO from lookup of non-indexed upper | Amir Goldstein | 1 | -4/+16 |
| 2017-09-12 | ovl: fix false positive ESTALE on lookup | Amir Goldstein | 1 | -4/+7 |
| 2017-07-27 | ovl: check snprintf return | Miklos Szeredi | 1 | -0/+3 |
| 2017-07-20 | ovl: fix xattr get and set with selinux | Miklos Szeredi | 1 | -15/+17 |
| 2017-07-04 | ovl: cleanup orphan index entries | Amir Goldstein | 1 | -3/+3 |
| 2017-07-04 | ovl: persistent overlay inode nlink for indexed inodes | Amir Goldstein | 1 | -1/+111 |
| 2017-07-04 | ovl: implement index dir copy up | Amir Goldstein | 1 | -8/+5 |
| 2017-07-04 | ovl: hash overlay non-dir inodes by copy up origin | Miklos Szeredi | 1 | -5/+41 |
| 2017-07-04 | ovl: lookup index entry for copy up origin | Amir Goldstein | 1 | -2/+6 |
| 2017-07-04 | ovl: move impure to ovl_inode | Miklos Szeredi | 1 | -0/+4 |
| 2017-07-04 | ovl: move __upperdentry to ovl_inode | Miklos Szeredi | 1 | -9/+17 |
| 2017-07-04 | ovl: use i_private only as a key | Miklos Szeredi | 1 | -2/+2 |
| 2017-07-04 | ovl: simplify getting inode | Miklos Szeredi | 1 | -8/+18 |
| 2017-05-29 | ovl: filter trusted xattr for non-admin | Miklos Szeredi | 1 | -1/+11 |
| 2017-05-05 | ovl: merge getattr for dir and nondir | Miklos Szeredi | 1 | -4/+27 |
| 2017-05-05 | ovl: constant st_ino/st_dev across copy up | Amir Goldstein | 1 | -1/+38 |
| 2017-03-08 | ovl: lockdep annotate of nested stacked overlayfs inode lock | Amir Goldstein | 1 | -0/+37 |
| 2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+4 |
| 2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 1 | -3/+4 |
| 2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
| 2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -1/+0 |
| 2016-12-16 | ovl: fold ovl_copy_up_truncate() into ovl_copy_up() | Amir Goldstein | 1 | -32/+1 |
| 2016-12-16 | ovl: treat special files like a regular fs | Miklos Szeredi | 1 | -14/+10 |
| 2016-12-16 | Revert "ovl: get_write_access() in truncate" | Miklos Szeredi | 1 | -21/+0 |
| 2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -1/+0 |
| 2016-10-31 | ovl: fix get_acl() on tmpfs | Miklos Szeredi | 1 | -3/+0 |
| 2016-10-14 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -34/+10 |
| 2016-10-14 | ovl: use vfs_get_link() | Miklos Szeredi | 1 | -9/+1 |
| 2016-10-14 | ovl: use generic_readlink | Miklos Szeredi | 1 | -20/+1 |
| 2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -6/+0 |
| 2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 1 | -1/+1 |
| 2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 1 | -6/+0 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
| 2016-09-19 | ovl: during copy up, switch to mounter's creds early | Vivek Goyal | 1 | -5/+8 |
| 2016-09-01 | ovl: listxattr: use strnlen() | Miklos Szeredi | 1 | -7/+10 |
| 2016-09-01 | ovl: Switch to generic_getxattr | Andreas Gruenbacher | 1 | -7/+4 |
| 2016-09-01 | ovl: Switch to generic_removexattr | Andreas Gruenbacher | 1 | -44/+21 |
| 2016-09-01 | ovl: Fix OVL_XATTR_PREFIX | Andreas Gruenbacher | 1 | -3/+2 |
| 2016-09-01 | ovl: don't cache acl on overlay layer | Miklos Szeredi | 1 | -0/+3 |
| 2016-09-01 | ovl: use cached acl on underlying layer | Miklos Szeredi | 1 | -2/+3 |
| 2016-08-08 | ovl: don't copy up opaqueness | Miklos Szeredi | 1 | -1/+1 |