t v1.2.3'/>
summaryrefslogtreecommitdiff
path: root/fs/mpage.c
AgeCommit message (Expand)Author
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-02mpage: convert __mpage_writepage() to use a folio more fullyMatthew Wilcox (Oracle)
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)
2023-02-02mpage: stop using bdev_{read,write}_pageChristoph Hellwig
2023-01-26fs: gracefully handle ->get_block not mapping bh in __mpage_writepageJan Kara
2023-01-18fs: don't allocate blocks beyond EOF from __mpage_writepageJan Kara
2023-01-18fs: remove an outdated comment on mpage_writepagesChristoph Hellwig
2023-01-18mpage: use b_folio in do_mpage_readpage()Matthew Wilcox (Oracle)
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02fs: remove the NULL get_block case in mpage_writepagesChristoph Hellwig
2022-08-02fs: don't call ->writepage from __mpage_writepageChristoph Hellwig
2022-08-02fs: remove the nobh helpersChristoph Hellwig
2022-07-14fs/mpage: Use the new blk_opf_t typeBart Van Assche
2022-06-29mpage: Convert do_mpage_readpage() to use a folioMatthew Wilcox (Oracle)
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-03-26Merge tag 'for-5.18/alloc-cleanups-2022-03-25' of git://git.kernel.dk/linux-b...Linus Torvalds
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-23fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpageChristoph Hellwig
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-02-27mpage: pass the operation to bio_allocChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02fs: remove mpage_allocChristoph Hellwig
2022-01-22mm: remove cleancacheChristoph Hellwig
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)