summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix wake_page_function() comment typosLinus Torvalds2020-09-201-2/+2
* mm: allow a controlled amount of unfairness in the page lockLinus Torvalds2020-09-171-31/+129
* mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov2020-08-141-7/+13
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-1/+1
* mm/filemap.c: delete duplicated wordRandy Dunlap2020-08-121-1/+1
* mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_pageYang Shi2020-08-071-0/+3
* mm: filemap: clear idle flag for writesYang Shi2020-08-071-0/+6
* Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-27/+64
|\
| * mm: support async buffered reads in generic_file_buffered_read()Jens Axboe2020-06-211-11/+27
| * mm: add support for async page lockingJens Axboe2020-06-211-1/+44
| * mm: abstract out wake_page_match() from wake_page_function()Jens Axboe2020-06-211-31/+4
| * mm: allow read-ahead with IOCB_NOWAIT setJens Axboe2020-06-211-2/+0
* | list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds2020-08-021-6/+1
* | mm: rewrite wait_on_page_bit_common() logicLinus Torvalds2020-08-021-47/+85
* | fs: Add IOCB_NOIO flag for generic_file_read_iterAndreas Gruenbacher2020-07-071-2/+21
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-19/+19
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-3/+3
* mm/filemap: fix a typo in comment "unneccssary"->"unnecessary"Ethon Paul2020-06-041-1/+1
* mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-1/+1
* mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-1/+1
* mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner2020-06-031-8/+9
* mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner2020-06-031-14/+10
* mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-3/+3
* mm: fix NUMA node file count error in replace_page_cache()Johannes Weiner2020-06-031-2/+2
* Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-021-1/+2
|\
| * fs: export generic_file_buffered_read()Goldwyn Rodrigues2020-05-251-1/+2
* | mm/filemap.c: remove misleading commentMatthew Wilcox (Oracle)2020-06-021-1/+0
|/
* mm: huge tmpfs: try to split_huge_page() when punching holeHugh Dickins2020-04-071-1/+13
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+1
* mm/filemap.c: rewrite pagecache_get_page documentationMatthew Wilcox (Oracle)2020-04-021-26/+23
* mm/filemap.c: unexport find_get_entryMatthew Wilcox (Oracle)2020-04-021-1/+0
* mm/filemap.c: use vm_fault error code directlyMatthew Wilcox (Oracle)2020-04-021-1/+1
* mm/filemap.c: remove unused argument from shrink_readahead_size_eio()Souptick Joarder2020-04-021-4/+3
* mm/filemap.c: clear page error before actual readXianting Tian2020-04-021-0/+8
* mm/filemap.c: don't bother dropping mmap_sem for zero size readaheadJan Kara2020-04-021-1/+1
* mm/filemap.c: clean up filemap_write_and_wait()Ira Weiny2020-01-311-28/+6
* mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner2019-12-011-21/+0
* mm/filemap.c: warn if stale pagecache is left after direct writeKonstantin Khlebnikov2019-12-011-3/+5
* fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=nKonstantin Khlebnikov2019-12-011-0/+21
* mm/filemap.c: remove redundant cache invalidation after async direct-io writeKonstantin Khlebnikov2019-12-011-2/+4
* mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definitionBen Dooks2019-10-191-0/+1
* mm,thp: avoid writes to file with THP in pagecacheSong Liu2019-09-241-0/+1
* mm,thp: add read-only THP support for (non-shmem) FSSong Liu2019-09-241-2/+2
* filemap: update offset check in filemap_fault()Song Liu2019-09-241-1/+1
* filemap: check compound_head(page)->mapping in pagecache_get_page()Song Liu2019-09-241-1/+1
* filemap: check compound_head(page)->mapping in filemap_fault()Song Liu2019-09-241-1/+1
* mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-241-88/+57
* mm/filemap.c: rewrite mapping_needs_writeback in less fancy mannerKonstantin Khlebnikov2019-09-241-2/+5
* mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov2019-09-241-1/+2