index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: fix oops when filemap_map_pmd() without prealloc_pte
Hugh Dickins
2023-12-06
1
-1
/
+1
*
mm: more ptep_get() conversion
Ryan Roberts
2023-11-15
1
-1
/
+1
*
mm: drop the assumption that VM_SHARED always implies writable
Lorenzo Stoakes
2023-10-18
1
-1
/
+1
*
filemap: remove use of wait bookmarks
Matthew Wilcox (Oracle)
2023-10-18
1
-20
/
+1
*
memcontrol: only transfer the memcg data for migration
Nhat Pham
2023-10-18
1
-1
/
+1
*
mm: use folio_xor_flags_has_waiters() in folio_end_writeback()
Matthew Wilcox (Oracle)
2023-10-18
1
-12
/
+3
*
mm: make __end_folio_writeback() return void
Matthew Wilcox (Oracle)
2023-10-18
1
-2
/
+7
*
mm: add folio_xor_flags_has_waiters()
Matthew Wilcox (Oracle)
2023-10-18
1
-3
/
+11
*
mm: delete checks for xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
2023-10-18
1
-29
/
+1
*
bitops: add xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
2023-10-18
1
-0
/
+5
*
mm: add folio_end_read()
Matthew Wilcox (Oracle)
2023-10-18
1
-0
/
+22
*
filemap: call filemap_get_folios_tag() from filemap_get_folios()
Pankaj Raghav
2023-10-18
1
-37
/
+8
*
mm: make lock_folio_maybe_drop_mmap() VMA lock aware
Matthew Wilcox (Oracle)
2023-10-18
1
-6
/
+7
*
mm/filemap: clarify filemap_fault() comments for not uptodate case
Lorenzo Stoakes
2023-10-18
1
-6
/
+13
*
mm/filemap: remove hugetlb special casing in filemap.c
Sidhartha Kumar
2023-10-16
1
-24
/
+10
*
mm/filemap: increase usage of folio_next_index() helper
Minjie Du
2023-10-06
1
-1
/
+1
*
mm: report success more often from filemap_map_folio_range()
Matthew Wilcox (Oracle)
2023-09-29
1
-2
/
+2
*
filemap: add filemap_map_order0_folio() to handle order0 folio
Yin Fengwei
2023-09-19
1
-21
/
+48
*
mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
Tong Tiangen
2023-09-05
1
-3
/
+0
*
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-29
1
-79
/
+98
|
\
|
*
filemap: batch PTE mappings
Yin Fengwei
2023-08-24
1
-14
/
+29
|
*
mm: convert do_set_pte() to set_pte_range()
Yin Fengwei
2023-08-24
1
-2
/
+1
|
*
filemap: add filemap_map_folio_range()
Yin Fengwei
2023-08-24
1
-54
/
+55
|
*
mm: handle swap page faults under per-VMA lock
Suren Baghdasaryan
2023-08-24
1
-9
/
+8
|
*
mm: change folio_lock_or_retry to use vm_fault directly
Suren Baghdasaryan
2023-08-24
1
-10
/
+12
|
*
mm: merge folio_has_private()/filemap_release_folio() call pairs
David Howells
2023-08-18
1
-0
/
+2
|
*
mm/filemap.c: fix update prev_pos after one read request done
Haibo Li
2023-08-18
1
-4
/
+5
|
*
mm: increase usage of folio_next_index() helper
Sidhartha Kumar
2023-08-18
1
-4
/
+4
*
|
filemap: Allow __filemap_get_folio to allocate large folios
Matthew Wilcox (Oracle)
2023-07-24
1
-13
/
+33
*
|
filemap: Add fgf_t typedef
Matthew Wilcox (Oracle)
2023-07-24
1
-17
/
+2
|
/
*
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-172
/
+278
|
\
|
*
Revert "page cache: fix page_cache_next/prev_miss off by one"
Mike Kravetz
2023-06-23
1
-16
/
+10
|
*
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
2023-06-23
1
-10
/
+16
|
|
\
|
*
|
mm: kill lock|unlock_page_memcg()
Kefeng Wang
2023-06-19
1
-1
/
+1
|
*
|
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
1
-1
/
+1
|
*
|
mm/filemap: allow pte_offset_map_lock() to fail
Hugh Dickins
2023-06-19
1
-7
/
+5
|
*
|
mm/migrate: remove cruft from migration_entry_wait()s
Hugh Dickins
2023-06-19
1
-9
/
+4
|
*
|
fs: factor out a direct_write_fallback helper
Christoph Hellwig
2023-06-09
1
-51
/
+15
|
*
|
filemap: add a kiocb_invalidate_post_direct_write helper
Christoph Hellwig
2023-06-09
1
-17
/
+20
|
*
|
filemap: add a kiocb_invalidate_pages helper
Christoph Hellwig
2023-06-09
1
-20
/
+28
|
*
|
filemap: add a kiocb_write_and_wait helper
Christoph Hellwig
2023-06-09
1
-12
/
+18
|
*
|
filemap: update ki_pos in generic_perform_write
Christoph Hellwig
2023-06-09
1
-4
/
+4
|
*
|
backing_dev: remove current->backing_dev_info
Christoph Hellwig
2023-06-09
1
-3
/
+0
|
*
|
filemap: remove page_endio()
Pankaj Raghav
2023-06-09
1
-30
/
+0
|
*
|
cachestat: implement cachestat syscall
Nhat Pham
2023-06-09
1
-0
/
+171
*
|
|
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
1
-7
/
+24
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
splice: kdoc for filemap_splice_read() and copy_splice_read()
David Howells
2023-05-24
1
-3
/
+18
|
*
|
iov_iter: Kill ITER_PIPE
David Howells
2023-05-24
1
-2
/
+1
|
*
|
splice: Make filemap_splice_read() check s_maxbytes
David Howells
2023-05-24
1
-0
/
+3
|
*
|
splice: Fix filemap_splice_read() to use the correct inode
David Howells
2023-05-24
1
-2
/
+2
|
|
/
[next]