index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
pagemap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-9
/
+5
|
\
|
*
mm/filemap: make folio_put_wait_locked static
Ke Sun
2022-10-03
1
-1
/
+0
|
*
mm: convert lock_page_or_retry() to folio_lock_or_retry()
Matthew Wilcox (Oracle)
2022-10-03
1
-6
/
+3
|
*
filemap: remove find_get_pages_contig()
Vishal Moola (Oracle)
2022-09-11
1
-2
/
+0
|
*
filemap: add filemap_get_folios_contig()
Vishal Moola (Oracle)
2022-09-11
1
-0
/
+2
*
|
mm: add PSI accounting around ->read_folio and ->readahead calls
Christoph Hellwig
2022-09-20
1
-0
/
+2
|
/
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
1
-2
/
+0
|
\
|
*
mm: add folios_put()
Matthew Wilcox (Oracle)
2022-07-03
1
-2
/
+0
*
|
mm/migrate: Add filemap_migrate_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-0
/
+6
*
|
filemap: Remove find_get_pages_range() and associated functions
Matthew Wilcox (Oracle)
2022-06-29
1
-3
/
+0
*
|
filemap: Add filemap_get_folios()
Matthew Wilcox (Oracle)
2022-06-29
1
-0
/
+2
*
|
filemap: Remove add_to_page_cache() and add_to_page_cache_locked()
Matthew Wilcox (Oracle)
2022-06-29
1
-18
/
+0
*
|
mm: Remove __delete_from_page_cache()
Matthew Wilcox (Oracle)
2022-06-29
1
-4
/
+0
|
/
*
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-24
1
-15
/
+63
|
\
|
*
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
2022-05-09
1
-4
/
+0
|
*
fs: Change the type of filler_t
Matthew Wilcox (Oracle)
2022-05-09
1
-3
/
+3
|
*
mm/readahead: Convert page_cache_async_readahead to take a folio
Matthew Wilcox (Oracle)
2022-05-08
1
-3
/
+3
|
*
filemap: Update the folio_lock documentation
Matthew Wilcox (Oracle)
2022-05-08
1
-2
/
+57
|
*
filemap: Remove obsolete comment in lock_page
Miaohe Lin
2022-05-08
1
-3
/
+0
|
*
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
*
|
mm: Add fault_in_subpage_writeable() to probe at sub-page granularity
Catalin Marinas
2022-04-25
1
-0
/
+1
|
/
*
readahead: Remove read_cache_pages()
Matthew Wilcox (Oracle)
2022-04-01
1
-2
/
+0
*
mm: warn on deleting redirtied only if accounted
Hugh Dickins
2022-03-24
1
-2
/
+1
*
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-5
/
+24
|
\
|
*
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
2022-03-16
1
-1
/
+1
|
*
ext4: Convert invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-0
/
+18
|
*
fs: Turn do_invalidatepage() into folio_invalidate()
Matthew Wilcox (Oracle)
2022-03-15
1
-0
/
+1
|
*
fs: read_mapping_page() should take a struct file argument
Matthew Wilcox (Oracle)
2022-03-14
1
-4
/
+4
*
|
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-13
/
+133
|
\
\
|
*
|
mm: Make large folios depend on THP
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+6
|
*
|
mm: Fix READ_ONLY_THP warning
Matthew Wilcox (Oracle)
2022-03-21
1
-2
/
+2
|
*
|
mm: Add folio_pgoff()
Matthew Wilcox (Oracle)
2022-03-21
1
-0
/
+11
|
*
|
fs: Move many prototypes to pagemap.h
Matthew Wilcox (Oracle)
2022-03-21
1
-0
/
+114
|
*
|
mm: Remove page_cache_add_speculative() and page_cache_get_speculative()
Matthew Wilcox (Oracle)
2022-03-21
1
-10
/
+0
|
|
/
*
/
filemap: remove find_get_pages()
Miaohe Lin
2022-03-22
1
-7
/
+0
|
/
*
Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-01-12
1
-35
/
+24
|
\
|
*
mm: Use multi-index entries in the page cache
Matthew Wilcox (Oracle)
2022-01-08
1
-10
/
+0
|
*
mm: Convert find_lock_entries() to use a folio_batch
Matthew Wilcox (Oracle)
2022-01-08
1
-2
/
+2
|
*
filemap: Return only folios from find_get_entries()
Matthew Wilcox (Oracle)
2022-01-08
1
-2
/
+0
|
*
filemap: Add filemap_release_folio()
Matthew Wilcox (Oracle)
2022-01-04
1
-0
/
+2
|
*
filemap: Add read_cache_folio and read_mapping_folio
Matthew Wilcox (Oracle)
2022-01-04
1
-2
/
+10
|
*
readahead: Convert page_cache_async_ra() to take a folio
Matthew Wilcox (Oracle)
2022-01-04
1
-2
/
+2
|
*
filemap: Remove thp_contains()
Matthew Wilcox (Oracle)
2022-01-04
1
-9
/
+0
|
*
filemap: Add filemap_remove_folio and __filemap_remove_folio
Matthew Wilcox (Oracle)
2022-01-04
1
-2
/
+7
|
*
filemap: Add filemap_unaccount_folio()
Matthew Wilcox (Oracle)
2022-01-04
1
-5
/
+0
|
*
filemap: Add folio_put_wait_locked()
Matthew Wilcox (Oracle)
2022-01-04
1
-1
/
+1
*
|
Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-01-12
1
-0
/
+29
|
\
\
|
*
|
mm: move filemap_range_needs_writeback() into header
Jens Axboe
2021-12-03
1
-0
/
+29
|
|
/
*
/
mm: delete unsafe BUG from page_cache_add_speculative()
Hugh Dickins
2021-12-25
1
-1
/
+0
|
/
*
fs: Rename AS_THP_SUPPORT and mapping_thp_support
Matthew Wilcox (Oracle)
2021-11-17
1
-6
/
+6
[next]