aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2023-09-04Merge tag 'v5.4.255' into v5.4/standard/baseBruce Ashfield
2023-08-30mm: allow a controlled amount of unfairness in the page lockLinus Torvalds
2023-07-03Merge tag 'v5.4.249' into v5.4/standard/baseBruce Ashfield
2023-06-28mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)Hugh Dickins
2023-06-28list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds
2023-06-28mm: rewrite wait_on_page_bit_common() logicLinus Torvalds
2022-11-30Merge tag 'v5.4.225' into v5.4/standard/baseBruce Ashfield
2022-11-25mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko
2021-06-15Merge tag 'v5.4.125' into v5.4/standard/baseBruce Ashfield
2021-06-10mm/filemap: fix storing to a THP shadow entryMatthew Wilcox (Oracle)
2020-11-02Merge tag 'v5.4.73' into v5.4/standard/baseBruce Ashfield
2020-10-29mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov
2020-10-05Merge tag 'v5.4.69' into v5.4/standard/baseBruce Ashfield
2020-10-01mm/filemap.c: clear page error before actual readXianting Tian
2020-08-06Merge tag 'v5.4.56' into v5.4/standard/baseBruce Ashfield
2020-08-05mm/filemap.c: don't bother dropping mmap_sem for zero size readaheadJan Kara
2020-01-13aufs5: mmapBruce Ashfield
2020-01-09mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner
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
2019-07-12mm/filemap.c: correct the comment about VM_FAULT_RETRYYang Shi
2019-07-12mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig
2019-07-12mm/filemap.c: fix an overly long line in read_cache_pageChristoph Hellwig
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-06-20mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler
2019-06-09vfs: add missing checks to copy_file_rangeAmir Goldstein
2019-06-09vfs: remove redundant checks from generic_remap_checks()Amir Goldstein
2019-06-09vfs: introduce generic_file_rw_checks()Amir Goldstein
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14mm: delete find_get_entries_tagMatthew Wilcox (Oracle)
2019-05-14mm/filemap.c: fix minor typoLaurent Dufour
2019-05-14mm/filemap.c: enable error injection at add_to_page_cache()Josef Bacik
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox
2019-03-15filemap: add a comment about FAULT_FLAG_RETRY_NOWAIT behaviorLinus Torvalds
2019-03-15filemap: drop the mmap_sem for all blocking operationsJosef Bacik
2019-03-15filemap: kill page_cache_read usage in filemap_faultJosef Bacik
2019-03-14filemap: pass vm_fault to the mmap ra helpersJosef Bacik
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin
2019-03-05mm/shmem: make find_get_pages_range() work for huge pageYu Zhao