Age | Commit message (Expand) | Author |
2020-08-07 | mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_page | Yang Shi |
2020-08-07 | mm: filemap: clear idle flag for writes | Yang Shi |
2020-08-03 | Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-08-02 | list: add "list_del_init_careful()" to go with "list_empty_careful()" | Linus Torvalds |
2020-08-02 | mm: rewrite wait_on_page_bit_common() logic | Linus Torvalds |
2020-07-07 | fs: Add IOCB_NOIO flag for generic_file_read_iter | Andreas Gruenbacher |
2020-06-21 | mm: support async buffered reads in generic_file_buffered_read() | Jens Axboe |
2020-06-21 | mm: add support for async page locking | Jens Axboe |
2020-06-21 | mm: abstract out wake_page_match() from wake_page_function() | Jens Axboe |
2020-06-21 | mm: allow read-ahead with IOCB_NOWAIT set | Jens Axboe |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-04 | mm/filemap: fix a typo in comment "unneccssary"->"unnecessary" | Ethon Paul |
2020-06-03 | mm: memcontrol: delete unused lrucare handling | Johannes Weiner |
2020-06-03 | mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API | Johannes Weiner |
2020-06-03 | mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters | Johannes Weiner |
2020-06-03 | mm: memcontrol: convert page cache to a new mem_cgroup_charge() API | Johannes Weiner |
2020-06-03 | mm: memcontrol: drop @compound parameter from memcg charging API | Johannes Weiner |
2020-06-03 | mm: fix NUMA node file count error in replace_page_cache() | Johannes Weiner |
2020-06-02 | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds |
2020-06-02 | mm/filemap.c: remove misleading comment | Matthew Wilcox (Oracle) |
2020-05-25 | fs: export generic_file_buffered_read() | Goldwyn Rodrigues |
2020-04-07 | mm: huge tmpfs: try to split_huge_page() when punching hole | Hugh Dickins |
2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu |
2020-04-02 | mm/filemap.c: rewrite pagecache_get_page documentation | Matthew Wilcox (Oracle) |
2020-04-02 | mm/filemap.c: unexport find_get_entry | Matthew Wilcox (Oracle) |
2020-04-02 | mm/filemap.c: use vm_fault error code directly | Matthew Wilcox (Oracle) |
2020-04-02 | mm/filemap.c: remove unused argument from shrink_readahead_size_eio() | Souptick Joarder |
2020-04-02 | mm/filemap.c: clear page error before actual read | Xianting Tian |
2020-04-02 | mm/filemap.c: don't bother dropping mmap_sem for zero size readahead | Jan Kara |
2020-01-31 | mm/filemap.c: clean up filemap_write_and_wait() | Ira Weiny |
2019-12-01 | mm: drop mmap_sem before calling balance_dirty_pages() in write fault | Johannes Weiner |
2019-12-01 | mm/filemap.c: warn if stale pagecache is left after direct write | Konstantin Khlebnikov |
2019-12-01 | fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=n | Konstantin Khlebnikov |
2019-12-01 | mm/filemap.c: remove redundant cache invalidation after async direct-io write | Konstantin Khlebnikov |
2019-10-19 | mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definition | Ben Dooks |
2019-09-24 | mm,thp: avoid writes to file with THP in pagecache | Song Liu |
2019-09-24 | mm,thp: add read-only THP support for (non-shmem) FS | Song Liu |
2019-09-24 | filemap: update offset check in filemap_fault() | Song Liu |
2019-09-24 | filemap: check compound_head(page)->mapping in pagecache_get_page() | Song Liu |
2019-09-24 | filemap: check compound_head(page)->mapping in filemap_fault() | Song Liu |
2019-09-24 | mm: page cache: store only head pages in i_pages | Matthew Wilcox (Oracle) |
2019-09-24 | mm/filemap.c: rewrite mapping_needs_writeback in less fancy manner | Konstantin Khlebnikov |
2019-09-24 | mm/filemap.c: don't initiate writeback if mapping has no dirty pages | Konstantin Khlebnikov |
2019-09-24 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) |
2019-08-20 | vfs: don't allow writes to swap files | Darrick J. Wong |
2019-07-12 | mm/filemap.c: correct the comment about VM_FAULT_RETRY | Yang Shi |
2019-07-12 | mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page | Christoph Hellwig |
2019-07-12 | mm/filemap.c: fix an overly long line in read_cache_page | Christoph Hellwig |