aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+40
2022-05-27mm/shmem.c: suppress shift warningAndrew Morton1-1/+1
2022-05-27mm/shmem: fix infinite loop when swap in shmem error at swapoff timeMiaohe Lin1-0/+39
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-185/+168
2022-05-25mm/shmem: fix shmem folio swapoff hangHugh Dickins1-2/+1
2022-05-19tmpfs: fix undefined-behaviour in shmem_reconfigure()Luo Meng1-0/+4
2022-05-19mm: mmap: register suitable readonly file vmas for khugepagedYang Shi1-4/+0
2022-05-19mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi1-10/+2
2022-05-13mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()Matthew Wilcox (Oracle)1-59/+51
2022-05-13mm/shmem: convert shmem_getpage_gfp to use a folioMatthew Wilcox (Oracle)1-52/+43
2022-05-13mm/shmem: convert shmem_alloc_and_acct_page to use a folioMatthew Wilcox (Oracle)1-9/+9
2022-05-13mm/shmem: add shmem_alloc_folio()Matthew Wilcox (Oracle)1-4/+10
2022-05-13mm/shmem: turn shmem_should_replace_page into shmem_should_replace_folioMatthew Wilcox (Oracle)1-4/+4
2022-05-13mm/shmem: convert shmem_add_to_page_cache to take a folioMatthew Wilcox (Oracle)1-26/+31
2022-05-13mm/shmem: use a folio in shmem_unused_huge_shrinkMatthew Wilcox (Oracle)1-11/+12
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)1-1/+2
2022-05-13shmem: convert shmem_alloc_hugepage() to use vma_alloc_folio()Matthew Wilcox (Oracle)1-6/+4
2022-05-13mm/shmem: take care of UFFDIO_COPY_MODE_WPPeter Xu1-2/+2
2022-05-09mm: create new mm/swap.h header fileNeilBrown1-0/+1
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-04-28mm: shmem: make shmem_init return voidMiaohe Lin1-6/+3
2022-04-15tmpfs: fix regressions from wider use of ZERO_PAGEHugh Dickins1-11/+20
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-03-22mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()Muchun Song1-1/+3
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22mm: shmem: use helper macro __ATTR_RWMiaohe Lin1-2/+1
2022-03-22tmpfs: do not allocate pages on readHugh Dickins1-14/+6
2022-03-22shmem: mapping_set_exiting() to help mapped resilienceHugh Dickins1-0/+1
2022-03-22tmpfs: support for file creation timeXavier Roche1-3/+13
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-01-22mm: simplify try_to_unuseChristoph Hellwig1-27/+6
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-24/+67
2022-01-15mm: drop node from alloc_pages_vmaMichal Hocko1-2/+1
2022-01-15shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li1-16/+21
2022-01-15mm: shmem: don't truncate page if memory failure happensYang Shi1-6/+45
2022-01-08mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)1-11/+8
2022-01-08truncate,shmem: Handle truncates that split large foliosMatthew Wilcox (Oracle)1-63/+45
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)1-8/+6
2022-01-08filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)1-16/+20
2022-01-08truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)1-2/+3
2022-01-08shmem: Convert part of shmem_undo_range() to use a folioMatthew Wilcox (Oracle)1-7/+7
2021-11-17fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)1-1/+2
2021-11-13Revert "mm: shmem: don't truncate page if memory failure happens"Linus Torvalds1-35/+3
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-23/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+37
2021-11-06mm: shmem: don't truncate page if memory failure happensYang Shi1-3/+35
2021-11-06mm/shmem: unconditionally set pte dirty in mfill_atomic_install_ptePeter Xu1-1/+0
2021-11-06mm/smaps: use vma->vm_pgoff directly when counting partial swapPeter Xu1-3/+2
2021-11-03libfs: Move shmem_exchange to simple_rename_exchangeLorenz Bauer1-23/+1