1
Go to file
Darrick J. Wong 8bfe9d1810 xfs: rename bulkstat functions
Rename the bulkstat functions to 'fsbulkstat' so that they match the
ioctl names.  We will be introducing a new set of bulkstat/inumbers
ioctls soon, and it will be important to keep the names straight.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Allison Collins <allison.henderson@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
2019-07-03 20:36:26 -07:00
arch s390 updates for 5.2-rc4 2019-06-08 13:12:54 -07:00
block
certs
crypto
Documentation xfs: add struct xfs_mount pointer to struct xfs_buf 2019-06-28 19:27:29 -07:00
drivers xen: fix for 5.2-rc4 2019-06-08 13:16:05 -07:00
fs xfs: rename bulkstat functions 2019-07-03 20:36:26 -07:00
include vfs: introduce file_modified() helper 2019-06-09 10:06:19 -07:00
init
ipc
kernel
lib
LICENSES
mm vfs: add missing checks to copy_file_range 2019-06-09 10:06:19 -07:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS xfs: claim maintainership of loose files 2019-06-28 19:25:35 -07:00
Makefile Linux 5.2-rc4 2019-06-08 20:24:46 -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.