index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/filemap: fix filemap_get_folios_contig THP panic
Steve Sistare
2024-09-26
1
-0
/
+4
*
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-23
1
-3
/
+3
|
\
|
*
introduce fd_file(), convert all accessors to it.
Al Viro
2024-08-13
1
-3
/
+3
*
|
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-21
1
-26
/
+41
|
\
\
|
*
|
mm: replace xa_get_order with xas_get_order where appropriate
Shakeel Butt
2024-09-10
1
-3
/
+3
|
*
|
filemap: fix the last_index of mm_filemap_get_pages
Takaya Saeki
2024-09-10
1
-1
/
+1
|
*
|
mm: remove isolate_lru_page()
Kefeng Wang
2024-09-10
1
-1
/
+1
|
*
|
mm: allow read-ahead with IOCB_NOWAIT set
Yafang Shao
2024-09-04
1
-0
/
+6
|
*
|
mm: filemap: use xa_get_order() to get the swap entry order
Baolin Wang
2024-09-04
1
-14
/
+27
|
*
|
filemap: add trace events for get_pages, map_pages, and fault
Takaya Saeki
2024-09-02
1
-0
/
+4
|
*
|
fs: remove calls to set and clear the folio error flag
Matthew Wilcox (Oracle)
2024-09-02
1
-8
/
+0
|
*
|
mm: remove follow_page()
David Hildenbrand
2024-09-02
1
-1
/
+1
|
|
/
*
|
Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-21
1
-13
/
+23
|
\
\
|
*
|
filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
Pankaj Raghav
2024-09-02
1
-1
/
+5
|
*
|
filemap: allocate mapping_min_order folios in the page cache
Pankaj Raghav
2024-08-23
1
-8
/
+16
|
*
|
fs: Allow fine-grained control of folio sizes
Matthew Wilcox (Oracle)
2024-08-23
1
-4
/
+2
|
|
/
*
|
Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-16
1
-5
/
+12
|
\
\
|
*
|
filemap: introduce filemap_invalidate_pages
Pavel Begunkov
2024-09-11
1
-5
/
+12
*
|
|
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-09-16
1
-4
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-3
/
+1
|
*
|
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-1
/
+1
|
|
/
*
/
mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
David Howells
2024-08-30
1
-1
/
+1
|
/
*
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-22
1
-4
/
+4
|
\
|
*
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
2024-07-06
1
-7
/
+10
|
|
\
|
*
|
filemap: fix page_cache_next_miss() when no hole found
Jan Kara
2024-07-04
1
-3
/
+3
|
*
|
mm/filemap: reinitialize folio->_mapcount directly
David Hildenbrand
2024-07-04
1
-1
/
+1
*
|
|
Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2024-07-19
1
-15
/
+25
|
\
\
\
|
*
|
|
filemap: Convert generic_perform_write() to support large folios
Matthew Wilcox (Oracle)
2024-07-08
1
-15
/
+25
|
|
/
/
*
|
/
filemap: replace pte_offset_map() with pte_offset_map_nolock()
ZhangPeng
2024-07-10
1
-1
/
+2
|
|
/
|
/
|
*
|
cachestat: do not flush stats in recency check
Nhat Pham
2024-07-04
1
-1
/
+4
*
|
mm/filemap: skip to create PMD-sized page cache if needed
Gavin Shan
2024-07-04
1
-1
/
+1
*
|
mm: page_ref: remove folio_try_get_rcu()
Yang Shi
2024-07-04
1
-5
/
+5
|
/
*
mm: fix xyz_noprof functions calling profiled functions
Suren Baghdasaryan
2024-06-06
1
-1
/
+1
*
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-19
1
-37
/
+78
|
\
|
*
mm: filemap: batch mm counter updating in filemap_map_pages()
Kefeng Wang
2024-05-06
1
-9
/
+12
|
*
mm: move mm counter updating out of set_pte_range()
Kefeng Wang
2024-05-06
1
-0
/
+4
|
*
mm/filemap: use folio_mapcount() in filemap_unaccount_folio()
David Hildenbrand
2024-05-06
1
-1
/
+1
|
*
mm: use "GUP-fast" instead "fast GUP" in remaining comments
David Hildenbrand
2024-04-26
1
-1
/
+1
|
*
mm/filemap: optimize filemap folio adding
Kairui Song
2024-04-26
1
-15
/
+41
|
*
mm/filemap: clean up hugetlb exclusion code
Kairui Song
2024-04-26
1
-13
/
+8
|
*
mm/filemap: return early if failed to allocate memory for split
Kairui Song
2024-04-26
1
-1
/
+4
|
*
mm/filemap: don't decrease mmap_miss when folio has workingset flag
Liu Shixin
2024-04-26
1
-2
/
+12
|
*
mm: enable page allocation tagging
Suren Baghdasaryan
2024-04-26
1
-3
/
+3
*
|
mm: Provide a means of invalidation without using launder_folio
David Howells
2024-05-01
1
-0
/
+54
*
|
mm: Remove the PG_fscache alias for PG_private_2
David Howells
2024-04-29
1
-3
/
+3
|
/
*
mm: cachestat: fix two shmem bugs
Johannes Weiner
2024-03-26
1
-0
/
+16
*
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-15
1
-4
/
+48
|
\
|
*
filemap: avoid unnecessary major faults in filemap_fault()
ZhangPeng
2024-03-06
1
-0
/
+46
|
*
mm: support order-1 folios in the page cache
Matthew Wilcox (Oracle)
2024-03-05
1
-2
/
+0
|
*
merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changes
Andrew Morton
2024-02-24
1
-25
/
+26
|
|
\
[next]