MAINTAINERS: add Leah as xfs maintainer for 5.15.y
Leah Rumancik authored
Update MAINTAINERS for xfs in an effort to help direct bots/questions
about xfs in 5.15.y.

Note: 5.10.y and 5.4.y will have different updates to their
respective MAINTAINERS files for this effort.
Suggested-by: default avatarDarrick J. Wong <djwong@kernel.org>
Signed-off-by: default avatarLeah Rumancik <leah.rumancik@gmail.com>
Reviewed-by: default avatarDarrick J. Wong <djwong@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
010d7c42
Name Last commit Last update
Documentation docs: update mapping documentation
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes"
arch powerpc/memhotplug: Add add_pages override for PPC
block block: Fix handling of offline queues in blk_mq_alloc_request_hctx()
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist
crypto crypto: memneq - move into lib/
drivers net: tun: avoid disabling NAPI twice
fs io_uring: ensure that send/sendmsg and recv/recvmsg check sqe->ioprio
include linux/dim: Fix divide by 0 in RDMA DIM
init Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug
ipc ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()
kernel tick/nohz: unexport __init-annotated tick_nohz_full_setup()
lib crypto: memneq - move into lib/
mm init: Initialize noop_backing_dev_info early
net ipv6: fix lockdep splat in in6_dump_addrs()
samples samples/landlock: Format with clang-format
scripts modpost: fix section mismatch check for exported init/exit sections
security fs: support mapped mounts of mapped filesystems
sound ALSA: hda/realtek: Add quirk for Clevo NS50PU
tools selftests: mptcp: more stable diag tests
usr usr/include/Makefile: add linux/nfc.h to the compile-test coverage
virt KVM: avoid NULL pointer dereference in kvm_dirty_ring_push
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: ignore only top-level modules.builtin
.mailmap mailmap: add Andrej Shadura
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: Move Daniel Drake to credits
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS MAINTAINERS: add Leah as xfs maintainer for 5.15.y
Makefile Linux 5.15.52
README Drop all 00-INDEX files from Documentation/
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.