summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-231-222/+0
|\
| * vfs: move the generic write and copy checks out of mmDarrick J. Wong2020-10-151-143/+0
| * vfs: move generic_remap_checks out of mmDarrick J. Wong2020-10-141-80/+1
* | mm: mark async iocb read as NOWAIT once some data has been copiedJens Axboe2020-10-171-0/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-161-19/+39
|\ \
| * | mm: fix some broken commentsMiaohe Lin2020-10-161-2/+2
| * | mm/filemap: fold ra_submit into do_sync_mmap_readaheadDavid Howells2020-10-161-5/+5
| * | mm/filemap: fix page cache removal for arbitrary sized THPsMatthew Wilcox (Oracle)2020-10-161-1/+1
| * | mm/filemap: fix storing to a THP shadow entryMatthew Wilcox (Oracle)2020-10-161-11/+31
* | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-4/+4
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+5
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-31/+129
| |\ \
| * | | mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov2020-08-281-4/+4
* | | | mm/filemap: fix filemap_map_pages for THPMatthew Wilcox (Oracle)2020-10-131-15/+15
* | | | mm: add find_lock_headMatthew Wilcox (Oracle)2020-10-131-3/+6
* | | | mm/shmem: return head page from find_lock_entryMatthew Wilcox (Oracle)2020-10-131-14/+11
* | | | mm: convert find_get_entry to return the head pageMatthew Wilcox (Oracle)2020-10-131-6/+7
* | | | i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)2020-10-131-1/+0
* | | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig2020-09-241-2/+2
| |/ /
* | | Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-021-1/+5
|\ \ \ | |_|/ |/| |
| * | io_uring: fix async buffered reads when readahead is disabledHao Xu2020-09-291-1/+5
| |/
* | 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
|/