summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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-041-2/+0
| * merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton2024-02-231-25/+26
| |\
| * | mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)2024-02-211-1/+1
| * | mm/filemap: avoid type conversionHongbo Li2024-02-211-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-231-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-101-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-101-1/+1
|/
* mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins2023-12-061-1/+1
* mm: more ptep_get() conversionRyan Roberts2023-11-151-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
* mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)2023-10-181-12/+3
* mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)2023-10-181-2/+7
* mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)2023-10-181-3/+11
* mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-181-29/+1
* bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-181-0/+5
* mm: add folio_end_read()Matthew Wilcox (Oracle)2023-10-181-0/+22
* filemap: call filemap_get_folios_tag() from filemap_get_folios()Pankaj Raghav2023-10-181-37/+8
* mm: make lock_folio_maybe_drop_mmap() VMA lock awareMatthew Wilcox (Oracle)2023-10-181-6/+7
* mm/filemap: clarify filemap_fault() comments for not uptodate caseLorenzo Stoakes2023-10-181-6/+13
* mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar2023-10-161-24/+10
* mm/filemap: increase usage of folio_next_index() helperMinjie Du2023-10-061-1/+1
* mm: report success more often from filemap_map_folio_range()Matthew Wilcox (Oracle)2023-09-291-2/+2
* filemap: add filemap_map_order0_folio() to handle order0 folioYin Fengwei2023-09-191-21/+48
* mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()Tong Tiangen2023-09-051-3/+0
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-79/+98
|\
| * filemap: batch PTE mappingsYin Fengwei2023-08-241-14/+29
| * mm: convert do_set_pte() to set_pte_range()Yin Fengwei2023-08-241-2/+1
| * filemap: add filemap_map_folio_range()Yin Fengwei2023-08-241-54/+55
| * mm: handle swap page faults under per-VMA lockSuren Baghdasaryan2023-08-241-9/+8
| * mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan2023-08-241-10/+12
| * mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells2023-08-181-0/+2
| * mm/filemap.c: fix update prev_pos after one read request doneHaibo Li2023-08-181-4/+5
| * mm: increase usage of folio_next_index() helperSidhartha Kumar2023-08-181-4/+4