diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-12-14 11:13:54 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-12-14 11:13:54 -0800 |
commit | 81c64b0bd0900405b4e55f3d48a2fc7dd5e1676c (patch) | |
tree | a4cdfebf4e3e39bd80b1685c389ffea04baaf8dd /MAINTAINERS | |
parent | e31736d9fae841e8a1612f263136454af10f476a (diff) | |
parent | 35c6cb41686c4de03d738fd95617a0cf7441bbe1 (diff) |
Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Pull overlayfs fixes from Miklos Szeredi:
"Fix some bugs and documentation"
* tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs:
docs: filesystems: overlayfs: Fix restview warnings
docs: filesystems: overlayfs: Rename overlayfs.txt to .rst
ovl: relax WARN_ON() on rename to self
ovl: fix corner case of non-unique st_dev;st_ino
ovl: don't use a temp buf for encoding real fh
ovl: make sure that real fid is 32bit aligned in memory
ovl: fix lookup failure on multi lower squashfs
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b540ecc4e2a3..cc0a4a8ae06a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12394,7 +12394,7 @@ L: linux-unionfs@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git S: Supported F: fs/overlayfs/ -F: Documentation/filesystems/overlayfs.txt +F: Documentation/filesystems/overlayfs.rst P54 WIRELESS DRIVER M: Christian Lamparter <chunkeey@googlemail.com> |