summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-2/+2
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins2015-11-051-1/+1
* mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura2015-11-051-13/+54
* mm: use only per-device readahead limitRoman Gushchin2015-11-051-5/+3
* mm: make sendfile(2) killableJan Kara2015-10-231-4/+5
* Revert "fs: do not prefault sys_write() user buffer pages"Linus Torvalds2015-10-071-18/+16
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-1/+1
* fs: do not prefault sys_write() user buffer pagesDave Hansen2015-09-081-16/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
* | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-9/+25
|\ \
| * | writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo2015-06-021-1/+2
| * | writeback: make writeback_control track the inode being written backTejun Heo2015-06-021-0/+2
| * | memcg: add per cgroup dirty page accountingGreg Thelen2015-06-021-9/+22
| |/
* | mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2015-06-241-3/+4
* | hugetlb: do not account hugetlb pages as NR_FILE_PAGESMichal Hocko2015-06-241-3/+13
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-161-76/+38
|\
| * mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-3/+3
| * switch generic_write_checks() to iocb and iterAl Viro2015-04-111-25/+19
| * generic_write_checks(): drop isblk argumentAl Viro2015-04-111-43/+20
| * lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro2015-04-111-11/+6
| * __generic_file_write_iter: keep ->ki_pos and return value consistentAl Viro2015-04-111-14/+10
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-141-8/+7
|\ \ | |/ |/|
| * page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov2015-04-141-8/+7
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
|/
* dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-161-4/+2
* vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2015-02-161-7/+12
* Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-2/+2
|\
| * fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-2/+2
* | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0
|/
* mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko2014-12-291-17/+12
* new helper: iter_is_iovec()Al Viro2014-12-171-1/+1
* mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-5/+5
* mm/filemap.c: remove trailing whitespacePaul McQuade2014-10-091-2/+2
* Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-10-081-6/+15
|\
| * MM: export page_wakeup functionsNeilBrown2014-09-251-6/+2
| * SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown2014-09-251-0/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\ \ | |/ |/|
| * Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-08-111-1/+1
|\ \
| * | __generic_file_write_iter(): fix handling of sync error after DIOAl Viro2014-08-111-1/+1
* | | mm: memcontrol: rewrite uncharge APIJohannes Weiner2014-08-081-3/+1
* | | mm: memcontrol: rewrite charge APIJohannes Weiner2014-08-081-6/+15
* | | mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella2014-08-061-0/+23
* | | mm: replace init_page_accessed by __SetPageReferencedHugh Dickins2014-08-061-2/+2
| |/ |/|
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-041-16/+4
|\ \ | |/ |/|
| * sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-16/+4
* | mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap2014-07-301-5/+8
|/