Find a file
Matthew Wilcox (Oracle) 85d4d2ebc8 mm/writeback: Add filemap_dirty_folio()
Reimplement __set_page_dirty_nobuffers() as a wrapper around
filemap_dirty_folio().  Eventually folio_mark_dirty() will pass
the folio's mapping to the address space's ->dirty_folio()
operation, so add the parameter to filemap_dirty_folio() now.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Howells <dhowells@redhat.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
2021-10-18 07:49:39 -04:00
arch mm: Add flush_dcache_folio() 2021-10-18 07:49:36 -04:00
block SCSI fixes on 20210925 2021-09-25 16:05:56 -07:00
certs
crypto
Documentation mm: Add flush_dcache_folio() 2021-10-18 07:49:36 -04:00
drivers Fix two EDAC drivers using the wrong value type for the DIMM mode. 2021-09-26 12:18:10 -07:00
fs mm/filemap: Convert page wait queues to be folios 2021-09-27 09:27:30 -04:00
include mm/writeback: Add filemap_dirty_folio() 2021-10-18 07:49:39 -04:00
init Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2021-09-24 10:18:07 -07:00
ipc
kernel mm/memcg: Convert mem_cgroup_charge() to take a folio 2021-09-27 09:27:31 -04:00
lib flex_proportions: Allow N events instead of 1 2021-10-18 07:49:39 -04:00
LICENSES
mm mm/writeback: Add filemap_dirty_folio() 2021-10-18 07:49:39 -04:00
net
samples
scripts kasan: always respect CONFIG_KASAN_STACK 2021-09-24 16:13:35 -07:00
security
sound
tools A set of fixes for X86: 2021-09-26 10:09:20 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS SCSI fixes on 20210925 2021-09-25 16:05:56 -07:00
Makefile Linux 5.15-rc3 2021-09-26 14:08:19 -07: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.