No description
Find a file
Jeff Layton 383aa543c2 fs: convert __generic_file_fsync to use errseq_t based reporting
Many simple, block-based filesystems use generic_file_fsync as their
fsync operation. Some others (ext* and fat) also call this function
to handle syncing out data.

Switch this code over to use errseq_t based error reporting so that
all of these filesystems get reliable error reporting via fsync,
fdatasync and msync.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
2017-07-06 07:02:29 -04:00
arch arm64: dts: hikey: Fix WiFi support 2017-05-23 14:18:10 +02:00
block Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-linus 2017-05-26 09:11:19 -06:00
certs
crypto
Documentation Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors 2017-07-06 07:02:27 -04:00
drivers fs: new infrastructure for writeback error handling and reporting 2017-07-06 07:02:25 -04:00
firmware
fs fs: convert __generic_file_fsync to use errseq_t based reporting 2017-07-06 07:02:29 -04:00
include mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error 2017-07-06 07:02:26 -04:00
init
ipc
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-05-26 13:51:01 -07:00
lib lib: add errseq_t type and infrastructure for handling it 2017-07-06 07:02:24 -04:00
mm fs: new infrastructure for writeback error handling and reporting 2017-07-06 07:02:25 -04:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-05-26 13:51:01 -07:00
samples
scripts
security
sound sound fixes for 4.12-rc3 2017-05-26 09:03:09 -07:00
tools bpf: add various verifier test cases 2017-05-25 13:44:28 -04:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS lib: add errseq_t type and infrastructure for handling it 2017-07-06 07:02:24 -04:00
Makefile
README

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

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.