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
/
page_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-30
zswap: memcontrol: implement zswap writeback disabling
Nhat Pham
1
-0
/
+5
2023-12-29
mm: convert swap_readpage() to swap_read_folio()
Matthew Wilcox (Oracle)
1
-9
/
+9
2023-12-29
mm: convert swap_page_sector() to swap_folio_sector()
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-12-29
mm: pass a folio to swap_readpage_bdev_async()
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-12-29
mm: pass a folio to swap_readpage_bdev_sync()
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-12-29
mm: pass a folio to swap_readpage_fs()
Matthew Wilcox (Oracle)
1
-7
/
+6
2023-12-29
mm: pass a folio to swap_writepage_bdev_async()
Matthew Wilcox (Oracle)
1
-5
/
+4
2023-12-29
mm: pass a folio to swap_writepage_bdev_sync()
Matthew Wilcox (Oracle)
1
-5
/
+4
2023-12-29
mm: pass a folio to swap_writepage_fs()
Matthew Wilcox (Oracle)
1
-9
/
+9
2023-12-29
mm: pass a folio to __swap_writepage()
Matthew Wilcox (Oracle)
1
-7
/
+7
2023-10-04
mm: memcg: add THP swap out info for anonymous reclaim
Xin Hao
1
-4
/
+4
2023-08-21
zswap: make zswap_load() take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-08-21
swap: remove some calls to compound_head() in swap_readpage()
Matthew Wilcox (Oracle)
1
-6
/
+7
2023-08-21
zswap: make zswap_store() take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-08-21
mm: kill frontswap
Johannes Weiner
1
-3
/
+3
2023-08-18
mm/page_io: convert bio_associate_blkg_from_page() to take in a folio
ZhangPeng
1
-5
/
+5
2023-08-18
mm/page_io: convert count_swpout_vm_event() to take in a folio
ZhangPeng
1
-6
/
+6
2023-08-18
mm/page_io: use a folio in swap_writepage_bdev_async()
ZhangPeng
1
-2
/
+3
2023-08-18
mm/page_io: use a folio in swap_writepage_bdev_sync()
ZhangPeng
1
-2
/
+3
2023-08-18
mm/page_io: use a folio in sio_read_complete()
ZhangPeng
1
-5
/
+5
2023-08-18
mm/page_io: use a folio in __end_swap_bio_read()
ZhangPeng
1
-3
/
+3
2023-08-18
mm/page_io: use a folio in __end_swap_bio_write()
ZhangPeng
1
-4
/
+4
2023-08-18
mm/page_io: remove unneeded SetPageError()
ZhangPeng
1
-3
/
+0
2023-08-18
mm/page_io: remove unneeded ClearPageUptodate()
ZhangPeng
1
-2
/
+0
2023-05-31
swap: use __bio_add_page to add page to bio
Johannes Thumshirn
1
-4
/
+4
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-85
/
+98
2023-02-03
swap: use bvec_set_page to initialize bvecs
Christoph Hellwig
1
-6
/
+2
2023-02-03
block: remove ->rw_page
Christoph Hellwig
1
-21
/
+32
2023-02-03
mm: factor out a swap_writepage_bdev helper
Christoph Hellwig
1
-14
/
+19
2023-02-03
mm: remove the __swap_writepage return value
Christoph Hellwig
1
-14
/
+9
2023-02-03
mm: use an on-stack bio for synchronous swapin
Christoph Hellwig
1
-31
/
+38
2023-02-03
mm: factor out a swap_readpage_bdev helper
Christoph Hellwig
1
-33
/
+35
2023-02-03
mm: remove the swap_readpage return value
Christoph Hellwig
1
-11
/
+5
2023-01-19
page_io: remove buffer_head include
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-2
/
+2
2022-10-04
swap: convert swap_writepage() to use a folio
Matthew Wilcox (Oracle)
1
-10
/
+11
2022-09-27
mm/page_io: count submission time as thrashing delay for delayacct
Yang Yang
1
-5
/
+10
2022-09-12
mm/swap: remove the end_write_func argument to __swap_writepage
Christoph Hellwig
1
-5
/
+4
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-61
/
+192
2022-05-25
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
2022-05-10
MM: handle THP in swap_*page_fs() - count_vm_events()
NeilBrown
1
-2
/
+4
2022-05-10
mm: handle THP in swap_*page_fs()
NeilBrown
1
-10
/
+13
2022-05-10
mm: submit multipage write for SWP_FS_OPS swap-space
NeilBrown
1
-22
/
+56
2022-05-10
mm: submit multipage reads for SWP_FS_OPS swap-space
NeilBrown
1
-35
/
+69
2022-05-10
mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
NeilBrown
1
-40
/
+58
2022-05-10
mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
NeilBrown
1
-6
/
+62
2022-05-10
mm: drop swap_dirty_folio
NeilBrown
1
-17
/
+0
2022-05-10
mm: create new mm/swap.h header file
NeilBrown
1
-0
/
+1
2022-05-09
mm: Convert swap_readpage to call read_folio instead of readpage
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-02
block: ignore RWF_HIPRI hint for sync dio
Ming Lei
1
-3
/
+1
[next]