summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-261-9/+21
|\
| * dax: New fault lockingJan Kara2016-05-191-2/+7
| * dax: Allow DAX code to replace exceptional entriesJan Kara2016-05-191-7/+14
* | radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox2016-05-201-20/+3
* | mm: make faultaround produce old ptesKirill A. Shutemov2016-05-201-1/+1
* | mm: filemap: only do access activations on readsJohannes Weiner2016-05-201-1/+1
* | mm: workingset: only do workingset activations on readsRik van Riel2016-05-201-1/+5
* | mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-191-1/+1
* | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-7/+2
* | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-3/+2
* | filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig2016-05-011-2/+3
* | filemap: remove pos variables in generic_file_read_iterChristoph Hellwig2016-05-011-8/+7
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-63/+63
* mm/filemap: generic_file_read_iter(): check for zero reads unconditionallyNicolai Stange2016-03-251-3/+4
* mm: use radix_tree_iter_retry()Matthew Wilcox2016-03-171-36/+17
* radix_tree: add support for multi-order entriesMatthew Wilcox2016-03-171-1/+1
* mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner2016-03-151-6/+1
* mm: simplify lock_page_memcg()Johannes Weiner2016-03-151-12/+8
* mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2016-03-151-1/+1
* mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner2016-03-151-6/+6
* mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman2016-03-151-0/+49
* mm: filemap: remove redundant code in do_read_cache_pageMel Gorman2016-03-151-31/+12
* mm: __delete_from_page_cache show Bad page if mappedHugh Dickins2016-03-091-1/+24
* dax: move writeback calls into the filesystemsRoss Zwisler2016-02-271-8/+4
* mm: fix filemap.c kernel doc warningRandy Dunlap2016-02-111-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-2/+2
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* | dax: add support for fsync/syncRoss Zwisler2016-01-221-0/+6
* | mm: add find_get_entries_tag()Ross Zwisler2016-01-221-0/+68
* | dax: support dirty DAX entries in radix treeRoss Zwisler2016-01-221-6/+11
|/
* mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-151-1/+1
* memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-151-4/+4
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-151-6/+9
* mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko2016-01-141-5/+4
* 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
| |/
OpenPOWER on IntegriCloud