summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovl: update ctime when changing fileattrChengguang Xu2021-08-171-0/+3
* ovl: skip checking lower file's i_writecount on truncateChengguang Xu2021-08-171-6/+0
* ovl: relax lookup error on mismatch origin ftypeAmir Goldstein2021-08-171-1/+1
* ovl: do not set overlay.opaque for new directoriesVyacheslav Yurkov2021-08-171-1/+3
* ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov2021-08-172-3/+13
* ovl: disable decoding null uuid with redirect_dirVyacheslav Yurkov2021-08-171-1/+1
* ovl: consistent behavior for immutable/append-only inodesAmir Goldstein2021-08-174-7/+158
* ovl: copy up sync/noatime fileattr flagsAmir Goldstein2021-08-173-21/+89
* ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein2021-08-175-15/+16
* ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi2021-08-101-1/+1
* ovl: fix deadlock in splice writeMiklos Szeredi2021-08-101-1/+46
* ovl: skip stale entries in merge dir cache iterationAmir Goldstein2021-08-101-0/+5
* Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-308-67/+124
|\
| * ovl: add debug print to ovl_do_getxattr()Amir Goldstein2021-04-121-1/+6
| * ovl: invalidate readdir cache on changes to dir with originAmir Goldstein2021-04-123-37/+36
| * ovl: allow upperdir inside lowerdirMiklos Szeredi2021-04-121-5/+7
| * ovl: show "userxattr" in the mount dataGiuseppe Scrivano2021-04-121-0/+2
| * ovl: trivial typo fixes in the file inode.cBhaskar Chowdhury2021-04-121-3/+3
| * ovl: fix misspellings using codespell toolXiong Zhenwu2021-04-121-1/+1
| * ovl: do not copy attr several timesChengguang Xu2021-04-121-3/+0
| * ovl: remove ovl_map_dev_ino() return valueyoungjun2021-04-121-8/+4
| * ovl: fix error for ovl_fill_super()Chengguang Xu2021-04-121-0/+4
| * ovl: fix missing revert_creds() on error pathDan Carpenter2021-04-121-1/+2
| * ovl: fix leaked dentryMickaël Salaün2021-04-121-0/+1
| * 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
| * ovl: plumb through flush methodSargun Dhillon2021-04-121-0/+21
* | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-275-116/+82
|\ \
| * | ovl: remove unneeded ioctlsMiklos Szeredi2021-04-123-116/+0
| * | ovl: stack fileattr opsMiklos Szeredi2021-04-123-0/+82
| |/
* | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-2/+2
|\ \
| * | new helper: inode_wrong_type()Al Viro2021-03-081-2/+2
| |/
* / ovl: fix reference counting in ovl_mmap error pathChristian König2021-04-231-10/+1
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-237-66/+90
|\
| * overlayfs: do not mount on top of idmapped mountsChristian Brauner2021-01-241-0/+4
| * fs: make helpers idmap mount awareChristian Brauner2021-01-244-19/+24
| * namei: prepare for idmapped mountsChristian Brauner2021-01-242-11/+13
| * namei: introduce struct renamedataChristian Brauner2021-01-241-1/+8
| * xattr: handle idmapped mountsTycho Andersen2021-01-245-17/+20
| * acl: handle idmapped mountsChristian Brauner2021-01-241-0/+3
| * attr: handle idmapped mountsChristian Brauner2021-01-244-8/+8
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-244-5/+5
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-243-4/+4
| * capability: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* | ovl: implement volatile-specific fsync error behaviourSargun Dhillon2021-01-286-11/+63
* | ovl: skip getxattr of security labelsAmir Goldstein2021-01-281-7/+8