aboutsummaryrefslogtreecommitdiffstats
path: root/fs/mpage.c
AgeCommit message (Expand)Author
2020-03-20fs: move guard_bio_eod() after bio_set_op_attrsMing Lei
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadJens Axboe
2018-08-17mpage: add argument structure for do_mpage_readpage()Jens Axboe
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-13fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-06-27fs: add support for buffered writeback to pass down write hintsJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-16fs: add a blank lines on some kernel-doc commentsMauro Carvalho Chehab
2017-02-27fs: add i_blocksize()Fabian Frederick
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-04mm/block: convert rw_page users to bio op useMike Christie
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko
2016-06-07mpage: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-15fs/mpage.c:mpage_readpages(): use lru_to_page() helperAndrew Morton
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko
2015-09-23fs/mpage.c: forgotten WRITE_SYNC in case of data integrity writeRoman Pen
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-06-02writeback: implement foreign cgroup inode detectionTejun Heo
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo
2015-06-02mpage: make __mpage_writepage() honor cgroup writebackTejun Heo
2014-10-09vfs: guard end of device for mpage interfaceAkinobu Mita
2014-06-04fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox
2014-06-04fs/mpage.c: factor clean_buffers() out of __mpage_writepage()Matthew Wilcox
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker
2012-01-12fs: remove unneeded plug in mpage_readpages()Namjae Jeon
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer
2011-03-10fs: make mpage read/write_pages() plugJens Axboe
2011-01-13fs/mpage.c: consolidate codeHai Shan
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-04Fix misspellings of "invocation" in comments.Adam Buchbinder
2009-05-13ext4: Properly initialize the buffer_head stateAneesh Kumar K.V
2009-04-01Remove two unneeded exports and make two symbols static in fs/mpage.cDmitri Vorobiev