Go to file
Boris Burkov 1e0e9d5771 btrfs: add helper for recording simple quota deltas
Rather than re-computing shared/exclusive ownership based on backrefs
and walking roots for implicit backrefs, simple quotas does an increment
when creating an extent and a decrement when deleting it. Add the API
for the extent item code to use to track those events.

Signed-off-by: Boris Burkov <boris@bur.io>
Signed-off-by: David Sterba <dsterba@suse.com>
2023-10-12 16:44:11 +02:00
Documentation A set of updates for interrupt chip drivers: 2023-10-10 11:14:07 -07:00
LICENSES
arch A set of updates for interrupt chip drivers: 2023-10-10 11:14:07 -07:00
block
certs
crypto
drivers ata fixes for 6.6.0-rc6 2023-10-11 13:46:56 -07:00
fs btrfs: add helper for recording simple quota deltas 2023-10-12 16:44:11 +02:00
include btrfs: qgroup: add new quota mode for simple quotas 2023-10-12 16:44:10 +02:00
init
io_uring
ipc
kernel printk fixup for 6.6-rc6 2023-10-11 13:15:16 -07:00
lib
mm
net
rust
samples
scripts
security KEYS: trusted: Remove redundant static calls usage 2023-10-10 11:19:43 -07:00
sound
tools hyperv-fixes for v6.6-rc6 2023-10-10 11:01:21 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS A set of updates for interrupt chip drivers: 2023-10-10 11:14:07 -07: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.