aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox1-4/+2
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox1-7/+12
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-2/+2
2014-12-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko1-17/+12
2014-12-17new helper: iter_is_iovec()Al Viro1-1/+1
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso1-5/+5
2014-10-09mm/filemap.c: remove trailing whitespacePaul McQuade1-2/+2
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-6/+15
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-09-25MM: export page_wakeup functionsNeilBrown1-6/+2
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown1-0/+13
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida1-1/+1
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-08-11__generic_file_write_iter(): fix handling of sync error after DIOAl Viro1-1/+1
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-3/+1
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner1-6/+15
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella1-0/+23
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins1-2/+2
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+4
2014-07-30mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap1-5/+8
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-16/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-116/+42
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro1-2/+4
2014-06-04mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman1-1/+10
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-127/+75
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox1-0/+25
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-2/+2
2014-05-23mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe1-2/+4
2014-05-06bury generic_file_aio_{read,write}Al Viro1-35/+8
2014-05-06bury __generic_file_aio_write()Al Viro1-11/+0
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-24/+37
2014-05-06iov_iter_truncate()Al Viro1-12/+7
2014-05-06start adding the tag to iov_iterAl Viro1-2/+2
2014-05-06new helper: generic_file_read_iter()Al Viro1-33/+34
2014-05-06give ->direct_IO() a copy of iov_iterAl Viro1-3/+7
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-5/+4
2014-05-06kill generic_segment_checks()Al Viro1-50/+3
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro1-8/+7
2014-05-06mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner1-21/+28
2014-04-18mm: 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-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