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
starfive-6.6.48-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-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
2022-07-19
tmpfs: fix the issue that the mount and remount results are inconsistent.
ZhaoLong Wang
1
-5
/
+2
2022-07-04
mm/swap: convert delete_from_swap_cache() to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-06-29
shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-7
/
+6
2022-06-29
filemap: Remove add_to_page_cache() and add_to_page_cache_locked()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-06-29
mm: Remove __delete_from_page_cache()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-06-17
mm/shmem.c: clean up comment of shmem_swapin_folio
Miaohe Lin
1
-5
/
+5
2022-05-27
Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+40
2022-05-27
mm/shmem.c: suppress shift warning
Andrew Morton
1
-1
/
+1
2022-05-27
mm/shmem: fix infinite loop when swap in shmem error at swapoff time
Miaohe Lin
1
-0
/
+39
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-185
/
+168
2022-05-25
mm/shmem: fix shmem folio swapoff hang
Hugh Dickins
1
-2
/
+1
2022-05-20
tmpfs: fix undefined-behaviour in shmem_reconfigure()
Luo Meng
1
-0
/
+4
2022-05-20
mm: mmap: register suitable readonly file vmas for khugepaged
Yang Shi
1
-4
/
+0
2022-05-20
mm: khugepaged: introduce khugepaged_enter_vma() helper
Yang Shi
1
-10
/
+2
2022-05-13
mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()
Matthew Wilcox (Oracle)
1
-59
/
+51
2022-05-13
mm/shmem: convert shmem_getpage_gfp to use a folio
Matthew Wilcox (Oracle)
1
-52
/
+43
2022-05-13
mm/shmem: convert shmem_alloc_and_acct_page to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-05-13
mm/shmem: add shmem_alloc_folio()
Matthew Wilcox (Oracle)
1
-4
/
+10
2022-05-13
mm/shmem: turn shmem_should_replace_page into shmem_should_replace_folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-05-13
mm/shmem: convert shmem_add_to_page_cache to take a folio
Matthew Wilcox (Oracle)
1
-26
/
+31
2022-05-13
mm/shmem: use a folio in shmem_unused_huge_shrink
Matthew Wilcox (Oracle)
1
-11
/
+12
2022-05-13
swap: turn get_swap_page() into folio_alloc_swap()
Matthew Wilcox (Oracle)
1
-1
/
+2
2022-05-13
shmem: convert shmem_alloc_hugepage() to use vma_alloc_folio()
Matthew Wilcox (Oracle)
1
-6
/
+4
2022-05-13
mm/shmem: take care of UFFDIO_COPY_MODE_WP
Peter Xu
1
-2
/
+2
2022-05-10
mm: create new mm/swap.h header file
NeilBrown
1
-0
/
+1
2022-05-09
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-1
/
+1
[prev]
[next]