summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* acl: handle idmapped mounts for idmapped filesystemsChristian Brauner2022-08-171-4/+7
* Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-08-085-8/+21
|\
| * ovl: fix spelling mistakesWilliam Dean2022-08-022-3/+3
| * ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()Jiachen Zhang2022-07-281-1/+1
| * ovl: improve ovl_get_acl() if POSIX ACL support is offYang Xu2022-07-282-1/+9
| * ovl: fix some kernel-doc commentsYang Li2022-07-271-1/+3
| * ovl: warn if trusted xattr creation failsMiklos Szeredi2022-07-271-2/+5
* | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-2/+1
|\ \
| * | fs: do not compare against ->llseekJason A. Donenfeld2022-07-161-2/+1
* | | Revert "ovl: turn of SB_POSIXACL with idmapped layers temporarily"Christian Brauner2022-07-151-24/+1
* | | ovl: handle idmappings in ovl_get_acl()Christian Brauner2022-07-151-8/+79
* | | acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner2022-07-151-1/+2
* | | Merge tag 'ovl-fixes-5.19-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Christian Brauner2022-07-151-1/+24
|\ \ \ | | |/ | |/|
| * | ovl: turn of SB_POSIXACL with idmapped layers temporarilyChristian Brauner2022-07-081-1/+24
| |/
* / attr: port attribute changes to new typesChristian Brauner2022-06-262-13/+3
|/
* Merge tag 'ovl-update-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-3011-324/+529
|\
| * ovl: support idmapped layersChristian Brauner2022-04-282-5/+1
| * ovl: handle idmappings in ovl_xattr_{g,s}et()Christian Brauner2022-04-281-4/+6
| * ovl: handle idmappings in layer open helpersChristian Brauner2022-04-282-4/+7
| * ovl: handle idmappings in ovl_permission()Christian Brauner2022-04-281-3/+6
| * ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner2022-04-285-29/+47
| * ovl: store lower path in ovl_inodeAmir Goldstein2022-04-285-8/+27
| * ovl: handle idmappings for layer lookupChristian Brauner2022-04-283-11/+18
| * ovl: handle idmappings for layer fileattrsChristian Brauner2022-04-281-1/+1
| * ovl: use ovl_path_getxattr() wrapperChristian Brauner2022-04-286-65/+111
| * ovl: use ovl_lookup_upper() wrapperChristian Brauner2022-04-286-28/+37
| * ovl: use ovl_do_notify_change() wrapperChristian Brauner2022-04-285-7/+37
| * ovl: pass layer mnt to ovl_open_realfile()Amir Goldstein2022-04-283-9/+28
| * ovl: pass ofs to setattr operationsChristian Brauner2022-04-283-10/+13
| * ovl: handle idmappings in creation operationsChristian Brauner2022-04-281-11/+11
| * ovl: add ovl_upper_mnt_userns() wrapperChristian Brauner2022-04-281-0/+5
| * ovl: pass ofs to creation operationsChristian Brauner2022-04-286-97/+121
| * ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein2022-04-288-54/+75
* | VFS: add FMODE_CAN_ODIRECT file flagNeilBrown2022-05-091-9/+4
|/
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* Merge tag 'ovl-fixes-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-02-011-3/+13
|\
| * ovl: don't fail copy up if no fileattr support on upperMiklos Szeredi2022-01-141-1/+11
| * ovl: fix NULL pointer dereference in copy up warningChristoph Fritz2022-01-141-2/+2
* | fs: add is_idmapped_mnt() helperChristian Brauner2021-12-031-1/+1
|/
* Merge tag 'ovl-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-096-14/+46
|\
| * ovl: fix filattr copy-up failureMiklos Szeredi2021-11-042-6/+22
| * ovl: fix warning in ovl_create_real()Miklos Szeredi2021-11-043-6/+10
| * ovl: fix use after free in struct ovl_aio_reqyangerkun2021-10-291-2/+14
* | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-2/+2
|/
* ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IOMiklos Szeredi2021-09-281-1/+14
* ovl: fix missing negative dentry check in ovl_rename()Zheng Liang2021-09-241-3/+7
* ovl: enable RCU'd ->get_acl()Miklos Szeredi2021-08-181-3/+4
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
* ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying2021-08-171-2/+4
* ovl: use kvalloc in xattr copy-upMiklos Szeredi2021-08-171-4/+5