summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorLines
2014-07-30mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap-5/+8
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-116/+42
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro-2/+4
2014-06-04mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman-1/+10
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman-127/+75
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox-0/+25
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2014-05-23mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe-2/+4
2014-05-06bury generic_file_aio_{read,write}Al Viro-35/+8
2014-05-06bury __generic_file_aio_write()Al Viro-11/+0
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro-24/+37
2014-05-06iov_iter_truncate()Al Viro-12/+7
2014-05-06start adding the tag to iov_iterAl Viro-2/+2
2014-05-06new helper: generic_file_read_iter()Al Viro-33/+34
2014-05-06give ->direct_IO() a copy of iov_iterAl Viro-3/+7
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro-5/+4
2014-05-06kill generic_segment_checks()Al Viro-50/+3
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro-8/+7
2014-05-06mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner-21/+28
2014-04-18mm: fix new kernel-doc warning in filemap.cRandy Dunlap-1/+0
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-2/+2
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-285/+59
2014-04-07memcg: rename high level charging functionsMichal Hocko-1/+1
2014-04-07mm: cleanup size checks in filemap_fault() and filemap_map_pages()Kirill A. Shutemov-7/+7
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov-0/+74
2014-04-03mm: remove read_cache_page_async()Sasha Levin-41/+23
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner-16/+74
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner-17/+44
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner-5/+28
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner-24/+178
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner-0/+76
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman-2/+2
2014-04-01kill generic_file_buffered_write()Al Viro-22/+1
2014-04-01export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro-16/+21
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro-3/+3
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro-5/+4
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro-7/+6
2014-04-01take iov_iter stuff to mm/iov_iter.cAl Viro-221/+0
2014-04-01introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro-93/+109
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro-3/+0
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro-1/+1
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro-2/+2
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-22/+20
2014-01-26Fix race when checking i_size on direct i/o readSteven Whitehouse-22/+20
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin-8/+8
2013-11-15mm: drop actor argument of do_generic_file_read()Kirill A. Shutemov-5/+5
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner-10/+1
2013-09-12mm: cleanup add_to_page_cache_locked()Kirill A. Shutemov-23/+25
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner-1/+10