Age | Commit message (Expand) | Author | Files | Lines |
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 | -1/+1 |
2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
2023-01-19 | fs: port ->get_acl() to pass mnt_idmap | Christian Brauner | 1 | -4/+4 |
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 | -1/+1 |
2023-01-18 | fs: port vfs_*() helpers to struct mnt_idmap | Christian Brauner | 1 | -12/+13 |
2022-12-13 | Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -5/+6 |
2022-12-08 | ovl: use inode instead of dentry where possible | Miklos Szeredi | 1 | -3/+3 |
2022-12-08 | ovl: do not reconnect upper index records in ovl_indexdir_cleanup() | Amir Goldstein | 1 | -1/+2 |
2022-12-08 | ovl: Use "buf" flexible array for memcpy() destination | Kees Cook | 1 | -1/+1 |
2022-10-20 | ovl: use posix acl api | Christian Brauner | 1 | -0/+8 |
2022-10-20 | ovl: implement set acl method | Christian Brauner | 1 | -0/+17 |
2022-10-20 | ovl: implement get acl method | Christian Brauner | 1 | -2/+15 |
2022-10-11 | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+7 |
2022-10-07 | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -11/+11 |
2022-09-24 | ovl: use vfs_tmpfile_open() helper | Miklos Szeredi | 1 | -6/+8 |
2022-09-02 | overlayfs: constify path | Al Viro | 1 | -11/+11 |
2022-08-31 | xattr: constify value argument in vfs_setxattr() | Christian Brauner | 1 | -1/+1 |
2022-08-08 | Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -0/+6 |
2022-07-28 | ovl: improve ovl_get_acl() if POSIX ACL support is off | Yang Xu | 1 | -0/+6 |
2022-07-15 | acl: move idmapped mount fixup into vfs_{g,s}etxattr() | Christian Brauner | 1 | -1/+2 |
2022-06-26 | attr: port attribute changes to new types | Christian Brauner | 1 | -11/+1 |
2022-04-28 | ovl: use ovl_copy_{real,upper}attr() wrappers | Christian Brauner | 1 | -10/+1 |
2022-04-28 | ovl: store lower path in ovl_inode | Amir Goldstein | 1 | -0/+2 |
2022-04-28 | ovl: use ovl_path_getxattr() wrapper | Christian Brauner | 1 | -22/+55 |
2022-04-28 | ovl: use ovl_lookup_upper() wrapper | Christian Brauner | 1 | -0/+8 |
2022-04-28 | ovl: use ovl_do_notify_change() wrapper | Christian Brauner | 1 | -0/+29 |
2022-04-28 | ovl: pass layer mnt to ovl_open_realfile() | Amir Goldstein | 1 | -0/+1 |
2022-04-28 | ovl: pass ofs to setattr operations | Christian Brauner | 1 | -1/+1 |
2022-04-28 | ovl: handle idmappings in creation operations | Christian Brauner | 1 | -11/+11 |
2022-04-28 | ovl: pass ofs to creation operations | Christian Brauner | 1 | -21/+33 |
2022-04-28 | ovl: use wrappers to all vfs_*xattr() calls | Amir Goldstein | 1 | -10/+28 |
2021-11-04 | ovl: fix warning in ovl_create_real() | Miklos Szeredi | 1 | -0/+1 |
2021-08-18 | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 1 | -1/+1 |
2021-08-17 | ovl: add ovl_allow_offline_changes() helper | Vyacheslav Yurkov | 1 | -0/+12 |
2021-08-17 | ovl: consistent behavior for immutable/append-only inodes | Amir Goldstein | 1 | -2/+11 |
2021-08-17 | ovl: copy up sync/noatime fileattr flags | Amir Goldstein | 1 | -1/+14 |
2021-08-17 | ovl: pass ovl_fs to ovl_check_setxattr() | Amir Goldstein | 1 | -3/+3 |
2021-05-01 | Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+33 |
2021-04-12 | ovl: remove unneeded ioctls | Miklos Szeredi | 1 | -2/+0 |
2021-04-12 | ovl: stack fileattr ops | Miklos Szeredi | 1 | -0/+3 |
2021-04-12 | ovl: add debug print to ovl_do_getxattr() | Amir Goldstein | 1 | -1/+6 |
2021-04-12 | ovl: invalidate readdir cache on changes to dir with origin | Amir Goldstein | 1 | -3/+27 |
2021-02-24 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -17/+28 |
2021-01-28 | ovl: implement volatile-specific fsync error behaviour | Sargun Dhillon | 1 | -0/+1 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -4/+6 |
2021-01-24 | namei: prepare for idmapped mounts | Christian Brauner | 1 | -9/+11 |
2021-01-24 | namei: introduce struct renamedata | Christian Brauner | 1 | -1/+8 |
2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen | 1 | -3/+3 |