index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-12
/
+6
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-89
/
+50
2022-07-30
filemap: minor cleanup for filemap_write_and_wait_range
Miaohe Lin
1
-12
/
+6
2022-07-25
mm: honor FGP_NOWAIT for page cache page allocation
Jens Axboe
1
-0
/
+4
2022-06-29
filemap: Use filemap_read_folio() in do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-20
/
+9
2022-06-29
filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-1
/
+3
2022-06-29
filemap: Move 'filler' case to the end of do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-15
/
+13
2022-06-29
filemap: Remove find_get_pages_range() and associated functions
Matthew Wilcox (Oracle)
1
-67
/
+0
2022-06-29
filemap: Add filemap_get_folios()
Matthew Wilcox (Oracle)
1
-0
/
+59
2022-06-29
filemap: Remove add_to_page_cache() and add_to_page_cache_locked()
Matthew Wilcox (Oracle)
1
-20
/
+0
2022-06-20
filemap: Handle sibling entries in filemap_get_read_batch()
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-06-20
filemap: Correct the conditions for marking a folio as accessed
Matthew Wilcox (Oracle)
1
-3
/
+10
2022-06-09
filemap: Cache the value of vm_flags
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+5
2022-05-13
mm: teach core mm about pte markers
Peter Xu
1
-0
/
+5
2022-05-10
fs: Remove aops->freepage
Matthew Wilcox (Oracle)
1
-7
/
+0
2022-05-10
fs: Add free_folio address space operation
Matthew Wilcox (Oracle)
1
-1
/
+8
2022-05-10
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-10
fs: Remove last vestiges of releasepage
Matthew Wilcox (Oracle)
1
-2
/
+0
2022-05-10
fs: Add aops->release_folio
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-05-09
mm/filemap: Hoist filler_t decision to the top of do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-5
/
+4
2022-05-09
fs: Change the type of filler_t
Matthew Wilcox (Oracle)
1
-20
/
+20
2022-05-09
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
1
-10
/
+5
2022-05-09
fs: Introduce aops->read_folio
Matthew Wilcox (Oracle)
1
-2
/
+7
2022-05-08
fs: Remove pagecache_write_begin() and pagecache_write_end()
Matthew Wilcox (Oracle)
1
-20
/
+0
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-4
/
+2
2022-04-16
tmpfs: fix regressions from wider use of ZERO_PAGE
Hugh Dickins
1
-6
/
+0
2022-04-01
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
1
-4
/
+6
2022-04-01
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-26
Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-03-25
fs/iomap: Fix buffered write page prefaulting
Andreas Gruenbacher
1
-1
/
+1
2022-03-25
mm: warn on deleting redirtied only if accounted
Hugh Dickins
1
-5
/
+9
2022-03-25
mm: filemap_unaccount_folio() large skip mapcount fixup
Hugh Dickins
1
-13
/
+13
2022-03-25
mm: delete __ClearPageWaiters()
Hugh Dickins
1
-15
/
+8
2022-03-23
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-4
/
+4
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-18
/
+41
2022-03-23
tmpfs: do not allocate pages on read
Hugh Dickins
1
-0
/
+6
2022-03-23
filemap: remove find_get_pages()
Miaohe Lin
1
-5
/
+6
2022-03-21
mm/filemap: Support VM_HUGEPAGE for file mappings
Matthew Wilcox (Oracle)
1
-0
/
+18
2022-03-21
mm/readahead: Switch to page_cache_ra_order
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-21
mm/filemap: Allow large folios to be added to the page cache
Matthew Wilcox (Oracle)
1
-17
/
+22
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-14
fs: Convert is_partially_uptodate to folios
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-01-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-11
/
+91
2022-01-22
mm: remove cleancache
Christoph Hellwig
1
-11
/
+0
2022-01-22
mm/migrate.c: rework migration_entry_wait() to not take a pageref
Alistair Popple
1
-0
/
+91
2022-01-17
filemap: Use folio_put_refs() in filemap_free_folio()
Matthew Wilcox (Oracle)
1
-6
/
+4
2022-01-12
Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-523
/
+481
2022-01-12
Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-29
/
+3
2022-01-08
mm: Use multi-index entries in the page cache
Matthew Wilcox (Oracle)
1
-22
/
+39
[next]