summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorLines
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+25
2015-06-24mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko-3/+4
2015-06-24hugetlb: do not account hugetlb pages as NR_FILE_PAGESMichal Hocko-3/+13
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara-1/+1
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo-1/+2
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo-0/+2
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen-9/+22
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-76/+38
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-8/+7
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov-8/+7
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro-3/+3
2015-04-11switch generic_write_checks() to iocb and iterAl Viro-25/+19
2015-04-11generic_write_checks(): drop isblk argumentAl Viro-43/+20
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro-11/+6
2015-04-11__generic_file_write_iter: keep ->ki_pos and return value consistentAl Viro-14/+10
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval-2/+2
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig-1/+0
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox-4/+2
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox-7/+12
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov-1/+0
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig-2/+2
2014-12-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko-17/+12
2014-12-17new helper: iter_is_iovec()Al Viro-1/+1
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso-5/+5
2014-10-09mm/filemap.c: remove trailing whitespacePaul McQuade-2/+2
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-6/+15
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-09-25MM: export page_wakeup functionsNeilBrown-6/+2
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown-0/+13
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida-1/+1
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2014-08-11__generic_file_write_iter(): fix handling of sync error after DIOAl Viro-1/+1
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner-3/+1
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner-6/+15
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella-0/+23
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins-2/+2
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-16/+4
2014-07-30mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap-5/+8
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown-16/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-116/+42
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro-2/+4
2014-06-04mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman-1/+10
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman-127/+75
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox-0/+25
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2014-05-23mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe-2/+4
2014-05-06bury generic_file_aio_{read,write}Al Viro-35/+8
2014-05-06bury __generic_file_aio_write()Al Viro-11/+0