summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* mm/shmem: fix shmem folio swapoff hangHugh Dickins2022-05-251-2/+1
* tmpfs: fix undefined-behaviour in shmem_reconfigure()Luo Meng2022-05-191-0/+4
* mm: mmap: register suitable readonly file vmas for khugepagedYang Shi2022-05-191-4/+0
* mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi2022-05-191-10/+2
* mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()Matthew Wilcox (Oracle)2022-05-131-59/+51
* mm/shmem: convert shmem_getpage_gfp to use a folioMatthew Wilcox (Oracle)2022-05-131-52/+43
* mm/shmem: convert shmem_alloc_and_acct_page to use a folioMatthew Wilcox (Oracle)2022-05-131-9/+9
* mm/shmem: add shmem_alloc_folio()Matthew Wilcox (Oracle)2022-05-131-4/+10
* mm/shmem: turn shmem_should_replace_page into shmem_should_replace_folioMatthew Wilcox (Oracle)2022-05-131-4/+4
* mm/shmem: convert shmem_add_to_page_cache to take a folioMatthew Wilcox (Oracle)2022-05-131-26/+31
* mm/shmem: use a folio in shmem_unused_huge_shrinkMatthew Wilcox (Oracle)2022-05-131-11/+12
* swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)2022-05-131-1/+2
* shmem: convert shmem_alloc_hugepage() to use vma_alloc_folio()Matthew Wilcox (Oracle)2022-05-131-6/+4
* mm/shmem: take care of UFFDIO_COPY_MODE_WPPeter Xu2022-05-131-2/+2
* mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1
* mm: shmem: make shmem_init return voidMiaohe Lin2022-04-281-6/+3
* tmpfs: fix regressions from wider use of ZERO_PAGEHugh Dickins2022-04-151-11/+20
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+1
|\
| * fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* | mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()Muchun Song2022-03-221-1/+3
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | mm: shmem: use helper macro __ATTR_RWMiaohe Lin2022-03-221-2/+1
* | tmpfs: do not allocate pages on readHugh Dickins2022-03-221-14/+6
* | shmem: mapping_set_exiting() to help mapped resilienceHugh Dickins2022-03-221-0/+1
* | tmpfs: support for file creation timeXavier Roche2022-03-221-3/+13
|/
* mm: simplify try_to_unuseChristoph Hellwig2022-01-221-27/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-24/+67
|\
| * mm: drop node from alloc_pages_vmaMichal Hocko2022-01-151-2/+1
| * shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li2022-01-151-16/+21
| * mm: shmem: don't truncate page if memory failure happensYang Shi2022-01-151-6/+45
* | mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)2022-01-081-11/+8
* | truncate,shmem: Handle truncates that split large foliosMatthew Wilcox (Oracle)2022-01-081-63/+45
* | mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)2022-01-081-8/+6
* | filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)2022-01-081-16/+20
* | truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)2022-01-081-2/+3
* | shmem: Convert part of shmem_undo_range() to use a folioMatthew Wilcox (Oracle)2022-01-081-7/+7
|/
* fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)2021-11-171-1/+2
* Revert "mm: shmem: don't truncate page if memory failure happens"Linus Torvalds2021-11-131-35/+3
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-23/+1
|\
| * libfs: Move shmem_exchange to simple_rename_exchangeLorenz Bauer2021-11-031-23/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-7/+37
|\ \ | |/ |/|
| * mm: shmem: don't truncate page if memory failure happensYang Shi2021-11-061-3/+35
| * mm/shmem: unconditionally set pte dirty in mfill_atomic_install_ptePeter Xu2021-11-061-1/+0
| * mm/smaps: use vma->vm_pgoff directly when counting partial swapPeter Xu2021-11-061-3/+2
* | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+0
|\ \
| * | mm: remove spurious blkdev.h includesChristoph Hellwig2021-10-181-1/+0
| |/
* | mm/memcg: Convert mem_cgroup_migrate() to take foliosMatthew Wilcox (Oracle)2021-09-271-1/+4
* | mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)2021-09-271-1/+1
|/
* mm/shmem.c: fix judgment error in shmem_is_huge()Liu Yuntao2021-09-241-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-148/+123
|\