summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-37/+78
2024-05-06mm: filemap: batch mm counter updating in filemap_map_pages()Kefeng Wang1-9/+12
2024-05-06mm: move mm counter updating out of set_pte_range()Kefeng Wang1-0/+4
2024-05-06mm/filemap: use folio_mapcount() in filemap_unaccount_folio()David Hildenbrand1-1/+1
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells1-0/+54
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-3/+3
2024-04-26mm: use "GUP-fast" instead "fast GUP" in remaining commentsDavid Hildenbrand1-1/+1
2024-04-26mm/filemap: optimize filemap folio addingKairui Song1-15/+41
2024-04-26mm/filemap: clean up hugetlb exclusion codeKairui Song1-13/+8
2024-04-26mm/filemap: return early if failed to allocate memory for splitKairui Song1-1/+4
2024-04-26mm/filemap: don't decrease mmap_miss when folio has workingset flagLiu Shixin1-2/+12
2024-04-26mm: enable page allocation taggingSuren Baghdasaryan1-3/+3
2024-03-26mm: cachestat: fix two shmem bugsJohannes Weiner1-0/+16
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus 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...Linus Torvalds1-9/+0
2024-03-07filemap: avoid unnecessary major faults in filemap_fault()ZhangPeng1-0/+46
2024-03-05mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)1-2/+0
2024-02-24merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton1-25/+26
2024-02-24mm: cachestat: fix folio read-after-free in cache walkNhat Pham1-25/+26
2024-02-22mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)1-1/+1
2024-02-22mm/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...Linus Torvalds1-0/+2
2024-01-11Merge 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-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-0/+9
2023-12-21mm/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-11mm/filemap: increase usage of folio_next_index() helperMinjie Du1-1/+1
2023-12-07mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins1-1/+1
2023-11-16mm: more ptep_get() conversionRyan Roberts1-1/+1
2023-10-19mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes1-1/+1
2023-10-19filemap: remove use of wait bookmarksMatthew Wilcox (Oracle)1-20/+1
2023-10-19memcontrol: only transfer the memcg data for migrationNhat Pham1-1/+1
2023-10-19mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)1-12/+3
2023-10-19mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)1-2/+7
2023-10-19mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)1-3/+11
2023-10-19mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-29/+1
2023-10-19bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-0/+5
2023-10-19mm: add folio_end_read()Matthew Wilcox (Oracle)1-0/+22
2023-10-19filemap: call filemap_get_folios_tag() from filemap_get_folios()Pankaj Raghav1-37/+8
2023-10-19mm: make lock_folio_maybe_drop_mmap() VMA lock awareMatthew Wilcox (Oracle)1-6/+7
2023-10-19mm/filemap: clarify filemap_fault() comments for not uptodate caseLorenzo Stoakes1-6/+13
2023-10-17mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar1-24/+10
2023-10-07mm/filemap: increase usage of folio_next_index() helperMinjie Du1-1/+1