aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/shmem_fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe1-4/+6
2022-10-03shmem: remove shmem_getpage()Matthew Wilcox (Oracle)1-3/+1
2022-10-03shmem: add shmem_get_folio()Matthew Wilcox (Oracle)1-0/+2
2022-08-20mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins1-9/+4
2022-07-29mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfsTheodore Ts'o1-0/+11
2022-05-13mm/shmem: take care of UFFDIO_COPY_MODE_WPPeter Xu1-2/+2
2022-04-28mm: shmem: make shmem_init return voidMiaohe Lin1-1/+1
2022-03-22tmpfs: support for file creation timeXavier Roche1-0/+1
2022-01-22mm: simplify try_to_unuseChristoph Hellwig1-2/+1
2021-09-03huge tmpfs: shmem_is_huge(vma, inode, index)Hugh Dickins1-3/+6
2021-09-03huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins1-0/+1
2021-09-03huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZEHugh Dickins1-0/+13
2021-09-03shmem: use raw_spinlock_t for ->stat_lockSebastian Andrzej Siewior1-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+8
2021-06-30userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen1-11/+8
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov1-1/+1
2020-12-15mm/shmem.c: make shmem_mapping() inlineHui Su1-1/+5
2020-08-07tmpfs: support 64-bit inums per-sbChris Down1-0/+1
2020-08-07tmpfs: per-superblock i_ino supportChris Down1-0/+2
2020-04-07mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)1-9/+1
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-1/+2
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells1-2/+2
2019-09-05make shmem_fill_super() staticAl Viro1-1/+2
2019-04-19mm: swapoff: shmem_unuse() stop eviction without igrab()Hugh Dickins1-0/+1
2019-03-05mm: rid swapoff of quadratic complexityVineeth Remanan Pillai1-1/+2
2018-06-07mm: restructure memfd codeMike Kravetz1-13/+0
2018-01-31shmem: rename functions that are memfd-relatedMarc-André Lureau1-2/+2
2018-01-31shmem: unexport shmem_add_seals()/shmem_get_seals()Marc-André Lureau1-2/+0
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-07mm/shmem: introduce shmem_file_setup_with_mntMatthew Auld1-0/+2
2017-09-06userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd supportMike Rapoport1-0/+6
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins1-0/+7
2017-02-22userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd supportMike Rapoport1-0/+11
2016-07-26shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov1-1/+5
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov1-1/+9
2016-07-26khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov1-0/+23
2016-07-26shmem: add huge pages supportKirill A. Shutemov1-0/+3
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins1-0/+2
2016-07-26shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov1-1/+2
2016-01-22make sure that freeing shmem fast symlinks is RCU-delayedAl Viro1-4/+1
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka1-0/+2
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka1-0/+2
2014-08-08shm: add sealing APIDavid Herrmann1-0/+17
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-0/+1
2013-12-02security: shmem: implement kernel private shmem inodesEric Paris1-0/+2
2012-08-24xattr: extract simple_xattr code from tmpfsAristeu Rozanski1-1/+2
2012-05-15userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins1-0/+1
2012-01-03shmem, ramfs: propagate umode_t, open-coded S_ISREGAl Viro1-1/+1