aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-18mm: fix new kernel-doc warning in filemap.cRandy Dunlap1-1/+0
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-285/+59
2014-04-07memcg: rename high level charging functionsMichal Hocko1-1/+1
2014-04-07mm: cleanup size checks in filemap_fault() and filemap_map_pages()Kirill A. Shutemov1-7/+7
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+74
2014-04-03mm: remove read_cache_page_async()Sasha Levin1-41/+23
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner1-16/+74
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner1-17/+44
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-5/+28
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-24/+178
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner1-0/+76
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman1-2/+2
2014-04-01kill generic_file_buffered_write()Al Viro1-22/+1
2014-04-01export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro1-16/+21
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro1-3/+3
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro1-5/+4
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro1-7/+6
2014-04-01take iov_iter stuff to mm/iov_iter.cAl Viro1-221/+0
2014-04-01introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro1-93/+109
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro1-3/+0
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro1-1/+1
2014-02-09fix 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/viro/vfsLinus Torvalds1-22/+20
2014-01-26Fix race when checking i_size on direct i/o readSteven Whitehouse1-22/+20
2014-01-23mm: 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-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner1-10/+1
2013-09-12mm: cleanup add_to_page_cache_locked()Kirill A. Shutemov1-23/+25
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner1-1/+10
2013-09-11lib/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-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2013-04-29fs: fix fsync() error reportingDmitry Monakhov1-8/+21
2013-04-29mm: trace filemap add and delRobert Jarzmik1-0/+5
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-2/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong1-1/+2
2013-01-24mm: minor cleanup of iov_iter_single_seg_count()Maxim Patlasov1-1/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-2/+2
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+1
2012-08-09block: move down direct IO pluggingFengguang Wu1-4/+0
2012-08-09block: remove plugging at buffered write timeFengguang Wu1-3/+0
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara1-2/+10
2012-07-31mm: Make default vm_ops provide ->page_mkwrite handlerJan Kara1-0/+19
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-66/+3
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-1/+3
2012-05-30fs: move file_remove_suid() to fs/inode.cCong Wang1-65/+0
2012-05-29mm: move readahead syscall to mm/readahead.cCong Wang1-39/+0