summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-17mm: mark async iocb read as NOWAIT once some data has been copiedJens Axboe
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-16mm: fix some broken commentsMiaohe Lin
2020-10-16mm/filemap: fold ra_submit into do_sync_mmap_readaheadDavid Howells
2020-10-16mm/filemap: fix page cache removal for arbitrary sized THPsMatthew Wilcox (Oracle)
2020-10-16mm/filemap: fix storing to a THP shadow entryMatthew Wilcox (Oracle)
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15vfs: move the generic write and copy checks out of mmDarrick J. Wong
2020-10-14vfs: move generic_remap_checks out of mmDarrick J. Wong
2020-10-13mm/filemap: fix filemap_map_pages for THPMatthew Wilcox (Oracle)
2020-10-13mm: add find_lock_headMatthew Wilcox (Oracle)
2020-10-13mm/shmem: return head page from find_lock_entryMatthew Wilcox (Oracle)
2020-10-13mm: convert find_get_entry to return the head pageMatthew Wilcox (Oracle)
2020-10-13i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-02Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-29io_uring: fix async buffered reads when readahead is disabledHao Xu
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-20mm: fix wake_page_function() comment typosLinus Torvalds
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds
2020-08-28mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov
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