Age | Commit message (Expand) | Author |
2020-10-23 | Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2020-10-17 | mm: mark async iocb read as NOWAIT once some data has been copied | Jens Axboe |
2020-10-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-10-16 | mm: fix some broken comments | Miaohe Lin |
2020-10-16 | mm/filemap: fold ra_submit into do_sync_mmap_readahead | David Howells |
2020-10-16 | mm/filemap: fix page cache removal for arbitrary sized THPs | Matthew Wilcox (Oracle) |
2020-10-16 | mm/filemap: fix storing to a THP shadow entry | Matthew Wilcox (Oracle) |
2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-10-15 | vfs: move the generic write and copy checks out of mm | Darrick J. Wong |
2020-10-14 | vfs: move generic_remap_checks out of mm | Darrick J. Wong |
2020-10-13 | mm/filemap: fix filemap_map_pages for THP | Matthew Wilcox (Oracle) |
2020-10-13 | mm: add find_lock_head | Matthew Wilcox (Oracle) |
2020-10-13 | mm/shmem: return head page from find_lock_entry | Matthew Wilcox (Oracle) |
2020-10-13 | mm: convert find_get_entry to return the head page | Matthew Wilcox (Oracle) |
2020-10-13 | i915: use find_lock_page instead of find_lock_entry | Matthew Wilcox (Oracle) |
2020-10-13 | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-10-02 | Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-09-29 | io_uring: fix async buffered reads when readahead is disabled | Hao Xu |
2020-09-24 | bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag | Christoph Hellwig |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-09-20 | mm: fix wake_page_function() comment typos | Linus Torvalds |
2020-09-17 | mm: allow a controlled amount of unfairness in the page lock | Linus Torvalds |
2020-08-28 | mm/error_inject: Fix allow_error_inject function signatures. | Alexei Starovoitov |
2020-08-14 | mm/filemap.c: fix a data race in filemap_fault() | Kirill A. Shutemov |
2020-08-14 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) |
2020-08-12 | mm/filemap.c: delete duplicated word | Randy Dunlap |
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 |