summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-08-081-4/+9
|\
| * ovl: fix spelling mistakesWilliam Dean2022-08-021-1/+1
| * ovl: fix some kernel-doc commentsYang Li2022-07-271-1/+3
| * ovl: warn if trusted xattr creation failsMiklos Szeredi2022-07-271-2/+5
* | Revert "ovl: turn of SB_POSIXACL with idmapped layers temporarily"Christian Brauner2022-07-151-24/+1
|/
* ovl: turn of SB_POSIXACL with idmapped layers temporarilyChristian Brauner2022-07-081-1/+24
* ovl: support idmapped layersChristian Brauner2022-04-281-4/+0
* ovl: store lower path in ovl_inodeAmir Goldstein2022-04-281-2/+3
* ovl: use ovl_lookup_upper() wrapperChristian Brauner2022-04-281-3/+3
* ovl: use ovl_do_notify_change() wrapperChristian Brauner2022-04-281-1/+1
* ovl: pass ofs to creation operationsChristian Brauner2022-04-281-13/+15
* ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein2022-04-281-6/+6
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* fs: add is_idmapped_mnt() helperChristian Brauner2021-12-031-1/+1
* ovl: fix warning in ovl_create_real()Miklos Szeredi2021-11-041-4/+8
* ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov2021-08-171-3/+1
* ovl: disable decoding null uuid with redirect_dirVyacheslav Yurkov2021-08-171-1/+1
* ovl: allow upperdir inside lowerdirMiklos Szeredi2021-04-121-5/+7
* ovl: show "userxattr" in the mount dataGiuseppe Scrivano2021-04-121-0/+2
* ovl: do not copy attr several timesChengguang Xu2021-04-121-3/+0
* ovl: fix error for ovl_fill_super()Chengguang Xu2021-04-121-0/+4
* ovl: restrict lower null uuid for "xino=auto"Amir Goldstein2021-04-121-6/+35
* ovl: check that upperdir path is not on a read-only mountAmir Goldstein2021-04-121-2/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-6/+15
|\
| * overlayfs: do not mount on top of idmapped mountsChristian Brauner2021-01-241-0/+4
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+1
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-2/+4
| * acl: handle idmapped mountsChristian Brauner2021-01-241-0/+3
| * attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| * capability: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* | ovl: implement volatile-specific fsync error behaviourSargun Dhillon2021-01-281-7/+27
* | ovl: add warning on user_ns mismatchMiklos Szeredi2021-01-281-0/+4
|/
* ovl: unprivieged mountsMiklos Szeredi2020-12-141-0/+1
* ovl: user xattrMiklos Szeredi2020-12-141-8/+53
* ovl: expand warning in ovl_d_real()Miklos Szeredi2020-11-121-5/+8
* ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov2020-11-121-0/+20
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-8/+10
* ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi2020-09-021-1/+1
* ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrsMiklos Szeredi2020-09-021-1/+1
* ovl: provide a mount option "volatile"Vivek Goyal2020-09-021-3/+71
* ovl: check for incompatible features in work dirAmir Goldstein2020-09-021-7/+18
* ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein2020-07-161-13/+18
* ovl: force read-only sb on failure to create index dirAmir Goldstein2020-07-161-5/+6
* ovl: fix regression with re-formatted lower squashfsAmir Goldstein2020-07-161-0/+12
* ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onAmir Goldstein2020-07-161-9/+7
* ovl: inode reference leak in ovl_is_inuse true case.youngjun2020-07-161-1/+10
* ovl: remove unnecessary lock checkyoungjun2020-06-081-6/+1
* ovl: make private mounts longtermMiklos Szeredi2020-06-041-1/+6
* ovl: get rid of redundant members in struct ovl_fsMiklos Szeredi2020-06-041-52/+47