summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2021-08-20Revert "mm/shmem: fix shmem_swapin() race with swapoff"Yang Shi
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
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-05-14userfaultfd: release page in error path to avoid BUG_ONAxel Rasmussen
2021-05-14mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov
2021-04-19shmem: allow reporting fanotify events with file handles on tmpfsAmir Goldstein
2021-02-26mm,shmem,thp: limit shmem THP allocations to requested zonesRik van Riel
2021-02-26mm,thp,shm: limit gfp mask to no more than specifiedRik van Riel
2021-02-26mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel
2021-02-26mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add and use find_lock_entriesMatthew Wilcox (Oracle)
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)
2021-02-26mm/shmem: use pagevec_lookup in shmem_unlock_mappingMatthew Wilcox (Oracle)
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-21mm: Use static initialisers for immutable fields of 'struct vm_fault'Will Deacon
2020-12-15mm: shmem: convert shmem_enabled_show to use sysfs_emit_atJoe Perches
2020-12-15mm: memcontrol: add file_thp, shmem_thp to memory.statJohannes Weiner
2020-12-15mm/shmem.c: make shmem_mapping() inlineHui Su
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)
2020-10-13mm/shmem: return head page from find_lock_entryMatthew Wilcox (Oracle)
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-09-19tmpfs: restore functionality of nr_inodes=0Byron Stanoszek
2020-09-04mm: Add arch hooks for saving/restoring tagsSteven Price
2020-09-04mm: Allow arm64 mmap(PROT_MTE) on RAM-based filesCatalin Marinas
2020-08-12mm/shmem.c: delete duplicated wordRandy Dunlap
2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne
2020-08-07tmpfs: support 64-bit inums per-sbChris Down
2020-08-07tmpfs: per-superblock i_ino supportChris Down
2020-07-24vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right wayChengguang Xu
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner