index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-31
1
-17
/
+51
|
\
|
*
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
2025-07-10
1
-1
/
+1
|
*
mm/filemap: allow arch to request folio size for exec memory
Ryan Roberts
2025-07-10
1
-9
/
+39
|
*
mm/readahead: store folio order in struct file_ra_state
Ryan Roberts
2025-07-10
1
-2
/
+4
|
*
mm/readahead: make space in struct file_ra_state
Ryan Roberts
2025-07-10
1
-5
/
+6
|
*
readahead: fix return value of page_cache_next_miss() when no hole is found
Chi Zhiling
2025-07-10
1
-1
/
+2
*
|
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-07-28
1
-0
/
+29
|
\
\
|
*
|
mm/filemap: introduce generic_file_*_mmap_prepare() helpers
Lorenzo Stoakes
2025-06-17
1
-0
/
+29
|
|
/
*
/
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
2025-07-16
1
-2
/
+2
|
/
*
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-06-02
1
-2
/
+2
|
\
|
*
mm: rename page->index to page->__folio_index
Matthew Wilcox (Oracle)
2025-06-01
1
-2
/
+2
*
|
Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-06-02
1
-15
/
+24
|
\
\
|
|
/
|
/
|
|
*
mm/filemap: unify dropbehind flag testing and clearing
Jens Axboe
2025-05-27
1
-10
/
+11
|
*
mm/filemap: unify read/write dropbehind naming
Jens Axboe
2025-05-27
1
-2
/
+2
|
*
mm/filemap: use filemap_end_dropbehind() for read invalidation
Jens Axboe
2025-05-27
1
-4
/
+3
|
*
mm/filemap: gate dropbehind invalidate on folio !dirty && !writeback
Jens Axboe
2025-05-27
1
-2
/
+11
*
|
mm: convert do_set_pmd() to take a folio
Baolin Wang
2025-05-22
1
-1
/
+1
|
/
*
mm: fix filemap_get_folios_contig returning batches of identical folios
Vishal Moola (Oracle)
2025-04-12
1
-0
/
+1
*
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-04-01
1
-31
/
+19
|
\
|
*
mm/filemap: use xas_try_split() in __filemap_add_folio()
Zi Yan
2025-03-18
1
-27
/
+18
|
*
filemap: remove redundant folio_test_large check in filemap_free_folio
Guanjun
2025-03-17
1
-4
/
+1
*
|
Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-03-27
1
-1
/
+1
|
\
\
|
*
|
mm: Remove wait_on_page_locked()
Matthew Wilcox (Oracle)
2025-03-04
1
-1
/
+1
*
|
|
Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-03-27
1
-3
/
+15
|
\
\
\
|
*
|
|
mm: filemap: move sysctl to mm/filemap.c
Kaixiong Yu
2025-02-07
1
-3
/
+15
|
|
/
/
*
|
|
Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...
Linus Torvalds
2025-03-18
1
-12
/
+28
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT
Raphael S. Carvalho
2025-03-17
1
-1
/
+12
|
*
|
filemap: move prefaulting out of hot write path
Dave Hansen
2025-03-17
1
-11
/
+16
*
|
|
Revert "fanotify: disable readahead if we have pre-content watches"
Amir Goldstein
2025-03-13
1
-12
/
+0
*
|
|
Revert "fsnotify: generate pre-content permission event on page fault"
Amir Goldstein
2025-03-13
1
-74
/
+0
|
/
/
*
|
fs/pipe: add simpler helpers for common cases
Linus Torvalds
2025-03-07
1
-4
/
+3
*
|
mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()
Jingbo Xu
2025-02-21
1
-1
/
+1
|
/
*
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-27
1
-32
/
+89
|
\
|
*
mm: add FGP_DONTCACHE folio creation flag
Jens Axboe
2025-01-26
1
-0
/
+5
|
*
mm/filemap: add filemap_fdatawrite_range_kick() helper
Jens Axboe
2025-01-26
1
-0
/
+18
|
*
mm/filemap: drop streaming/uncached pages when writeback completes
Jens Axboe
2025-01-26
1
-0
/
+28
|
*
mm/filemap: add read support for RWF_DONTCACHE
Jens Axboe
2025-01-26
1
-2
/
+26
|
*
mm/filemap: use page_cache_sync_ra() to kick off read-ahead
Jens Axboe
2025-01-26
1
-3
/
+3
|
*
mm/filemap: change filemap_create_folio() to take a struct kiocb
Jens Axboe
2025-01-26
1
-8
/
+9
|
*
filemap: remove unused folio_add_wait_queue
Dr. David Alan Gilbert
2025-01-14
1
-19
/
+0
*
|
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-23
1
-0
/
+86
|
\
\
|
*
|
fsnotify: generate pre-content permission event on page fault
Josef Bacik
2024-12-11
1
-0
/
+74
|
*
|
fanotify: disable readahead if we have pre-content watches
Josef Bacik
2024-12-10
1
-0
/
+12
*
|
|
cachestat: fix page cache statistics permission checking
Linus Torvalds
2025-01-22
1
-0
/
+17
|
|
/
|
/
|
*
|
mm: fix assertion in folio_end_read()
Matthew Wilcox (Oracle)
2025-01-13
1
-1
/
+1
*
|
filemap: avoid truncating 64-bit offset to 32 bits
Marco Nelissen
2025-01-13
1
-1
/
+1
*
|
mm, madvise: fix potential workingset node list_lru leaks
Kairui Song
2024-12-31
1
-9
/
+0
*
|
mm/filemap: don't call folio_test_locked() without a reference in next_uptoda...
David Hildenbrand
2024-12-06
1
-2
/
+2
|
/
*
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-23
1
-3
/
+2
|
\
|
*
memcg-v1: remove memcg move locking code
Shakeel Butt
2024-11-07
1
-1
/
+0
[next]