Main-line Linux kernel tree http://www.kernel.org
Go to file
Hao Xu b5a2a3a0b7 fuse: write back dirty pages before direct write in direct_io_relax mode
In direct_io_relax mode, there can be shared mmaped files and thus dirty
pages in its page cache.  Therefore those dirty pages should be written
back to backend before direct io to avoid data loss.

Signed-off-by: Hao Xu <howeyxu@tencent.com>
Reviewed-by: Jiachen Zhang <zhangjiachen.jaycee@bytedance.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2023-08-16 12:39:24 +02:00
arch Kbuild fixes for v6.5 (2nd) 2023-08-13 08:56:24 -07:00
block
certs
crypto
Documentation Char/Misc driver fixes for 6.5-rc6 2023-08-12 09:03:15 -07:00
drivers platform-drivers-x86 for v6.5-4 2023-08-13 08:50:26 -07:00
fs fuse: write back dirty pages before direct write in direct_io_relax mode 2023-08-16 12:39:24 +02:00
include fuse: add a new fuse init flag to relax restrictions in no cache mode 2023-08-16 12:39:16 +02:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
rust
samples
scripts Kbuild fixes for v6.5 (2nd) 2023-08-13 08:56:24 -07:00
security
sound
tools Char/Misc driver fixes for 6.5-rc6 2023-08-12 09:03:15 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.5-rc6 2023-08-13 11:29:55 -07: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.

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.