aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2024-02-23mm: cachestat: fix folio read-after-free in cache walkNhat Pham
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-12-29mm/rmap: remove page_remove_rmap()David Hildenbrand
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton
2023-12-20mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li
2023-12-12mm: filemap: remove unnecessary iitialization of retLi zeming
2023-12-10mm/filemap: increase usage of folio_next_index() helperMinjie Du
2023-12-06mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins
2023-11-15mm: more ptep_get() conversionRyan Roberts
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2023-10-18filemap: remove use of wait bookmarksMatthew Wilcox (Oracle)
2023-10-18memcontrol: only transfer the memcg data for migrationNhat Pham
2023-10-18mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)
2023-10-18mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)
2023-10-18mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18mm: add folio_end_read()Matthew Wilcox (Oracle)
2023-10-18filemap: call filemap_get_folios_tag() from filemap_get_folios()Pankaj Raghav
2023-10-18mm: make lock_folio_maybe_drop_mmap() VMA lock awareMatthew Wilcox (Oracle)
2023-10-18mm/filemap: clarify filemap_fault() comments for not uptodate caseLorenzo Stoakes
2023-10-16mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar
2023-10-06mm/filemap: increase usage of folio_next_index() helperMinjie Du
2023-09-29mm: report success more often from filemap_map_folio_range()Matthew Wilcox (Oracle)
2023-09-19filemap: add filemap_map_order0_folio() to handle order0 folioYin Fengwei
2023-09-05mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()Tong Tiangen
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24filemap: batch PTE mappingsYin Fengwei
2023-08-24mm: convert do_set_pte() to set_pte_range()Yin Fengwei
2023-08-24filemap: add filemap_map_folio_range()Yin Fengwei
2023-08-24mm: handle swap page faults under per-VMA lockSuren Baghdasaryan
2023-08-24mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells
2023-08-18mm/filemap.c: fix update prev_pos after one read request doneHaibo Li
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar
2023-07-24filemap: Allow __filemap_get_folio to allocate large foliosMatthew Wilcox (Oracle)
2023-07-24filemap: Add fgf_t typedefMatthew Wilcox (Oracle)
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-23Revert "page cache: fix page_cache_next/prev_miss off by one"Mike Kravetz
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-06-19mm: kill lock|unlock_page_memcg()Kefeng Wang
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/filemap: allow pte_offset_map_lock() to failHugh Dickins
2023-06-19mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins
2023-06-12page cache: fix page_cache_next/prev_miss off by oneMike Kravetz