1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 17:23:25 -05:00
No description
Find a file
Kent Overstreet d3c7727bb9 bcachefs: rebalance_work btree is not a snapshots btree
rebalance_work entries may refer to entries in the extents btree, which
is a snapshots btree, or they may also refer to entries in the reflink
btree, which is not.

Hence rebalance_work keys may use the snapshot field but it's not
required to be nonzero - add a new btree flag to reflect this.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-11-04 22:19:13 -04:00
arch Misc fixes and cleanups: 2023-10-30 13:20:02 -10:00
block
certs
crypto
Documentation
drivers
fs bcachefs: rebalance_work btree is not a snapshots btree 2023-11-04 22:19:13 -04:00
include closures: Fix race in closure_sync() 2023-10-30 21:48:22 -04:00
init
io_uring
ipc
kernel
lib closures: Fix race in closure_sync() 2023-10-30 21:48:22 -04:00
LICENSES
mm
net
rust
samples
scripts Misc fixes and cleanups: 2023-10-30 13:20:02 -10:00
security
sound
tools Misc fixes and cleanups: 2023-10-30 13:20:02 -10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.