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
/
mm
/
shmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-20
/
+34
2022-12-13
Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org...
Linus Torvalds
1
-1
/
+1
2022-12-13
Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2022-12-10
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-0
/
+11
2022-12-10
tmpfs: fix data loss from failed fallocate
Hugh Dickins
1
-0
/
+11
2022-12-01
mm: anonymous shared memory naming
Pasha Tatashin
1
-4
/
+25
2022-12-01
mm: use pte markers for swap errors
Peter Xu
1
-1
/
+1
2022-11-12
xattr: use rbtree for simple_xattrs
Christian Brauner
1
-1
/
+1
2022-11-09
tmpfs: ensure O_LARGEFILE with generic_file_open()
Thomas Weißschuh
1
-0
/
+1
2022-11-09
mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()
Lukas Bulwahn
1
-2
/
+1
2022-11-09
filemap: find_get_entries() now updates start offset
Vishal Moola (Oracle)
1
-7
/
+4
2022-11-09
filemap: find_lock_entries() now updates start offset
Vishal Moola (Oracle)
1
-6
/
+2
2022-10-28
mm/shmem: ensure proper fallback if page faults
Ira Weiny
1
-0
/
+17
2022-10-19
fs: pass dentry to set acl method
Christian Brauner
1
-1
/
+1
2022-10-12
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2022-10-04
mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()
Zach O'Keefe
1
-8
/
+10
2022-10-04
tmpfs: add support for an i_version counter
Jeff Layton
1
-3
/
+28
2022-10-04
shmem: remove shmem_getpage()
Matthew Wilcox (Oracle)
1
-14
/
+1
2022-10-04
khugepaged: call shmem_get_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-10-04
shmem: convert shmem_get_link() to use a folio
Matthew Wilcox (Oracle)
1
-16
/
+17
2022-10-04
shmem: convert shmem_symlink() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-10-04
shmem: convert shmem_fallocate() to use a folio
Matthew Wilcox (Oracle)
1
-19
/
+17
2022-10-04
shmem: convert shmem_file_read_iter() to use shmem_get_folio()
Matthew Wilcox (Oracle)
1
-9
/
+11
2022-10-04
shmem: convert shmem_write_begin() to use shmem_get_folio()
Matthew Wilcox (Oracle)
1
-3
/
+5
2022-10-04
shmem: convert shmem_get_partial_folio() to use shmem_get_folio()
Matthew Wilcox (Oracle)
1
-5
/
+4
2022-10-04
shmem: add shmem_get_folio()
Matthew Wilcox (Oracle)
1
-13
/
+10
2022-10-04
shmem: convert shmem_read_mapping_page_gfp() to use shmem_get_folio_gfp()
Matthew Wilcox (Oracle)
1
-3
/
+5
2022-10-04
shmem: convert shmem_fault() to use shmem_get_folio_gfp()
Matthew Wilcox (Oracle)
1
-1
/
+4
2022-10-04
shmem: convert shmem_getpage_gfp() to shmem_get_folio_gfp()
Matthew Wilcox (Oracle)
1
-29
/
+41
2022-10-04
shmem: eliminate struct page from shmem_swapin_folio()
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-10-04
shmem: convert shmem_replace_page() to shmem_replace_folio()
Matthew Wilcox (Oracle)
1
-5
/
+4
2022-10-04
shmem: convert shmem_mfill_atomic_pte() to use a folio
Matthew Wilcox (Oracle)
1
-26
/
+19
2022-10-04
mm/swap: convert put_swap_page() to put_swap_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-10-04
mm/swap: convert add_to_swap_cache() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-10-04
shmem: convert shmem_replace_page() to use folios throughout
Matthew Wilcox (Oracle)
1
-35
/
+32
2022-10-04
shmem: convert shmem_delete_from_page_cache() to take a folio
Matthew Wilcox (Oracle)
1
-12
/
+11
2022-10-04
shmem: convert shmem_writepage() to use a folio throughout
Matthew Wilcox (Oracle)
1
-23
/
+24
2022-10-04
mm: add split_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-09-24
vfs: open inside ->tmpfile()
Miklos Szeredi
1
-3
/
+3
2022-08-29
shmem: update folio if shmem_replace_page() updates the page
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-08-21
mm/shmem: shmem_replace_page() remember NR_SHMEM
Hugh Dickins
1
-0
/
+2
2022-08-21
mm/shmem: tmpfs fallocate use file_modified()
Hugh Dickins
1
-1
/
+2
2022-08-21
mm/shmem: fix chattr fsflags support in tmpfs
Hugh Dickins
1
-23
/
+31
2022-08-09
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2022-08-09
new iov_iter flavour - ITER_UBUF
Al Viro
1
-1
/
+1
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+70
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-10
/
+9
2022-08-02
mm/migrate: Convert migrate_page() to migrate_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-07-30
mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfs
Theodore Ts'o
1
-1
/
+63
[next]