summaryrefslogtreecommitdiff
path: root/mm/filemap.c (follow)
Commit message (Expand)AuthorAge
* mm/filemap.c: clear page error before actual readXianting Tian2020-10-01
* mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov2019-11-12
* mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman2018-05-26
* mm: filemap: remove redundant code in do_read_cache_pageMel Gorman2018-05-26
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-04-24
* mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko2018-04-24
* mm: do not access page->mapping directly on page_endioMinchan Kim2017-03-12
* mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko2017-02-09
* mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner2016-10-28
* mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2016-10-28
* mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner2016-10-28
* 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
* vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2015-02-16
* Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
|\
| * fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-20
* | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-10
|/
* mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko2014-12-29
* new helper: iter_is_iovec()Al Viro2014-12-17
* mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-13
* mm/filemap.c: remove trailing whitespacePaul McQuade2014-10-09
* Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-10-08
|\
| * MM: export page_wakeup functionsNeilBrown2014-09-25
| * SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown2014-09-25