aboutsummaryrefslogtreecommitdiff
path: root/include/linux/shmem_fs.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-03mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Gravatar Zach O'Keefe 1-4/+6
2022-10-03shmem: remove shmem_getpage()Gravatar Matthew Wilcox (Oracle) 1-3/+1
2022-10-03shmem: add shmem_get_folio()Gravatar Matthew Wilcox (Oracle) 1-0/+2
2022-08-20mm/shmem: fix chattr fsflags support in tmpfsGravatar Hugh Dickins 1-9/+4
2022-07-29mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfsGravatar Theodore Ts'o 1-0/+11
2022-05-13mm/shmem: take care of UFFDIO_COPY_MODE_WPGravatar Peter Xu 1-2/+2
2022-04-28mm: shmem: make shmem_init return voidGravatar Miaohe Lin 1-1/+1
2022-03-22tmpfs: support for file creation timeGravatar Xavier Roche 1-0/+1
2022-01-22mm: simplify try_to_unuseGravatar Christoph Hellwig 1-2/+1
2021-09-03huge tmpfs: shmem_is_huge(vma, inode, index)Gravatar Hugh Dickins 1-3/+6
2021-09-03huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceGravatar Hugh Dickins 1-0/+1
2021-09-03huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZEGravatar Hugh Dickins 1-0/+13
2021-09-03shmem: use raw_spinlock_t for ->stat_lockGravatar Sebastian Andrzej Siewior 1-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-11/+8
2021-06-30userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteGravatar Axel Rasmussen 1-11/+8
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsGravatar Alexey Gladkov 1-1/+1
2020-12-15mm/shmem.c: make shmem_mapping() inlineGravatar Hui Su 1-1/+5
2020-08-07tmpfs: support 64-bit inums per-sbGravatar Chris Down 1-0/+1
2020-08-07tmpfs: per-superblock i_ino supportGravatar Chris Down 1-0/+2
2020-04-07mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEGravatar Matthew Wilcox (Oracle) 1-9/+1
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-1/+2
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIGravatar David Howells 1-2/+2
2019-09-05make shmem_fill_super() staticGravatar Al Viro 1-1/+2
2019-04-19mm: swapoff: shmem_unuse() stop eviction without igrab()Gravatar Hugh Dickins 1-0/+1
2019-03-05mm: rid swapoff of quadratic complexityGravatar Vineeth Remanan Pillai 1-1/+2
2018-06-07mm: restructure memfd codeGravatar Mike Kravetz 1-13/+0
2018-01-31shmem: rename functions that are memfd-relatedGravatar Marc-André Lureau 1-2/+2
2018-01-31shmem: unexport shmem_add_seals()/shmem_get_seals()Gravatar Marc-André Lureau 1-2/+0
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-07mm/shmem: introduce shmem_file_setup_with_mntGravatar Matthew Auld 1-0/+2
2017-09-06userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd supportGravatar Mike Rapoport 1-0/+6
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesGravatar Hugh Dickins 1-0/+7
2017-02-22userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd supportGravatar Mike Rapoport 1-0/+11
2016-07-26shmem: split huge pages beyond i_size under memory pressureGravatar Kirill A. Shutemov 1-1/+5
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEGravatar Kirill A. Shutemov 1-1/+9
2016-07-26khugepaged: add support of collapse for tmpfs/shmem pagesGravatar Kirill A. Shutemov 1-0/+23
2016-07-26shmem: add huge pages supportGravatar Kirill A. Shutemov 1-0/+3
2016-07-26shmem: get_unmapped_area align huge pageGravatar Hugh Dickins 1-0/+2
2016-07-26shmem: prepare huge= mount option and sysfs knobGravatar Kirill A. Shutemov 1-1/+2
2016-01-22make sure that freeing shmem fast symlinks is RCU-delayedGravatar Al Viro 1-4/+1
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsGravatar Vlastimil Babka 1-0/+2
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsGravatar Vlastimil Babka 1-0/+2
2014-08-08shm: add sealing APIGravatar David Herrmann 1-0/+17
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesGravatar Johannes Weiner 1-0/+1
2013-12-02security: shmem: implement kernel private shmem inodesGravatar Eric Paris 1-0/+2
2012-08-24xattr: extract simple_xattr code from tmpfsGravatar Aristeu Rozanski 1-1/+2
2012-05-15userns: Convert tmpfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-2/+2
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapGravatar Hugh Dickins 1-0/+1
2012-01-03shmem, ramfs: propagate umode_t, open-coded S_ISREGGravatar Al Viro 1-1/+1