aboutsummaryrefslogtreecommitdiff
path: root/include/linux/shmem_fs.h
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-03tmpfs: use kmemdup for short symlinksGravatar Hugh Dickins 1-8/+3
2011-08-03tmpfs: convert mem_cgroup shmem to radix-swapGravatar Hugh Dickins 1-2/+0
2011-08-03tmpfs: miscellaneous trivial cleanupsGravatar Hugh Dickins 1-1/+1
2011-08-03tmpfs: demolish old swap vector supportGravatar Hugh Dickins 1-2/+0
2011-06-27tmpfs: add shmem_read_mapping_page_gfpGravatar Hugh Dickins 1-7/+10
2011-06-27tmpfs: take control of its truncate_rangeGravatar Hugh Dickins 1-0/+1
2011-06-27mm: move shmem prototypes to shmem_fs.hGravatar Hugh Dickins 1-0/+17
2011-05-25tmpfs: implement generic xattr supportGravatar Eric Paris 1-1/+7
2010-08-09tmpfs: make tmpfs scalable with percpu_counter for used blocksGravatar Tim Chen 1-1/+2
2009-12-16make generic_acl slightly more genericGravatar Christoph Hellwig 1-16/+0
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devGravatar Kay Sievers 1-0/+3
2009-09-08shmfs: use 'check_acl' instead of 'permission'Gravatar Linus Torvalds 1-1/+1
2009-06-24switch shmem to inode->i_aclGravatar Al Viro 1-8/+0
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-1/+1
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoGravatar Lee Schermerhorn 1-3/+1
2008-04-28mempolicy: support optional mode flagsGravatar David Rientjes 1-0/+1
2008-04-28mempolicy: convert MPOL constants to enumGravatar David Rientjes 1-1/+1
2008-02-08mount options: fix tmpfsGravatar akpm@linux-foundation.org 1-1/+4
2006-09-29[PATCH] Access Control Lists for tmpfsGravatar Andreas Gruenbacher 1-0/+24
2006-01-14[PATCH] Add tmpfs options for memory placement policiesGravatar Robin Holt 1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+37