Find a file
Jens Axboe 2ec33a6c3c io_uring/rw: ensure kiocb_end_write() is always called
A previous commit moved the notifications and end-write handling, but
it is now missing a few spots where we also want to call both of those.
Without that, we can potentially be missing file notifications, and
more importantly, have an imbalance in the super_block writers sem
accounting.

Fixes: b000145e99 ("io_uring/rw: defer fsnotify calls to task context")
Reported-by: Dave Chinner <david@fromorbit.com>
Link: https://lore.kernel.org/all/20221010050319.GC2703033@dread.disaster.area/
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-10-12 16:30:56 -06:00
arch for-6.1/block-2022-10-03 2022-10-07 09:19:14 -07:00
block for-6.1/passthrough-2022-10-04 2022-10-07 09:35:50 -07:00
certs
crypto
Documentation
drivers drm fix for 6.1-rc1 2022-10-07 09:47:47 -07:00
fs for-6.1/block-2022-10-03 2022-10-07 09:19:14 -07:00
include io_uring: remove notif leftovers 2022-10-12 16:30:56 -06:00
init
io_uring io_uring/rw: ensure kiocb_end_write() is always called 2022-10-12 16:30:56 -06:00
ipc
kernel for-6.1/block-2022-10-03 2022-10-07 09:19:14 -07:00
lib for-6.1/block-2022-10-03 2022-10-07 09:19:14 -07:00
LICENSES
mm for-6.1/block-2022-10-03 2022-10-07 09:19:14 -07:00
net io_uring/af_unix: defer registered files gc to io_uring release 2022-10-12 16:30:34 -06:00
rust
samples
scripts
security
sound
tools for-6.1/io_uring-2022-10-03 2022-10-07 08:52:43 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS for-6.1/block-2022-10-03 2022-10-07 09:19:14 -07:00
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.