aboutsummaryrefslogtreecommitdiff
path: root/fs/mpage.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-1/+1
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itGravatar Jan Kara 1-2/+1
2016-11-02writeback: add wbc_to_write_flags()Gravatar Jens Axboe 1-1/+1
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-3/+3
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeGravatar Jens Axboe 1-1/+1
2016-08-04mm/block: convert rw_page users to bio op useGravatar Mike Christie 1-1/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+3
2016-07-26mm, memcg: use consistent gfp flags during readaheadGravatar Michal Hocko 1-1/+3
2016-06-07mpage: use bio op accessorsGravatar Mike Christie 1-20/+20
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-1/+2
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-10/+10
2016-03-15fs/mpage.c:mpage_readpages(): use lru_to_page() helperGravatar Andrew Morton 1-1/+2
2015-11-06mm, fs: introduce mapping_gfp_constraint()Gravatar Michal Hocko 1-2/+2
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+15
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Gravatar Michal Hocko 1-6/+9
2015-09-23fs/mpage.c: forgotten WRITE_SYNC in case of data integrity writeGravatar Roman Pen 1-8/+15
2015-08-13block: remove bio_get_nr_vecs()Gravatar Kent Overstreet 1-2/+2
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-2/+2
2015-06-02writeback: implement foreign cgroup inode detectionGravatar Tejun Heo 1-0/+1
2015-06-02writeback: make writeback_control track the inode being written backGravatar Tejun Heo 1-1/+1
2015-06-02mpage: make __mpage_writepage() honor cgroup writebackGravatar Tejun Heo 1-0/+2
2014-10-09vfs: guard end of device for mpage interfaceGravatar Akinobu Mita 1-0/+2
2014-06-04fs/block_dev.c: add bdev_read_page() and bdev_write_page()Gravatar Matthew Wilcox 1-0/+12
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Gravatar Matthew Wilcox 1-17/+1
2014-06-04fs/mpage.c: factor clean_buffers() out of __mpage_writepage()Gravatar Matthew Wilcox 1-24/+30
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-1/+1
2013-11-23block: Convert various code to bio_for_each_segment()Gravatar Kent Overstreet 1-9/+8
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2012-01-12fs: remove unneeded plug in mpage_readpages()Gravatar Namjae Jeon 1-4/+0
2011-05-26mm/fs: add hooks to support cleancacheGravatar Dan Magenheimer 1-0/+7
2011-03-10fs: make mpage read/write_pages() plugGravatar Jens Axboe 1-0/+8
2011-01-13fs/mpage.c: consolidate codeGravatar Hai Shan 1-32/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-04Fix misspellings of "invocation" in comments.Gravatar Adam Buchbinder 1-1/+1
2009-05-13ext4: Properly initialize the buffer_head stateGravatar Aneesh Kumar K.V 1-2/+4
2009-04-01Remove two unneeded exports and make two symbols static in fs/mpage.cGravatar Dmitri Vorobiev 1-4/+9
2009-01-06do_mpage_readpage(): remove useless clear_buffer_mapped() callGravatar Franck Bui-Huu 1-1/+0
2009-01-06do_mpage_readpage(): don't submit lots of small bios on boundaryGravatar Miquel van Smoorenburg 1-1/+4
2008-10-16Remove Andrew Morton's old email accountsGravatar Francois Cami 1-1/+1
2008-07-11vfs: add hooks for ext4's delayed allocation supportGravatar Alex Tomas 1-9/+5
2008-03-03docbook: fix filesystems.tmpl source filesGravatar Randy Dunlap 1-8/+3
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userGravatar Christoph Lameter 1-5/+2
2007-10-16mm: buffered write cleanupGravatar Nick Piggin 1-8/+2
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioGravatar NeilBrown 1-10/+2
2007-05-11consolidate generic_writepages and mpage_writepagesGravatar Miklos Szeredi 1-129/+45
2007-05-09fs: convert core functions to zero_user_pageGravatar Nate Diller 1-10/+5
2007-05-08Factor outstanding I/O error handlingGravatar Guillaume Chazarain 1-14/+2
2006-09-30[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]Gravatar David Howells 1-0/+2
2006-06-23[PATCH] writeback: fix range handlingGravatar OGAWA Hirofumi 1-12/+10