aboutsummaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-22dax: add support for fsync/syncRoss Zwisler
2016-01-22mm: add find_get_entries_tag()Ross Zwisler
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov
2016-01-14mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura
2015-11-05mm: use only per-device readahead limitRoman Gushchin
2015-10-23mm: make sendfile(2) killableJan Kara
2015-10-07Revert "fs: do not prefault sys_write() user buffer pages"Linus Torvalds
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-09-08fs: do not prefault sys_write() user buffer pagesDave Hansen
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-24mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko
2015-06-24hugetlb: do not account hugetlb pages as NR_FILE_PAGESMichal Hocko
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro
2015-04-11__generic_file_write_iter: keep ->ki_pos and return value consistentAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2014-12-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko
2014-12-17new helper: iter_is_iovec()Al Viro
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso
2014-10-09mm/filemap.c: remove trailing whitespacePaul McQuade
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-09-25MM: export page_wakeup functionsNeilBrown
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida