aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/filemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+48
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+9
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-9/+0
2024-03-06filemap: avoid unnecessary major faults in filemap_fault()ZhangPeng1-0/+46
2024-03-04mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)1-2/+0
2024-02-23merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton1-25/+26
2024-02-23mm: cachestat: fix folio read-after-free in cache walkNhat Pham1-25/+26
2024-02-21mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)1-1/+1
2024-02-21mm/filemap: avoid type conversionHongbo Li1-1/+1
2024-02-21mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig1-0/+9
2024-01-25Revert "mm/filemap: avoid buffered read/write race to read inconsistent data"Baokun Li1-9/+0
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+2
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2023-12-29mm/rmap: remove page_remove_rmap()David Hildenbrand1-5/+5
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-0/+1
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells1-0/+1
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet1-0/+1
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-0/+9
2023-12-20mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li1-0/+9
2023-12-12mm: filemap: remove unnecessary iitialization of retLi zeming1-1/+1
2023-12-10mm/filemap: increase usage of folio_next_index() helperMinjie Du1-1/+1
2023-12-06mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins1-1/+1
2023-11-15mm: more ptep_get() conversionRyan Roberts1-1/+1
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes1-1/+1
2023-10-18filemap: remove use of wait bookmarksMatthew Wilcox (Oracle)1-20/+1
2023-10-18memcontrol: only transfer the memcg data for migrationNhat Pham1-1/+1
2023-10-18mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)1-12/+3
2023-10-18mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)1-2/+7
2023-10-18mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)1-3/+11
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-29/+1
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-0/+5
2023-10-18mm: add folio_end_read()Matthew Wilcox (Oracle)1-0/+22
2023-10-18filemap: call filemap_get_folios_tag() from filemap_get_folios()Pankaj Raghav1-37/+8
2023-10-18mm: make lock_folio_maybe_drop_mmap() VMA lock awareMatthew Wilcox (Oracle)1-6/+7
2023-10-18mm/filemap: clarify filemap_fault() comments for not uptodate caseLorenzo Stoakes1-6/+13
2023-10-16mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar1-24/+10
2023-10-06mm/filemap: increase usage of folio_next_index() helperMinjie Du1-1/+1
2023-09-29mm: report success more often from filemap_map_folio_range()Matthew Wilcox (Oracle)1-2/+2
2023-09-19filemap: add filemap_map_order0_folio() to handle order0 folioYin Fengwei1-21/+48
2023-09-05mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()Tong Tiangen1-3/+0
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-79/+98
2023-08-24filemap: batch PTE mappingsYin Fengwei1-14/+29
2023-08-24mm: convert do_set_pte() to set_pte_range()Yin Fengwei1-2/+1
2023-08-24filemap: add filemap_map_folio_range()Yin Fengwei1-54/+55
2023-08-24mm: handle swap page faults under per-VMA lockSuren Baghdasaryan1-9/+8
2023-08-24mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan1-10/+12
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells1-0/+2
2023-08-18mm/filemap.c: fix update prev_pos after one read request doneHaibo Li1-4/+5
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar1-4/+4
2023-07-24filemap: Allow __filemap_get_folio to allocate large foliosMatthew Wilcox (Oracle)1-13/+33