Linux kernel source tree
 
 
 
 
 
 
Go to file
Andrew Price 47b7ec1daa gfs2: Enable rgrplvb for sb_fs_format 1802
Turn on rgrplvb by default for sb_fs_format > 1801.

Mount options still have to override this so a new args field to
differentiate between 'off' and 'not specified' is added, and the new
default is applied only when it's not specified.

Signed-off-by: Andrew Price <anprice@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
2021-02-08 13:00:36 +01:00
Documentation Changes in gfs2: 2020-12-20 10:04:49 -08:00
LICENSES
arch epoll: fix compat syscall wire up of epoll_pwait2 2020-12-20 10:01:38 -08:00
block
certs
crypto
drivers xen: branch for v5.11-rc1b 2020-12-19 12:56:23 -08:00
fs gfs2: Enable rgrplvb for sb_fs_format 1802 2021-02-08 13:00:36 +01:00
include power supply and reset changes for the v5.11 series 2020-12-19 11:58:46 -08:00
init
ipc
kernel epoll: wire up syscall epoll_pwait2 2020-12-19 11:18:38 -08:00
lib RISC-V Patches for the 5.11 Merge Window, Part 1 2020-12-18 10:43:07 -08:00
mm Merge branch 'akpm' (patches from Andrew) 2020-12-19 11:39:50 -08:00
net
samples
scripts
security
sound
tools close-range-cloexec-unshare-v5.11 2020-12-19 13:03:12 -08:00
usr
virt mm, kvm: account kvm_vcpu_mmap to kmemcg 2020-12-19 11:18:37 -08:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Changes in gfs2: 2020-12-20 10:04:49 -08:00
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.

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.