No description
Find a file
Jaegeuk Kim 23ad83c399 f2fs: avoid wrong decrypted data from disk
[ Upstream commit 0ded69f632bb717be9aeea3ae74e29050fcb060c ]

1. Create a file in an encrypted directory
2. Do GC & drop caches
3. Read stale data before its bio for metapage was not issued yet

Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-20 18:45:57 +01:00
arch ARM: dts: meson8b: fix the clock controller register size 2019-11-20 18:45:54 +01:00
block blkcg: make blkcg_print_stat() print stats only for online blkgs 2019-11-12 19:21:19 +01:00
certs
crypto crypto: skcipher - Unmap pages after an external error 2019-10-11 18:20:52 +02:00
Documentation kvm: x86: mmu: Recovery of shattered NX large pages 2019-11-12 19:21:46 +01:00
drivers qxl: fix null-pointer crash during suspend 2019-11-20 18:45:56 +01:00
firmware
fs f2fs: avoid wrong decrypted data from disk 2019-11-20 18:45:57 +01:00
include mtd: rawnand: fsl_ifc: fixup SRAM init for newer ctrl versions 2019-11-20 18:45:55 +01:00
init initramfs: don't free a non-existent initrd 2019-10-01 08:26:09 +02:00
ipc
kernel y2038: make do_gettimeofday() and get_seconds() inline 2019-11-20 18:45:24 +01:00
lib dump_stack: avoid the livelock of the dump_lock 2019-11-12 19:20:37 +01:00
LICENSES
mm mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup() 2019-11-20 18:45:20 +01:00
net cfg80211: validate wmm rule when setting 2019-11-20 18:45:57 +01:00
samples samples: bpf: fix: seg fault with NULL pointer arg 2019-11-06 13:05:30 +01:00
scripts scripts/setlocalversion: Improve -dirty check with git-status --no-optional-locks 2019-11-06 13:05:27 +01:00
security ima: fix freeing ongoing ahash_request 2019-10-11 18:21:11 +02:00
sound ASoC: rsnd: ssi: Fix issue in dma data address assignment 2019-11-20 18:45:50 +01:00
tools usbip: tools: Fix read_usb_vudc_device() error path handling 2019-11-12 19:21:09 +01:00
usr kbuild: clean compressed initramfs image 2019-10-07 18:57:16 +02:00
virt kvm: x86: mmu: Recovery of shattered NX large pages 2019-11-12 19:21:46 +01:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS USB: rio500: Remove Rio 500 kernel driver 2019-10-17 13:44:47 -07:00
Makefile Linux 4.19.84 2019-11-12 19:21:46 +01:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.