index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
cachestat: do not flush stats in recency check
Nhat Pham
1
-1
/
+4
2025-11-24
mm/memory: do not populate page table entries beyond i_size
Kiryl Shutsemau
1
-5
/
+15
2025-11-24
filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
Pankaj Raghav
1
-1
/
+6
2025-08-28
mm: drop the assumption that VM_SHARED always implies writable
Isaac J. Manjarres
1
-1
/
+1
2025-04-25
mm: fix filemap_get_folios_contig returning batches of identical folios
Vishal Moola (Oracle)
1
-0
/
+1
2025-03-28
mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT
Raphael S. Carvalho
1
-1
/
+12
2025-02-01
cachestat: fix page cache statistics permission checking
Linus Torvalds
1
-0
/
+19
2025-01-23
filemap: avoid truncating 64-bit offset to 32 bits
Marco Nelissen
1
-1
/
+1
2024-11-17
mm: support order-1 folios in the page cache
Matthew Wilcox (Oracle)
1
-2
/
+0
2024-11-14
filemap: Fix bounds checking in filemap_read()
Trond Myklebust
1
-1
/
+1
2024-10-04
mm/filemap: optimize filemap folio adding
Kairui Song
1
-14
/
+39
2024-10-04
mm/filemap: return early if failed to allocate memory for split
Kairui Song
1
-1
/
+4
2024-07-25
mm: page_ref: remove folio_try_get_rcu()
Yang Shi
1
-5
/
+5
2024-07-18
mm/filemap: skip to create PMD-sized page cache if needed
Gavin Shan
1
-1
/
+1
2024-04-03
mm: cachestat: fix two shmem bugs
Johannes Weiner
1
-0
/
+16
2024-03-06
mm: cachestat: fix folio read-after-free in cache walk
Nhat Pham
1
-25
/
+26
2024-01-05
mm/filemap: avoid buffered read/write race to read inconsistent data
Baokun Li
1
-0
/
+9
2023-12-13
mm: fix oops when filemap_map_pmd() without prealloc_pte
Hugh Dickins
1
-1
/
+1
2023-09-29
mm: report success more often from filemap_map_folio_range()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-09-19
filemap: add filemap_map_order0_folio() to handle order0 folio
Yin Fengwei
1
-21
/
+48
2023-09-05
mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
Tong Tiangen
1
-3
/
+0
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-79
/
+98
2023-08-24
filemap: batch PTE mappings
Yin Fengwei
1
-14
/
+29
2023-08-24
mm: convert do_set_pte() to set_pte_range()
Yin Fengwei
1
-2
/
+1
2023-08-24
filemap: add filemap_map_folio_range()
Yin Fengwei
1
-54
/
+55
2023-08-24
mm: handle swap page faults under per-VMA lock
Suren Baghdasaryan
1
-9
/
+8
2023-08-24
mm: change folio_lock_or_retry to use vm_fault directly
Suren Baghdasaryan
1
-10
/
+12
2023-08-18
mm: merge folio_has_private()/filemap_release_folio() call pairs
David Howells
1
-0
/
+2
2023-08-18
mm/filemap.c: fix update prev_pos after one read request done
Haibo Li
1
-4
/
+5
2023-08-18
mm: increase usage of folio_next_index() helper
Sidhartha Kumar
1
-4
/
+4
2023-07-24
filemap: Allow __filemap_get_folio to allocate large folios
Matthew Wilcox (Oracle)
1
-13
/
+33
2023-07-24
filemap: Add fgf_t typedef
Matthew Wilcox (Oracle)
1
-17
/
+2
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-172
/
+278
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-7
/
+24
2023-06-23
Revert "page cache: fix page_cache_next/prev_miss off by one"
Mike Kravetz
1
-16
/
+10
2023-06-23
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-10
/
+16
2023-06-19
mm: kill lock|unlock_page_memcg()
Kefeng Wang
1
-1
/
+1
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
1
-1
/
+1
2023-06-19
mm/filemap: allow pte_offset_map_lock() to fail
Hugh Dickins
1
-7
/
+5
2023-06-19
mm/migrate: remove cruft from migration_entry_wait()s
Hugh Dickins
1
-9
/
+4
2023-06-12
page cache: fix page_cache_next/prev_miss off by one
Mike Kravetz
1
-10
/
+16
2023-06-09
fs: factor out a direct_write_fallback helper
Christoph Hellwig
1
-51
/
+15
2023-06-09
filemap: add a kiocb_invalidate_post_direct_write helper
Christoph Hellwig
1
-17
/
+20
2023-06-09
filemap: add a kiocb_invalidate_pages helper
Christoph Hellwig
1
-20
/
+28
2023-06-09
filemap: add a kiocb_write_and_wait helper
Christoph Hellwig
1
-12
/
+18
2023-06-09
filemap: update ki_pos in generic_perform_write
Christoph Hellwig
1
-4
/
+4
2023-06-09
backing_dev: remove current->backing_dev_info
Christoph Hellwig
1
-3
/
+0
2023-06-09
filemap: remove page_endio()
Pankaj Raghav
1
-30
/
+0
2023-06-09
cachestat: implement cachestat syscall
Nhat Pham
1
-0
/
+171
2023-05-24
splice: kdoc for filemap_splice_read() and copy_splice_read()
David Howells
1
-3
/
+18
[next]