index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
shmem_fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-19
mm: swapoff: shmem_unuse() stop eviction without igrab()
Hugh Dickins
1
-0
/
+1
2019-03-06
mm: rid swapoff of quadratic complexity
Vineeth Remanan Pillai
1
-1
/
+2
2018-06-08
mm: restructure memfd code
Mike Kravetz
1
-13
/
+0
2018-02-01
shmem: rename functions that are memfd-related
Marc-André Lureau
1
-2
/
+2
2018-02-01
shmem: unexport shmem_add_seals()/shmem_get_seals()
Marc-André Lureau
1
-2
/
+0
2017-11-16
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-07
mm/shmem: introduce shmem_file_setup_with_mnt
Matthew Auld
1
-0
/
+2
2017-09-07
userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd support
Mike Rapoport
1
-0
/
+6
2017-02-25
mm: remove shmem_mapping() shmem_zero_setup() duplicates
Hugh Dickins
1
-0
/
+7
2017-02-23
userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd support
Mike Rapoport
1
-0
/
+11
2016-07-27
shmem: split huge pages beyond i_size under memory pressure
Kirill A. Shutemov
1
-1
/
+5
2016-07-27
thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE
Kirill A. Shutemov
1
-1
/
+9
2016-07-27
khugepaged: add support of collapse for tmpfs/shmem pages
Kirill A. Shutemov
1
-0
/
+23
2016-07-27
shmem: add huge pages support
Kirill A. Shutemov
1
-0
/
+3
2016-07-27
shmem: get_unmapped_area align huge page
Hugh Dickins
1
-0
/
+2
2016-07-27
shmem: prepare huge= mount option and sysfs knob
Kirill A. Shutemov
1
-1
/
+2
2016-01-23
make sure that freeing shmem fast symlinks is RCU-delayed
Al Viro
1
-4
/
+1
2016-01-15
mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings
Vlastimil Babka
1
-0
/
+2
2016-01-15
mm, proc: reduce cost of /proc/pid/smaps for shmem mappings
Vlastimil Babka
1
-0
/
+2
2014-08-09
shm: add sealing API
David Herrmann
1
-0
/
+17
2014-04-04
mm + fs: prepare for non-page entries in page cache radix trees
Johannes Weiner
1
-0
/
+1
2013-12-02
security: shmem: implement kernel private shmem inodes
Eric Paris
1
-0
/
+2
2012-08-25
xattr: extract simple_xattr code from tmpfs
Aristeu Rozanski
1
-1
/
+2
2012-05-16
userns: Convert tmpfs to use kuid and kgid where appropriate
Eric W. Biederman
1
-2
/
+2
2012-01-23
SHM_UNLOCK: fix Unevictable pages stranded after swap
Hugh Dickins
1
-0
/
+1
2012-01-04
shmem, ramfs: propagate umode_t, open-coded S_ISREG
Al Viro
1
-1
/
+1
2011-08-04
tmpfs: use kmemdup for short symlinks
Hugh Dickins
1
-8
/
+3
2011-08-04
tmpfs: convert mem_cgroup shmem to radix-swap
Hugh Dickins
1
-2
/
+0
2011-08-04
tmpfs: miscellaneous trivial cleanups
Hugh Dickins
1
-1
/
+1
2011-08-04
tmpfs: demolish old swap vector support
Hugh Dickins
1
-2
/
+0
2011-06-28
tmpfs: add shmem_read_mapping_page_gfp
Hugh Dickins
1
-7
/
+10
2011-06-28
tmpfs: take control of its truncate_range
Hugh Dickins
1
-0
/
+1
2011-06-28
mm: move shmem prototypes to shmem_fs.h
Hugh Dickins
1
-0
/
+17
2011-05-25
tmpfs: implement generic xattr support
Eric Paris
1
-1
/
+7
2010-08-10
tmpfs: make tmpfs scalable with percpu_counter for used blocks
Tim Chen
1
-1
/
+2
2009-12-16
make generic_acl slightly more generic
Christoph Hellwig
1
-16
/
+0
2009-09-15
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
Kay Sievers
1
-0
/
+3
2009-09-08
shmfs: use 'check_acl' instead of 'permission'
Linus Torvalds
1
-1
/
+1
2009-06-24
switch shmem to inode->i_acl
Al Viro
1
-8
/
+0
2008-07-27
[PATCH] sanitize ->permission() prototype
Al Viro
1
-1
/
+1
2008-04-28
mempolicy: use struct mempolicy pointer in shmem_sb_info
Lee Schermerhorn
1
-3
/
+1
2008-04-28
mempolicy: support optional mode flags
David Rientjes
1
-0
/
+1
2008-04-28
mempolicy: convert MPOL constants to enum
David Rientjes
1
-1
/
+1
2008-02-08
mount options: fix tmpfs
akpm@linux-foundation.org
1
-1
/
+4
2006-09-29
[PATCH] Access Control Lists for tmpfs
Andreas Gruenbacher
1
-0
/
+24
2006-01-15
[PATCH] Add tmpfs options for memory placement policies
Robin Holt
1
-0
/
+2
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+37