Go to file
Pavel Begunkov f89d84b35a btrfs: merge critical sections of discard lock in workfn
[ Upstream commit 8fc058597a283e9a37720abb0e8d68e342b9387d ]

btrfs_discard_workfn() drops discard_ctl->lock just to take it again in
a moment in btrfs_discard_schedule_work(). Avoid that and also reuse
ktime.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-01-19 18:27:24 +01:00
arch ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875 2021-01-19 18:27:23 +01:00
block block: fix use-after-free in disk_part_iter_next 2021-01-17 14:17:05 +01:00
certs
crypto crypto: asym_tpm: correct zero out potential secrets 2021-01-12 20:18:17 +01:00
Documentation dt-bindings: display: sii902x: Add supply bindings 2021-01-19 18:27:19 +01:00
drivers ath11k: qmi: try to allocate a big block of DMA memory first 2021-01-19 18:27:24 +01:00
fs btrfs: merge critical sections of discard lock in workfn 2021-01-19 18:27:24 +01:00
include dm integrity: fix flush with external metadata device 2021-01-19 18:27:22 +01:00
init exec: Transform exec_update_mutex into a rw_semaphore 2021-01-09 13:46:24 +01:00
ipc
kernel tracing/kprobes: Do the notrace functions check without kprobes on ftrace 2021-01-19 18:27:19 +01:00
lib lib/genalloc: fix the overflow when size is too big 2021-01-12 20:18:16 +01:00
LICENSES
mm mm/process_vm_access.c: include compat.h 2021-01-19 18:27:21 +01:00
net netfilter: ipset: fixes possible oops in mtype_resize 2021-01-19 18:27:23 +01:00
samples samples/bpf: Fix possible hang in xdpsock with multiple threads 2020-12-30 11:53:49 +01:00
scripts depmod: handle the case of /sbin/depmod without /sbin in PATH 2021-01-12 20:18:16 +01:00
security ima: Don't modify file descriptor mode on the fly 2020-12-30 11:54:17 +01:00
sound ASoC: dapm: remove widget from dirty list on free 2021-01-19 18:27:17 +01:00
tools tools/bootconfig: Add tracing_on support to helper scripts 2021-01-19 18:27:19 +01:00
usr
virt kvm: check tlbs_dirty directly 2021-01-12 20:18:22 +01:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.10.8 2021-01-17 14:17:06 +01:00
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.