summaryrefslogtreecommitdiff
path: root/mm/filemap.c
Commit message (Expand)AuthorAge
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* mm/filemap: generic_file_read_iter(): check for zero reads unconditionallyNicolai Stange2016-03-25
* mm: use radix_tree_iter_retry()Matthew Wilcox2016-03-17
* radix_tree: add support for multi-order entriesMatthew Wilcox2016-03-17
* mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner2016-03-15
* mm: simplify lock_page_memcg()Johannes Weiner2016-03-15
* mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2016-03-15
* mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner2016-03-15
* mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman2016-03-15
* mm: filemap: remove redundant code in do_read_cache_pageMel Gorman2016-03-15
* mm: __delete_from_page_cache show Bad page if mappedHugh Dickins2016-03-09
* dax: move writeback calls into the filesystemsRoss Zwisler2016-02-27
* mm: fix filemap.c kernel doc warningRandy Dunlap2016-02-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-23
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-22
* | dax: add support for fsync/syncRoss Zwisler2016-01-22
* | mm: add find_get_entries_tag()Ross Zwisler2016-01-22
* | dax: support dirty DAX entries in radix treeRoss Zwisler2016-01-22
|/
* mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-15
* memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-15
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-15
* mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko2016-01-14
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-06
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-06
* mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins2015-11-05
* mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura2015-11-05
* mm: use only per-device readahead limitRoman Gushchin2015-11-05
* mm: make sendfile(2) killableJan Kara2015-10-23
* Revert "fs: do not prefault sys_write() user buffer pages"Linus Torvalds2015-10-07
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-08
* fs: do not prefault sys_write() user buffer pagesDave Hansen2015-09-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-23
* | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\ \
| * | writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo2015-06-02
| * | writeback: make writeback_control track the inode being written backTejun Heo2015-06-02
| * | memcg: add per cgroup dirty page accountingGreg Thelen2015-06-02
| |/
* | mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2015-06-24
* | hugetlb: do not account hugetlb pages as NR_FILE_PAGESMichal Hocko2015-06-24
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-16
|\
| * mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-11
| * switch generic_write_checks() to iocb and iterAl Viro2015-04-11
| * generic_write_checks(): drop isblk argumentAl Viro2015-04-11
| * lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro2015-04-11
| * __generic_file_write_iter: keep ->ki_pos and return value consistentAl Viro2015-04-11
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-14
|\ \ | |/ |/|
| * page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov2015-04-14
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
|/
* dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-16