index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page_io.c
Age
Commit message (
Expand
)
Author
2023-05-31
swap: use __bio_add_page to add page to bio
Johannes Thumshirn
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-03
swap: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-02-02
block: remove ->rw_page
Christoph Hellwig
2023-02-02
mm: factor out a swap_writepage_bdev helper
Christoph Hellwig
2023-02-02
mm: remove the __swap_writepage return value
Christoph Hellwig
2023-02-02
mm: use an on-stack bio for synchronous swapin
Christoph Hellwig
2023-02-02
mm: factor out a swap_readpage_bdev helper
Christoph Hellwig
2023-02-02
mm: remove the swap_readpage return value
Christoph Hellwig
2023-01-18
page_io: remove buffer_head include
Matthew Wilcox (Oracle)
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-10-03
swap: convert swap_writepage() to use a folio
Matthew Wilcox (Oracle)
2022-09-26
mm/page_io: count submission time as thrashing delay for delayacct
Yang Yang
2022-09-11
mm/swap: remove the end_write_func argument to __swap_writepage
Christoph Hellwig
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-09
MM: handle THP in swap_*page_fs() - count_vm_events()
NeilBrown
2022-05-09
mm: handle THP in swap_*page_fs()
NeilBrown
2022-05-09
mm: submit multipage write for SWP_FS_OPS swap-space
NeilBrown
2022-05-09
mm: submit multipage reads for SWP_FS_OPS swap-space
NeilBrown
2022-05-09
mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
NeilBrown
2022-05-09
mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
NeilBrown
2022-05-09
mm: drop swap_dirty_folio
NeilBrown
2022-05-09
mm: create new mm/swap.h header file
NeilBrown
2022-05-09
mm: Convert swap_readpage to call read_folio instead of readpage
Matthew Wilcox (Oracle)
2022-05-02
block: ignore RWF_HIPRI hint for sync dio
Ming Lei
2022-04-15
mm: fix unexpected zeroed page mapping with zram swap
Minchan Kim
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-22
mm: page_io: fix psi memory pressure error on cold swapins
Johannes Weiner
2022-03-16
fs: Remove aops ->set_page_dirty
Matthew Wilcox (Oracle)
2022-03-16
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
2022-03-15
mm: Convert swap_set_page_dirty() to swap_dirty_folio()
Matthew Wilcox (Oracle)
2022-03-15
fs: Add aops->dirty_folio
Matthew Wilcox (Oracle)
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-01-20
delayacct: support swapin delay accounting for swapping without blkio
Yang Yang
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
2021-10-18
block: rename REQ_HIPRI to REQ_POLLED
Christoph Hellwig
2021-10-18
block: replace the spin argument to blk_iopoll with a flags argument
Christoph Hellwig
2021-09-27
mm/swap: Add folio_rotate_reclaimable()
Matthew Wilcox (Oracle)
2021-03-02
swap: fix swapfile read/write offset
Jens Axboe
2021-02-24
mm/page_io: use pr_alert_ratelimited for swap read/write errors
Georgi Djakov
2021-01-27
mm: remove get_swap_bio
Christoph Hellwig
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
2020-12-02
mm: memcontrol: Use helpers to read page's memcg data
Roman Gushchin
2020-10-13
mm/page_io.c: remove useless out label in __swap_writepage()
Miaohe Lin
2020-10-13
swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity
Gao Xiang
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
[next]