summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2018-10-21mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2017-06-05mm: do not access page->mapping directly on page_endioMinchan Kim
2017-03-16mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko
2017-02-23vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds
2017-02-23vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang
2017-02-23mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner
2016-11-20mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner
2016-11-20mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner
2015-11-16mm: make sendfile(2) killableJan Kara
2015-02-04mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko
2014-09-17__generic_file_write_iter(): fix handling of sync error after DIOAl Viro
2014-07-30mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro
2014-06-04mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-23mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe
2014-05-06bury generic_file_aio_{read,write}Al Viro
2014-05-06bury __generic_file_aio_write()Al Viro
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06iov_iter_truncate()Al Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06new helper: generic_file_read_iter()Al Viro
2014-05-06give ->direct_IO() a copy of iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro
2014-05-06mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner
2014-04-18mm: fix new kernel-doc warning in filemap.cRandy Dunlap
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-07memcg: rename high level charging functionsMichal Hocko
2014-04-07mm: cleanup size checks in filemap_fault() and filemap_map_pages()Kirill A. Shutemov
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2014-04-03mm: remove read_cache_page_async()Sasha Levin
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman
2014-04-01kill generic_file_buffered_write()Al Viro
2014-04-01export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro