aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig1-1/+0
2021-09-27mm/memcg: Convert mem_cgroup_migrate() to take foliosMatthew Wilcox (Oracle)1-1/+4
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)1-1/+1
2021-09-24mm/shmem.c: fix judgment error in shmem_is_huge()Liu Yuntao1-2/+2
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-148/+123
2021-09-03shmem: shmem_writepage() split unlikely i915 THPHugh Dickins1-1/+13
2021-09-03huge tmpfs: decide stat.st_blksize by shmem_is_huge()Hugh Dickins1-11/+1
2021-09-03huge tmpfs: shmem_is_huge(vma, inode, index)Hugh Dickins1-59/+25
2021-09-03huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins1-12/+17
2021-09-03huge tmpfs: move shmem_huge_enabled() upwardsHugh Dickins1-37/+35
2021-09-03huge tmpfs: revert shmem's use of transhuge_vma_enabled()Hugh Dickins1-1/+2
2021-09-03huge tmpfs: remove shrinklist addition from shmem_setattr()Hugh Dickins1-19/+0
2021-09-03huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZEHugh Dickins1-1/+14
2021-09-03huge tmpfs: fix fallocate(vanilla) advance over huge pagesHugh Dickins1-3/+16
2021-09-03shmem: include header file to declare swap_infoMiaohe Lin1-2/+1
2021-09-03shmem: remove unneeded function forward declarationMiaohe Lin1-3/+0
2021-09-03shmem: remove unneeded header fileMiaohe Lin1-2/+0
2021-09-03shmem: remove unneeded variable retMiaohe Lin1-2/+1
2021-09-03shmem: use raw_spinlock_t for ->stat_lockSebastian Andrzej Siewior1-14/+17
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-10/+10
2021-08-20Revert "mm/shmem: fix shmem_swapin() race with swapoff"Yang Shi1-13/+1