summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-4/+4
|\
| * Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton2024-07-061-7/+10
| |\
| * | filemap: fix page_cache_next_miss() when no hole foundJan Kara2024-07-041-3/+3
| * | mm/filemap: reinitialize folio->_mapcount directlyDavid Hildenbrand2024-07-041-1/+1
* | | Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-07-191-15/+25
|\ \ \
| * | | filemap: Convert generic_perform_write() to support large foliosMatthew Wilcox (Oracle)2024-07-081-15/+25
| |/ /
* | / filemap: replace pte_offset_map() with pte_offset_map_nolock()ZhangPeng2024-07-101-1/+2
| |/ |/|
* | cachestat: do not flush stats in recency checkNhat Pham2024-07-041-1/+4
* | mm/filemap: skip to create PMD-sized page cache if neededGavin Shan2024-07-041-1/+1
* | mm: page_ref: remove folio_try_get_rcu()Yang Shi2024-07-041-5/+5
|/
* mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan2024-06-061-1/+1
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-37/+78
|\
| * mm: filemap: batch mm counter updating in filemap_map_pages()Kefeng Wang2024-05-061-9/+12
| * mm: move mm counter updating out of set_pte_range()Kefeng Wang2024-05-061-0/+4
| * mm/filemap: use folio_mapcount() in filemap_unaccount_folio()David Hildenbrand2024-05-061-1/+1
| * mm: use "GUP-fast" instead "fast GUP" in remaining commentsDavid Hildenbrand2024-04-261-1/+1
| * mm/filemap: optimize filemap folio addingKairui Song2024-04-261-15/+41
| * mm/filemap: clean up hugetlb exclusion codeKairui Song2024-04-261-13/+8
| * mm/filemap: return early if failed to allocate memory for splitKairui Song2024-04-261-1/+4
| * mm/filemap: don't decrease mmap_miss when folio has workingset flagLiu Shixin2024-04-261-2/+12
| * mm: enable page allocation taggingSuren Baghdasaryan2024-04-261-3/+3
* | mm: Provide a means of invalidation without using launder_folioDavid Howells2024-05-011-0/+54
* | mm: Remove the PG_fscache alias for PG_private_2David Howells2024-04-291-3/+3
|/
* mm: cachestat: fix two shmem bugsJohannes Weiner2024-03-261-0/+16
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-4/+48
|\
| * filemap: avoid unnecessary major faults in filemap_fault()ZhangPeng2024-03-061-0/+46
| * mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)2024-03-051-2/+0
| * merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton2024-02-241-25/+26
| |\
| * | mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)2024-02-221-1/+1
| * | mm/filemap: avoid type conversionHongbo Li2024-02-221-1/+1
* | | Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-131-0/+9
|\ \ \
| * | | mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig2024-02-211-0/+9
| |/ /
* | | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-9/+0
|\ \ \ | |_|/ |/| |
| * | Revert "mm/filemap: avoid buffered read/write race to read inconsistent data"Baokun Li2024-01-251-9/+0
| |/
* / mm: cachestat: fix folio read-after-free in cache walkNhat Pham2024-02-241-25/+26
|/
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-0/+2
|\
| * netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-0/+1
| * netfs: Implement unbuffered/DIO read supportDavid Howells2023-12-281-0/+1
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-111-0/+1
|\ \
| * | Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-271-0/+1
| |/
* | mm/rmap: remove page_remove_rmap()David Hildenbrand2023-12-291-5/+5
* | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-201-0/+9
|\ \
| * | mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li2023-12-201-0/+9
| |/
* | mm: filemap: remove unnecessary iitialization of retLi zeming2023-12-121-1/+1
* | mm/filemap: increase usage of folio_next_index() helperMinjie Du2023-12-111-1/+1
|/
* mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins2023-12-071-1/+1
* mm: more ptep_get() conversionRyan Roberts2023-11-161-1/+1
* mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2023-10-181-1/+1
* filemap: remove use of wait bookmarksMatthew Wilcox (Oracle)2023-10-181-20/+1
* memcontrol: only transfer the memcg data for migrationNhat Pham2023-10-181-1/+1