aboutsummaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-27dax: move writeback calls into the filesystemsGravatar Ross Zwisler 1-8/+4
2016-02-11mm: fix filemap.c kernel doc warningGravatar Randy Dunlap 1-0/+1
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2016-01-22dax: add support for fsync/syncGravatar Ross Zwisler 1-0/+6
2016-01-22mm: add find_get_entries_tag()Gravatar Ross Zwisler 1-0/+68
2016-01-22dax: support dirty DAX entries in radix treeGravatar Ross Zwisler 1-6/+11
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesGravatar Kirill A. Shutemov 1-1/+1
2016-01-15memcg: adjust to support new THP refcountingGravatar Kirill A. Shutemov 1-4/+4
2016-01-15page-flags: define PG_locked behavior on compound pagesGravatar Kirill A. Shutemov 1-6/+9
2016-01-14mm: allow GFP_{FS,IO} for page_cache_read page cache allocationGravatar Michal Hocko 1-5/+4
2015-11-06mm, fs: introduce mapping_gfp_constraint()Gravatar Michal Hocko 1-2/+2
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-1/+1
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageGravatar Hugh Dickins 1-1/+1
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesGravatar Junichi Nomura 1-13/+54
2015-11-05mm: use only per-device readahead limitGravatar Roman Gushchin 1-5/+3
2015-10-23mm: make sendfile(2) killableGravatar Jan Kara 1-4/+5
2015-10-07Revert "fs: do not prefault sys_write() user buffer pages"Gravatar Linus Torvalds 1-18/+16
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Gravatar Vlastimil Babka 1-1/+1
2015-09-08fs: do not prefault sys_write() user buffer pagesGravatar Dave Hansen 1-16/+18
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+25
2015-06-24mm: do not ignore mapping_gfp_mask in page cache allocation pathsGravatar Michal Hocko 1-3/+4
2015-06-24hugetlb: do not account hugetlb pages as NR_FILE_PAGESGravatar Michal Hocko 1-3/+13
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Gravatar Jan Kara 1-1/+1
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Gravatar Tejun Heo 1-1/+2
2015-06-02writeback: make writeback_control track the inode being written backGravatar Tejun Heo 1-0/+2
2015-06-02memcg: add per cgroup dirty page accountingGravatar Greg Thelen 1-9/+22
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-76/+38
2015-04-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-8/+7
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Gravatar Konstantin Khlebnikov 1-8/+7
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsGravatar Al Viro 1-3/+3
2015-04-11switch generic_write_checks() to iocb and iterGravatar Al Viro 1-25/+19
2015-04-11generic_write_checks(): drop isblk argumentGravatar Al Viro 1-43/+20
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Gravatar Al Viro 1-11/+6
2015-04-11__generic_file_write_iter: keep ->ki_pos and return value consistentGravatar Al Viro 1-14/+10
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+2
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+0
2015-02-16dax,ext2: replace XIP read and write with DAX I/OGravatar Matthew Wilcox 1-4/+2
2015-02-16vfs,ext2: introduce IS_DAX(inode)Gravatar Matthew Wilcox 1-7/+12
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubGravatar Kirill A. Shutemov 1-1/+0
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoGravatar Christoph Hellwig 1-2/+2
2014-12-29mm: get rid of radix tree gfp mask for pagecache_get_pageGravatar Michal Hocko 1-17/+12
2014-12-17new helper: iter_is_iovec()Gravatar Al Viro 1-1/+1
2014-12-13mm: convert i_mmap_mutex to rwsemGravatar Davidlohr Bueso 1-5/+5
2014-10-09mm/filemap.c: remove trailing whitespaceGravatar Paul McQuade 1-2/+2
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-6/+15
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-09-25MM: export page_wakeup functionsGravatar NeilBrown 1-6/+2