summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
AgeCommit message (Expand)Author
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
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner
2020-06-03mm: memcontrol: charge swapin pages on instantiationJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner
2020-06-03mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner
2020-06-03mm: shmem: remove rare optimization when swapin races with hole punchingJohannes Weiner
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner
2020-04-21mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi
2020-04-21shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins
2020-04-21mm/shmem: fix build without THPHugh Dickins
2020-04-07mm: use fallthrough;Joe Perches
2020-04-07mm: huge tmpfs: try to split_huge_page() when punching holeHugh Dickins
2020-04-07mm/shmem.c: clean code by removing unnecessary assignmentMateusz Nosek
2020-04-07mm/shmem.c: distribute switch variables for initializationKees Cook
2020-04-07mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)
2020-04-07mm, thp: track fallbacks due to failed memcg charges separatelyDavid Rientjes
2020-04-07mm, shmem: add vmstat for hugepage fallbackDavid Rientjes
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2020-03-16kernfs: Add removed_size out param for simple_xattr_setDaniel Xu
2020-02-18tmpfs: deny and force are not huge mount optionsHugh Dickins
2020-02-07tmpfs: switch to use of invalfc()Al Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro
2020-02-07fs_parse: get rid of ->enumsAl Viro
2020-01-13mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alig...Kirill A. Shutemov
2019-12-01mm/shmem.c: cast the type of unmap_start to u64Chen Jun
2019-12-01mm: shmem: use proper gfp flags for shmem_writepage()Yang Shi
2019-12-01mm/shmem.c: make array 'values' static const, makes object smallerColin Ian King
2019-12-01mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappingsNicolas Geoffray
2019-12-01shmem: pin the file in shmem_fault() if mmap_sem is droppedKirill A. Shutemov
2019-10-10Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-10-09shmem: fix LSM options parsingAl Viro