The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Chao Yu 4a1728cad6 f2fs: mark inode dirty explicitly in recover_inode()
Mark inode dirty explicitly in the end of recover_inode() to make sure
that all recoverable fields can be persisted later.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2018-09-26 12:45:33 -07:00
Documentation f2fs: add new idle interval timing for discard and gc paths 2018-09-19 15:55:14 -07:00
LICENSES
arch nds32 patches for 4.19 2018-09-05 09:13:31 -07:00
block
certs
crypto
drivers GPIO fixes for the v4.19 cycle: 2018-09-05 09:27:45 -07:00
firmware
fs f2fs: mark inode dirty explicitly in recover_inode() 2018-09-26 12:45:33 -07:00
include f2fs: add SPDX license identifiers 2018-09-12 13:07:10 -07:00
init
ipc
kernel Merge branch 'akpm' (patches from Andrew) 2018-09-04 17:01:11 -07:00
lib lib/Kconfig.debug: fix three typos in help text 2018-09-04 16:45:02 -07:00
mm mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal 2018-09-04 16:45:02 -07:00
net
samples
scripts nds32 patches for 4.19 2018-09-05 09:13:31 -07:00
security uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name 2018-09-04 16:45:02 -07:00
sound
tools Merge branch 'akpm' (patches from Andrew) 2018-09-04 17:01:11 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.