Linux kernel source tree
Go to file
Miklos Szeredi dabb903910 fuse: increase readdir buffer size
Increase the buffer size to the count requested by userspace.  This
improves performance.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
2025-05-29 12:31:24 +02:00
Documentation docs: filesystems: add fuse-passthrough.rst 2025-05-12 10:02:08 +02:00
LICENSES
arch
block
certs
crypto
drivers
fs fuse: increase readdir buffer size 2025-05-29 12:31:24 +02:00
include readdir: supply dir_context.count as readdir buffer size hint 2025-05-29 12:31:23 +02:00
init
io_uring
ipc
kernel
lib
mm mm: skip folio reclaim in legacy memcg contexts for deadlockable mappings 2025-04-15 14:22:54 +02:00
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update filter of FUSE documentation 2025-05-12 10:01:50 +02: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 reStructuredText 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.