aboutsummaryrefslogtreecommitdiffstats
path: root/fs/mpage.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche1-0/+1
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)1-1/+1
2023-12-29fs: reduce stack usage in do_mpage_readpageMatthew Wilcox (Oracle)1-8/+8
2023-12-29fs: reduce stack usage in __mpage_writepageMatthew Wilcox (Oracle)1-8/+12
2023-12-29fs: convert clean_buffers() to take a folioMatthew Wilcox (Oracle)1-7/+7
2023-12-29fs: remove clean_page_buffers()Matthew Wilcox (Oracle)1-10/+0
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)1-1/+1
2023-10-25mpage: convert map_buffer_to_folio() to folio_create_empty_buffers()Matthew Wilcox (Oracle)1-2/+1
2023-04-18mpage: use folios in bio end_io handlerPankaj Raghav1-11/+19
2023-04-18mpage: split submit_bio and bio end_io handler for reads and writesPankaj Raghav1-18/+36
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-43/+30
2023-02-02mpage: convert __mpage_writepage() to use a folio more fullyMatthew Wilcox (Oracle)1-24/+22
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-1/+2
2023-02-02mpage: stop using bdev_{read,write}_pageChristoph Hellwig1-10/+0
2023-01-26fs: gracefully handle ->get_block not mapping bh in __mpage_writepageJan Kara1-0/+2
2023-01-18fs: don't allocate blocks beyond EOF from __mpage_writepageJan Kara1-0/+6
2023-01-18fs: remove an outdated comment on mpage_writepagesChristoph Hellwig1-8/+0
2023-01-18mpage: use b_folio in do_mpage_readpage()Matthew Wilcox (Oracle)1-1/+1
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-78/+47
2022-08-02fs: remove the NULL get_block case in mpage_writepagesChristoph Hellwig1-16/+6
2022-08-02fs: don't call ->writepage from __mpage_writepageChristoph Hellwig1-1/+1
2022-08-02fs: remove the nobh helpersChristoph Hellwig1-24/+1
2022-07-14fs/mpage: Use the new blk_opf_t typeBart Van Assche1-3/+3
2022-06-29mpage: Convert do_mpage_readpage() to use a folioMatthew Wilcox (Oracle)1-38/+40
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-3/+5
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-5/+5
2022-03-26Merge tag 'for-5.18/alloc-cleanups-2022-03-25' of git://git.kernel.dk/linux-b...Linus Torvalds1-4/+2
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-03-23fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpageChristoph Hellwig1-4/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-1/+0
2022-02-27mpage: pass the operation to bio_allocChristoph Hellwig1-29/+21
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-4/+3
2022-02-02fs: remove mpage_allocChristoph Hellwig1-29/+6
2022-01-22mm: remove cleancacheChristoph Hellwig1-7/+0
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)1-3/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-27/+11
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei1-1/+1
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo1-1/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+2
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadJens Axboe1-10/+19
2018-08-17mpage: add argument structure for do_mpage_readpage()Jens Axboe1-52/+57
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox1-3/+11
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-0/+1
2017-06-27fs: add support for buffered writeback to pass down write hintsJens Axboe1-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+2
2017-05-16fs: add a blank lines on some kernel-doc commentsMauro Carvalho Chehab1-0/+1
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara1-2/+1
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-3/+3
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-1/+1
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-1/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+3
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-1/+3
2016-06-07mpage: use bio op accessorsMike Christie1-20/+20
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-10/+10
2016-03-15fs/mpage.c:mpage_readpages(): use lru_to_page() helperAndrew Morton1-1/+2
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-2/+2
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+15
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko1-6/+9
2015-09-23fs/mpage.c: forgotten WRITE_SYNC in case of data integrity writeRoman Pen1-8/+15
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-2/+2
2015-06-02writeback: implement foreign cgroup inode detectionTejun Heo1-0/+1
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo1-1/+1
2015-06-02mpage: make __mpage_writepage() honor cgroup writebackTejun Heo1-0/+2
2014-10-09vfs: guard end of device for mpage interfaceAkinobu Mita1-0/+2
2014-06-04fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox1-0/+12
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox1-17/+1
2014-06-04fs/mpage.c: factor clean_buffers() out of __mpage_writepage()Matthew Wilcox1-24/+30
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet1-9/+8
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-01-12fs: remove unneeded plug in mpage_readpages()Namjae Jeon1-4/+0
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer1-0/+7
2011-03-10fs: make mpage read/write_pages() plugJens Axboe1-0/+8
2011-01-13fs/mpage.c: consolidate codeHai Shan1-32/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-04Fix misspellings of "invocation" in comments.Adam Buchbinder1-1/+1
2009-05-13ext4: Properly initialize the buffer_head stateAneesh Kumar K.V1-2/+4
2009-04-01Remove two unneeded exports and make two symbols static in fs/mpage.cDmitri Vorobiev1-4/+9
2009-01-06do_mpage_readpage(): remove useless clear_buffer_mapped() callFranck Bui-Huu1-1/+0
2009-01-06do_mpage_readpage(): don't submit lots of small bios on boundaryMiquel van Smoorenburg1-1/+4
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami1-1/+1
2008-07-11vfs: add hooks for ext4's delayed allocation supportAlex Tomas1-9/+5
2008-03-03docbook: fix filesystems.tmpl source filesRandy Dunlap1-8/+3
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-5/+2
2007-10-16mm: buffered write cleanupNick Piggin1-8/+2
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-10/+2
2007-05-11consolidate generic_writepages and mpage_writepagesMiklos Szeredi1-129/+45
2007-05-09fs: convert core functions to zero_user_pageNate Diller1-10/+5
2007-05-08Factor outstanding I/O error handlingGuillaume Chazarain1-14/+2
2006-09-30[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]David Howells1-0/+2
2006-06-23[PATCH] writeback: fix range handlingOGAWA Hirofumi1-12/+10
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty1-19/+85
2006-03-26[PATCH] pass b_size to ->get_block()Badari Pulavarty1-0/+2
2006-01-08[PATCH] fix possible PAGE_CACHE_SHIFT overflowsAndrew Morton1-2/+2
2006-01-03[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-06-04[PATCH] mpage_end_io_write() I/O error handling fixQu Fuping1-1/+4
2005-05-05[PATCH] make some things staticAdrian Bunk1-1/+1
2005-05-05[PATCH] revert ext3-writepages-support-for-writeback-modeAndrew Morton1-11/+1
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz1-46/+46
2005-05-01[PATCH] mpage_writepages() page locking fixNikita Danilov1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+772