summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2024-03-26mm: cachestat: fix two shmem bugsJohannes Weiner
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-06filemap: avoid unnecessary major faults in filemap_fault()ZhangPeng
2024-03-04mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)
2024-02-23merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton
2024-02-23mm: cachestat: fix folio read-after-free in cache walkNhat Pham
2024-02-21mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)
2024-02-21mm/filemap: avoid type conversionHongbo Li
2024-02-21mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig
2024-01-25Revert "mm/filemap: avoid buffered read/write race to read inconsistent data"Baokun Li
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