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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2023-02-22
mm/filemap: fix page end in filemap_get_read_batch
Qian Yingjin
1
-2
/
+3
2022-11-26
mm: fs: initialize fsdata passed to write_begin/write_end interface
Alexander Potapenko
1
-1
/
+1
2022-07-12
mm/filemap: fix UAF in find_lock_entries
Liu Shixin
1
-5
/
+7
2022-05-01
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
1
-1
/
+1
2022-05-01
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
1
-1
/
+1
2022-03-02
mm/filemap: Fix handling of THPs in generic_file_buffered_read()
Matthew Wilcox (Oracle)
1
-2
/
+6
2021-11-18
mm/filemap.c: remove bogus VM_BUG_ON
Matthew Wilcox (Oracle)
1
-1
/
+0
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-9
/
+6
2021-09-03
mm: remove irqsave/restore locking from contexts with irqs enabled
Johannes Weiner
1
-9
/
+6
2021-08-31
Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-9
/
+27
2021-08-23
fs: add a filemap_fdatawrite_wbc helper
Josef Bacik
1
-9
/
+27
2021-07-13
mm: Add functions to lock invalidate_lock for two mappings
Jan Kara
1
-0
/
+38
2021-07-13
mm: Protect operations adding pages to page cache with invalidate_lock
Jan Kara
1
-18
/
+79
2021-07-12
mm: Fix comments mentioning i_mutex
Jan Kara
1
-5
/
+5
2021-07-03
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-21
/
+15
2021-06-29
mm: charge active memcg when no mm is set
Dan Schatzberg
1
-1
/
+1
2021-06-10
iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...
Al Viro
1
-8
/
+8
2021-06-02
generic_perform_write()/iomap_write_actor(): saner logics for short copy
Al Viro
1
-15
/
+9
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-1
/
+1
2021-05-05
mm/mempool: minor coding style tweaks
Zhiyuan Dai
1
-4
/
+4
2021-05-05
dax: account DAX entries as nrpages
Matthew Wilcox (Oracle)
1
-3
/
+0
2021-05-05
mm: stop accounting shadow entries
Matthew Wilcox (Oracle)
1
-13
/
+0
2021-04-30
mm/filemap: update stale comment
Rui Sun
1
-1
/
+1
2021-04-30
mm/filemap: drop check for truncated page after I/O
Matthew Wilcox (Oracle)
1
-2
/
+0
2021-04-30
mm/filemap: use filemap_read_page in filemap_fault
Matthew Wilcox (Oracle)
1
-9
/
+1
2021-04-30
mm: use filemap_range_needs_writeback() for O_DIRECT reads
Jens Axboe
1
-2
/
+2
2021-04-30
mm: provide filemap_range_needs_writeback() helper
Jens Axboe
1
-0
/
+43
2021-04-27
Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+63
2021-04-23
mm/filemap: fix mapping_seek_hole_data on THP & 32-bit
Hugh Dickins
1
-10
/
+11
2021-04-23
mm/filemap: fix find_lock_entries hang on 32-bit THP
Hugh Dickins
1
-2
/
+8
2021-04-23
mm/filemap: Pass the file_ra_state in the ractl
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-04-23
mm: Add set/end/wait functions for PG_private_2
David Howells
1
-0
/
+61
2021-02-26
mm: pass pvec directly to find_get_entries
Matthew Wilcox (Oracle)
1
-12
/
+9
2021-02-26
mm: add an 'end' parameter to find_get_entries
Matthew Wilcox (Oracle)
1
-4
/
+5
2021-02-26
mm: add and use find_lock_entries
Matthew Wilcox (Oracle)
1
-0
/
+59
2021-02-26
iomap: use mapping_seek_hole_data
Matthew Wilcox (Oracle)
1
-5
/
+32
2021-02-26
mm/filemap: add mapping_seek_hole_data
Matthew Wilcox (Oracle)
1
-0
/
+76
2021-02-26
mm/filemap: add helper for finding pages
Matthew Wilcox (Oracle)
1
-55
/
+42
2021-02-26
mm/filemap: rename find_get_entry to mapping_get_entry
Matthew Wilcox (Oracle)
1
-3
/
+4
2021-02-26
mm: add FGP_ENTRY
Matthew Wilcox (Oracle)
1
-36
/
+8
2021-02-26
mm: make pagecache tagged lookups return only head pages
Matthew Wilcox (Oracle)
1
-5
/
+6
2021-02-24
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
1
-1
/
+1
2021-02-24
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
1
-1
/
+1
2021-02-24
mm/filemap: simplify generic_file_read_iter
Christoph Hellwig
1
-6
/
+4
2021-02-24
mm/filemap: rename generic_file_buffered_read to filemap_read
Christoph Hellwig
1
-19
/
+16
2021-02-24
mm/filemap: don't relock the page after calling readpage
Matthew Wilcox (Oracle)
1
-14
/
+7
2021-02-24
mm/filemap: restructure filemap_get_pages
Matthew Wilcox (Oracle)
1
-43
/
+28
2021-02-24
mm/filemap: split filemap_readahead out of filemap_get_pages
Matthew Wilcox (Oracle)
1
-5
/
+14
2021-02-24
mm/filemap: add filemap_range_uptodate
Matthew Wilcox (Oracle)
1
-26
/
+39
2021-02-24
mm/filemap: move the iocb checks into filemap_update_page
Matthew Wilcox (Oracle)
1
-14
/
+10
[next]