summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2022-01-22mm: simplify try_to_unuseChristoph Hellwig
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: drop node from alloc_pages_vmaMichal Hocko
2022-01-15shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li
2022-01-15mm: shmem: don't truncate page if memory failure happensYang Shi
2022-01-08mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)
2022-01-08truncate,shmem: Handle truncates that split large foliosMatthew Wilcox (Oracle)
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)
2022-01-08filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)
2022-01-08truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)
2022-01-08shmem: Convert part of shmem_undo_range() to use a folioMatthew Wilcox (Oracle)
2021-11-17fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)
2021-11-13Revert "mm: shmem: don't truncate page if memory failure happens"Linus Torvalds
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: shmem: don't truncate page if memory failure happensYang Shi
2021-11-06mm/shmem: unconditionally set pte dirty in mfill_atomic_install_ptePeter Xu
2021-11-06mm/smaps: use vma->vm_pgoff directly when counting partial swapPeter Xu
2021-11-03libfs: Move shmem_exchange to simple_rename_exchangeLorenz Bauer
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig
2021-09-27mm/memcg: Convert mem_cgroup_migrate() to take foliosMatthew Wilcox (Oracle)
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)
2021-09-24mm/shmem.c: fix judgment error in shmem_is_huge()Liu Yuntao
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03shmem: shmem_writepage() split unlikely i915 THPHugh Dickins
2021-09-03huge tmpfs: decide stat.st_blksize by shmem_is_huge()Hugh Dickins
2021-09-03huge tmpfs: shmem_is_huge(vma, inode, index)Hugh Dickins
2021-09-03huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins
2021-09-03huge tmpfs: move shmem_huge_enabled() upwardsHugh Dickins
2021-09-03huge tmpfs: revert shmem's use of transhuge_vma_enabled()Hugh Dickins
2021-09-03huge tmpfs: remove shrinklist addition from shmem_setattr()Hugh Dickins
2021-09-03huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZEHugh Dickins
2021-09-03huge tmpfs: fix fallocate(vanilla) advance over huge pagesHugh Dickins
2021-09-03shmem: include header file to declare swap_infoMiaohe Lin
2021-09-03shmem: remove unneeded function forward declarationMiaohe Lin
2021-09-03shmem: remove unneeded header fileMiaohe Lin
2021-09-03shmem: remove unneeded variable retMiaohe Lin
2021-09-03shmem: use raw_spinlock_t for ->stat_lockSebastian Andrzej Siewior
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-20Revert "mm/shmem: fix shmem_swapin() race with swapoff"Yang Shi
2021-07-12mm: Fix comments mentioning i_mutexJan Kara
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-30userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen
2021-06-30userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen
2021-06-30userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm: charge active memcg when no mm is setDan Schatzberg
2021-06-29mm/shmem: fix shmem_swapin() race with swapoffMiaohe Lin