No description
Find a file
Arnd Bergmann 314999dcbc fs: compat_ioctl: move FITRIM emulation into file systems
Remove the special case for FITRIM, and make file systems
handle that like all other ioctl commands with their own
handlers.

Cc: linux-ext4@vger.kernel.org
Cc: linux-f2fs-devel@lists.sourceforge.net
Cc: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Cc: linux-nilfs@vger.kernel.org
Cc: ocfs2-devel@oss.oracle.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2019-10-23 17:23:46 +02:00
arch compat_ioctl: remove translation for sound ioctls 2019-10-23 17:23:45 +02:00
block
certs
crypto
Documentation
drivers compat_ioctl: remove /dev/random commands 2019-10-23 17:23:45 +02:00
fs fs: compat_ioctl: move FITRIM emulation into file systems 2019-10-23 17:23:46 +02:00
include
init
ipc
kernel
lib
LICENSES
mm
net compat_ioctl: move hci_sock handlers into driver 2019-10-23 17:23:44 +02:00
samples
scripts
security
sound compat_ioctl: remove translation for sound ioctls 2019-10-23 17:23:45 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.