summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2014-05-23mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe1-2/+4
2014-05-07bury generic_file_aio_{read,write}Al Viro1-35/+8
2014-05-07bury __generic_file_aio_write()Al Viro1-11/+0
2014-05-07write_iter variants of {__,}generic_file_aio_write()Al Viro1-24/+37
2014-05-07iov_iter_truncate()Al Viro1-12/+7
2014-05-07start adding the tag to iov_iterAl Viro1-2/+2
2014-05-07new helper: generic_file_read_iter()Al Viro1-33/+34
2014-05-07give ->direct_IO() a copy of iov_iterAl Viro1-3/+7
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-07pass iov_iter to ->direct_IO()Al Viro1-5/+4
2014-05-07kill generic_segment_checks()Al Viro1-50/+3
2014-05-07generic_file_direct_write(): switch to iov_iterAl Viro1-8/+7
2014-05-07mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner1-21/+28
2014-04-19mm: fix new kernel-doc warning in filemap.cRandy Dunlap1-1/+0
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-285/+59
2014-04-08memcg: rename high level charging functionsMichal Hocko1-1/+1
2014-04-08mm: cleanup size checks in filemap_fault() and filemap_map_pages()Kirill A. Shutemov1-7/+7
2014-04-08mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+74
2014-04-04mm: remove read_cache_page_async()Sasha Levin1-41/+23
2014-04-04mm: keep page cache radix tree nodes in checkJohannes Weiner1-16/+74
2014-04-04mm: thrash detection-based file cache sizingJohannes Weiner1-17/+44
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner1-5/+28
2014-04-04mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-24/+178
2014-04-04mm: filemap: move radix tree hole searching hereJohannes Weiner1-0/+76
2014-04-04mm: optimize put_mems_allowed() usageMel Gorman1-2/+2
2014-04-02kill generic_file_buffered_write()Al Viro1-22/+1
2014-04-02export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro1-16/+21
2014-04-02generic_file_direct_write(): get rid of ppos argumentAl Viro1-3/+3
2014-04-02kill the 5th argument of generic_file_buffered_write()Al Viro1-5/+4
2014-04-02kill the 4th argument of __generic_file_aio_write()Al Viro1-7/+6
2014-04-02take iov_iter stuff to mm/iov_iter.cAl Viro1-221/+0
2014-04-02introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro1-93/+109
2014-04-02callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro1-3/+0
2014-04-02switch ->is_partially_uptodate() to saner argumentsAl Viro1-1/+1
2014-02-10fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-2/+2
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-22/+20
2014-01-26Fix race when checking i_size on direct i/o readSteven Whitehouse1-22/+20
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-8/+8
2013-11-15mm: drop actor argument of do_generic_file_read()Kirill A. Shutemov1-5/+5
2013-10-17mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner1-10/+1
2013-09-13mm: cleanup add_to_page_cache_locked()Kirill A. Shutemov1-23/+25
2013-09-13mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner1-1/+10
2013-09-12lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-1/+1
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig1-1/+1
2013-07-09mm: remove unused VM_<READfoo> macros and expand other in-placeJoe Perches1-3/+3
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2013-04-30fs: fix fsync() error reportingDmitry Monakhov1-8/+21
2013-04-30mm: trace filemap add and delRobert Jarzmik1-0/+5