summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-1/+1
2024-12-14mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes1-3/+0
2024-12-14mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton1-2/+0
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park1-0/+2
2023-09-19tmpfs: verify {g,u}id mount options correctlyChristian Brauner1-4/+24
2023-07-23shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu1-1/+1
2022-11-26mm: shmem: don't truncate page if memory failure happensYang Shi1-6/+45
2022-05-15mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()Muchun Song1-1/+3
2022-01-27shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li1-16/+21
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/ke...Linus Torvalds1-10/+10
2021-08-20Revert "mm/shmem: fix shmem_swapin() race with swapoff"Yang Shi1-13/+1
2021-07-12mm: Fix comments mentioning i_mutexJan Kara1-10/+10
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-84/+39
2021-06-30userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen1-46/+12
2021-06-30userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen1-1/+11
2021-06-30userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen1-36/+16
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin1-2/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+15
2021-06-29mm: charge active memcg when no mm is setDan Schatzberg1-2/+2
2021-06-29mm/shmem: fix shmem_swapin() race with swapoffMiaohe Lin1-1/+13
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-5/+5
2021-05-14userfaultfd: release page in error path to avoid BUG_ONAxel Rasmussen1-1/+11
2021-05-14mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-18/+4
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai1-1/+1
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov1-5/+5
2021-04-19shmem: allow reporting fanotify events with file handles on tmpfsAmir Goldstein1-0/+3
2021-02-26mm,shmem,thp: limit shmem THP allocations to requested zonesRik van Riel1-1/+5
2021-02-26mm,thp,shm: limit gfp mask to no more than specifiedRik van Riel1-0/+21
2021-02-26mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel1-3/+5
2021-02-26mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)1-3/+2
2021-02-26mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)1-8/+2
2021-02-26mm: add and use find_lock_entriesMatthew Wilcox (Oracle)1-17/+5
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)1-70/+4
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)1-1/+2