summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2020-08-14mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-12mm/filemap.c: delete duplicated wordRandy Dunlap
2020-08-07mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_pageYang Shi
2020-08-07mm: filemap: clear idle flag for writesYang Shi
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-02list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds
2020-08-02mm: rewrite wait_on_page_bit_common() logicLinus Torvalds
2020-07-07fs: Add IOCB_NOIO flag for generic_file_read_iterAndreas Gruenbacher
2020-06-21mm: support async buffered reads in generic_file_buffered_read()Jens Axboe
2020-06-21mm: add support for async page lockingJens Axboe
2020-06-21mm: abstract out wake_page_match() from wake_page_function()Jens Axboe
2020-06-21mm: allow read-ahead with IOCB_NOWAIT setJens Axboe
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-04mm/filemap: fix a typo in comment "unneccssary"->"unnecessary"Ethon Paul
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner
2020-06-03mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner
2020-06-03mm: fix NUMA node file count error in replace_page_cache()Johannes Weiner
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-06-02mm/filemap.c: remove misleading commentMatthew Wilcox (Oracle)
2020-05-25fs: export generic_file_buffered_read()Goldwyn Rodrigues
2020-04-07mm: huge tmpfs: try to split_huge_page() when punching holeHugh Dickins
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm/filemap.c: rewrite pagecache_get_page documentationMatthew Wilcox (Oracle)
2020-04-02mm/filemap.c: unexport find_get_entryMatthew Wilcox (Oracle)
2020-04-02mm/filemap.c: use vm_fault error code directlyMatthew Wilcox (Oracle)
2020-04-02mm/filemap.c: remove unused argument from shrink_readahead_size_eio()Souptick Joarder
2020-04-02mm/filemap.c: clear page error before actual readXianting Tian
2020-04-02mm/filemap.c: don't bother dropping mmap_sem for zero size readaheadJan Kara
2020-01-31mm/filemap.c: clean up filemap_write_and_wait()Ira Weiny
2019-12-01mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner
2019-12-01mm/filemap.c: warn if stale pagecache is left after direct writeKonstantin Khlebnikov
2019-12-01fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=nKonstantin Khlebnikov
2019-12-01mm/filemap.c: remove redundant cache invalidation after async direct-io writeKonstantin Khlebnikov
2019-10-19mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definitionBen Dooks
2019-09-24mm,thp: avoid writes to file with THP in pagecacheSong Liu
2019-09-24mm,thp: add read-only THP support for (non-shmem) FSSong Liu
2019-09-24filemap: update offset check in filemap_fault()Song Liu
2019-09-24filemap: check compound_head(page)->mapping in pagecache_get_page()Song Liu
2019-09-24filemap: check compound_head(page)->mapping in filemap_fault()Song Liu
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)
2019-09-24mm/filemap.c: rewrite mapping_needs_writeback in less fancy mannerKonstantin Khlebnikov
2019-09-24mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-08-20vfs: don't allow writes to swap filesDarrick J. Wong