remarkable-linux/fs/ext4
Eric Biggers 0d09307bc2 ext4: show test_dummy_encryption mount option in /proc/mounts
commit 338affb548 upstream.

When in effect, add "test_dummy_encryption" to _ext4_show_options() so
that it is shown in /proc/mounts and other relevant procfs files.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-09-29 03:06:06 -07:00
..
acl.c
acl.h
balloc.c ext4: check for allocation block validity with block group locked 2018-08-03 07:50:43 +02:00
bitmap.c
block_validity.c
dir.c ext4: avoid divide by zero fault when deleting corrupted inline directories 2018-09-29 03:06:06 -07:00
ext4.h ext4: avoid arithemetic overflow that can trigger a BUG 2018-09-29 03:06:06 -07:00
ext4_extents.h ext4: verify the depth of extent tree in ext4_find_extent() 2018-07-11 16:29:17 +02:00
ext4_jbd2.c
ext4_jbd2.h
extents.c ext4: verify the depth of extent tree in ext4_find_extent() 2018-07-11 16:29:17 +02:00
extents_status.c
extents_status.h
file.c
fsmap.c
fsmap.h
fsync.c
hash.c
ialloc.c ext4: fix check to prevent initializing reserved inodes 2018-08-03 07:50:43 +02:00
indirect.c ext4: fix hole length detection in ext4_ind_map_blocks() 2018-06-26 08:06:29 +08:00
inline.c ext4: avoid divide by zero fault when deleting corrupted inline directories 2018-09-29 03:06:06 -07:00
inode.c ext4: avoid arithemetic overflow that can trigger a BUG 2018-09-29 03:06:06 -07:00
ioctl.c ext4: pass -ESHUTDOWN code to jbd2 layer 2018-04-24 09:36:30 +02:00
Kconfig
Makefile
mballoc.c ext4: fix spectre gadget in ext4_mb_regular_allocator() 2018-08-24 13:08:55 +02:00
mballoc.h
migrate.c
mmp.c ext4: don't mark mmp buffer head dirty 2018-09-29 03:06:06 -07:00
move_extent.c
namei.c ext4: check to make sure the rename(2)'s destination is not freed 2018-09-29 03:06:06 -07:00
page-io.c
readpage.c
resize.c ext4: fix online resizing for bigalloc file systems with a 1k block size 2018-09-29 03:06:06 -07:00
super.c ext4: show test_dummy_encryption mount option in /proc/mounts 2018-09-29 03:06:06 -07:00
symlink.c
sysfs.c ext4: sysfs: print ext4_super_block fields as little-endian 2018-09-05 09:26:36 +02:00
truncate.h
xattr.c ext4: check for NUL characters in extended attribute's name 2018-09-05 09:26:36 +02:00
xattr.h ext4: add extra checks to ext4_xattr_block_get() 2018-04-24 09:36:31 +02:00
xattr_security.c
xattr_trusted.c
xattr_user.c