summaryrefslogtreecommitdiffstats
path: root/fs/mpage.c
AgeCommit message (Expand)AuthorLines
2022-03-26Merge tag 'for-5.18/alloc-cleanups-2022-03-25' of git://git.kernel.dk/linux-b...Linus Torvalds-4/+2
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+0
2022-03-23fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpageChristoph Hellwig-4/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)-1/+1
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig-1/+0
2022-02-27mpage: pass the operation to bio_allocChristoph Hellwig-29/+21
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig-4/+3
2022-02-02fs: remove mpage_allocChristoph Hellwig-29/+6
2022-01-22mm: remove cleancacheChristoph Hellwig-7/+0
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig-1/+1
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)-3/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)-27/+11
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei-1/+1
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo-1/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig-2/+1
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei-1/+2
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadJens Axboe-10/+19
2018-08-17mpage: add argument structure for do_mpage_readpage()Jens Axboe-52/+57
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-13fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox-3/+11
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig-1/+1
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds-0/+1
2017-06-27fs: add support for buffered writeback to pass down write hintsJens Axboe-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig-1/+2
2017-05-16fs: add a blank lines on some kernel-doc commentsMauro Carvalho Chehab-0/+1
2017-02-27fs: add i_blocksize()Fabian Frederick-1/+1
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara-2/+1
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig-3/+3
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe-1/+1
2016-08-04mm/block: convert rw_page users to bio op useMike Christie-1/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+3
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko-1/+3
2016-06-07mpage: use bio op accessorsMike Christie-20/+20
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie-1/+2
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-10/+10
2016-03-15fs/mpage.c:mpage_readpages(): use lru_to_page() helperAndrew Morton-1/+2
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko-2/+2
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+15
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko-6/+9
2015-09-23fs/mpage.c: forgotten WRITE_SYNC in case of data integrity writeRoman Pen-8/+15
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig-2/+2
2015-06-02writeback: implement foreign cgroup inode detectionTejun Heo-0/+1
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo-1/+1
2015-06-02mpage: make __mpage_writepage() honor cgroup writebackTejun Heo-0/+2
2014-10-09vfs: guard end of device for mpage interfaceAkinobu Mita-0/+2