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.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
/
mm
/
filemap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
filemap: Handle error return from __filemap_get_folio()
Matthew Wilcox
2023-05-06
1
-1
/
+1
*
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
2023-04-05
1
-6
/
+8
*
mm: remove FGP_ENTRY
Christoph Hellwig
2023-04-05
1
-6
/
+1
*
mm: make mapping_get_entry available outside of filemap.c
Christoph Hellwig
2023-04-05
1
-3
/
+3
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
1
-58
/
+80
|
\
|
*
filemap: add mapping_read_folio_gfp()
Matthew Wilcox (Oracle)
2023-02-09
1
-0
/
+24
|
*
mm/mmap: remove __vma_adjust()
Liam R. Howlett
2023-02-09
1
-1
/
+1
|
*
filemap: convert filemap_range_has_page() to use a folio
Matthew Wilcox (Oracle)
2023-02-02
1
-5
/
+5
|
*
filemap: convert filemap_map_pmd() to take a folio
Matthew Wilcox (Oracle)
2023-02-02
1
-8
/
+10
|
*
filemap: remove find_get_pages_range_tag()
Vishal Moola (Oracle)
2023-02-02
1
-60
/
+0
|
*
filemap: convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
2023-02-02
1
-11
/
+13
|
*
filemap: add filemap_get_folios_tag()
Vishal Moola (Oracle)
2023-02-02
1
-0
/
+54
*
|
splice: Export filemap/direct_splice_read()
David Howells
2023-02-20
1
-0
/
+1
*
|
splice: Add a func to do a splice from a buffered file without ITER_PIPE
David Howells
2023-02-20
1
-0
/
+129
*
|
mm: Pass info, not iter, into filemap_get_pages()
David Howells
2023-02-20
1
-13
/
+14
*
|
mm/filemap: fix page end in filemap_get_read_batch
Qian Yingjin
2023-02-16
1
-2
/
+3
|
/
*
filemap: convert replace_page_cache_page() to replace_page_cache_folio()
Vishal Moola (Oracle)
2022-12-11
1
-27
/
+25
*
filemap: skip write and wait if end offset precedes start
Brian Foster
2022-12-11
1
-3
/
+6
*
filemap: find_get_entries() now updates start offset
Vishal Moola (Oracle)
2022-11-08
1
-2
/
+11
*
filemap: find_lock_entries() now updates start offset
Vishal Moola (Oracle)
2022-11-08
1
-3
/
+12
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-58
/
+66
|
\
|
*
mm: fs: initialize fsdata passed to write_begin/write_end interface
Alexander Potapenko
2022-10-03
1
-1
/
+1
|
*
mm/filemap: make folio_put_wait_locked static
Ke Sun
2022-10-03
1
-1
/
+1
|
*
filemap: convert filemap_range_has_writeback() to use folios
Vishal Moola (Oracle)
2022-10-03
1
-6
/
+7
|
*
delayacct: support re-entrance detection of thrashing accounting
Yang Yang
2022-09-26
1
-4
/
+6
|
*
filemap: make the accounting of thrashing more consistent
Yang Yang
2022-09-26
1
-14
/
+4
|
*
filemap: remove find_get_pages_contig()
Vishal Moola (Oracle)
2022-09-11
1
-60
/
+0
|
*
filemap: add filemap_get_folios_contig()
Vishal Moola (Oracle)
2022-09-11
1
-0
/
+73
|
*
mm/filemap.c: convert page_endio() to use a folio
Shaoqin Huang
2022-09-11
1
-7
/
+9
*
|
mm: add PSI accounting around ->read_folio and ->readahead calls
Christoph Hellwig
2022-09-20
1
-0
/
+7
|
/
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
1
-12
/
+6
|
\
|
*
filemap: minor cleanup for filemap_write_and_wait_range
Miaohe Lin
2022-07-29
1
-12
/
+6
*
|
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-08-03
1
-89
/
+50
|
\
\
|
*
|
filemap: Use filemap_read_folio() in do_read_cache_folio()
Matthew Wilcox (Oracle)
2022-06-29
1
-20
/
+9
|
*
|
filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()
Matthew Wilcox (Oracle)
2022-06-29
1
-1
/
+3
|
*
|
filemap: Move 'filler' case to the end of do_read_cache_folio()
Matthew Wilcox (Oracle)
2022-06-29
1
-15
/
+13
|
*
|
filemap: Remove find_get_pages_range() and associated functions
Matthew Wilcox (Oracle)
2022-06-29
1
-67
/
+0
|
*
|
filemap: Add filemap_get_folios()
Matthew Wilcox (Oracle)
2022-06-29
1
-0
/
+59
|
*
|
filemap: Remove add_to_page_cache() and add_to_page_cache_locked()
Matthew Wilcox (Oracle)
2022-06-29
1
-20
/
+0
|
|
/
*
/
mm: honor FGP_NOWAIT for page cache page allocation
Jens Axboe
2022-07-24
1
-0
/
+4
|
/
*
filemap: Handle sibling entries in filemap_get_read_batch()
Matthew Wilcox (Oracle)
2022-06-20
1
-0
/
+2
*
filemap: Correct the conditions for marking a folio as accessed
Matthew Wilcox (Oracle)
2022-06-20
1
-3
/
+10
*
filemap: Cache the value of vm_flags
Matthew Wilcox (Oracle)
2022-06-09
1
-4
/
+5
*
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-26
1
-0
/
+5
|
\
|
*
mm: teach core mm about pte markers
Peter Xu
2022-05-13
1
-0
/
+5
*
|
fs: Remove aops->freepage
Matthew Wilcox (Oracle)
2022-05-09
1
-7
/
+0
*
|
fs: Add free_folio address space operation
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+8
*
|
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
*
|
fs: Remove last vestiges of releasepage
Matthew Wilcox (Oracle)
2022-05-09
1
-2
/
+0
*
|
fs: Add aops->release_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-0
/
+2
[next]