bcachefs: bch2_subvolume_get()
Kent Overstreet authored

Factor out a little helper.
Signed-off-by: default avatarKent Overstreet <kent.overstreet@gmail.com>
97996ddf
Name Last commit Last update
Documentation Merge tag 'topic/drm-ci-2023-08-31-1' of git://anongit.freedesktop.org/drm/drm
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
block block: fix pin count management when merging same-page segments
certs certs: Reference revocation list for all keyrings
crypto Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers bcache: move closures to lib/
fs bcachefs: bch2_subvolume_get()
include lib/generic-radix-tree.c: Add peek_prev()
init sched: Add task_struct->faults_disabled_mapping
io_uring Revert "io_uring: fix IO hang in io_wq_put_and_exit from do_exit()"
ipc Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
kernel locking: export contention tracepoints for bcachefs six locks
lib lib/generic-radix-tree.c: Add peek_prev()
mm Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
net Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
rust Merge tag 'docs-6.6' of git://git.lwn.net/linux
samples Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfio
scripts Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
security Merge tag 'landlock-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
sound Merge tag 'sound-fix-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools objtool: Add bcachefs noreturns
usr initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMP
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.clang-format iommu: Add for_each_group_device()
.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.