summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-02mm/swap_state: fix a data race in swapin_nr_pagesQian Cai
2020-06-02mm/swapfile: use list_{prev,next}_entry() instead of open-codingchenqiwu
2020-06-02mm/gup.c: further document vma_permits_fault()Miles Chen
2020-06-02ivtv: convert get_user_pages() --> pin_user_pages()John Hubbard
2020-06-02mm/gup: introduce pin_user_pages_unlockedJohn Hubbard
2020-06-02mm/gup.c: update the documentationSouptick Joarder
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown
2020-06-02mm/page-writeback.c: remove unused variableChao Yu
2020-06-02mm/filemap.c: remove misleading commentMatthew Wilcox (Oracle)
2020-06-02mm_types.h: change set_page_private to inline functionGuoqing Jiang
2020-06-02mm/migrate.c: call detach_page_private to cleanup codeGuoqing Jiang
2020-06-02buffer_head.h: remove attach_page_buffersGuoqing Jiang
2020-06-02orangefs: use attach/detach_page_privateGuoqing Jiang
2020-06-02ntfs: replace attach_page_buffers with attach_page_privateGuoqing Jiang
2020-06-02iomap: use attach/detach_page_privateGuoqing Jiang
2020-06-02f2fs: use attach/detach_page_privateGuoqing Jiang
2020-06-02fs/buffer.c: use attach/detach_page_privateGuoqing Jiang
2020-06-02btrfs: use attach/detach_page_privateGuoqing Jiang
2020-06-02md: remove __clear_page_buffers and use attach/detach_page_privateGuoqing Jiang
2020-06-02include/linux/pagemap.h: introduce attach/detach_page_privateGuoqing Jiang
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02fuse: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02f2fs: pass the inode to f2fs_mpage_readpagesMatthew Wilcox (Oracle)
2020-06-02f2fs: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02ext4: pass the inode to ext4_mpage_readpagesMatthew Wilcox (Oracle)
2020-06-02ext4: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02erofs: convert compressed files from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02btrfs: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-06-02mm: use memalloc_nofs_save in readahead pathMatthew Wilcox (Oracle)
2020-06-02mm: document why we don't set PageReadaheadMatthew Wilcox (Oracle)
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)
2020-06-02mm: move end_index check out of readahead loopMatthew Wilcox (Oracle)
2020-06-02mm: add readahead address space operationMatthew Wilcox (Oracle)
2020-06-02mm: put readahead pages in cache earlierMatthew Wilcox (Oracle)
2020-06-02mm: remove 'page_offset' from readahead loopMatthew Wilcox (Oracle)
2020-06-02mm: rename readahead loop variable to 'i'Matthew Wilcox (Oracle)
2020-06-02mm: rename various 'offset' parameters to 'index'Matthew Wilcox (Oracle)
2020-06-02mm: use readahead_control to pass argumentsMatthew Wilcox (Oracle)
2020-06-02mm: add new readahead_control APIMatthew Wilcox (Oracle)
2020-06-02mm: move readahead nr_pages check into read_pagesMatthew Wilcox (Oracle)
2020-06-02mm: ignore return value of ->readpagesMatthew Wilcox (Oracle)
2020-06-02mm: return void from various readahead functionsMatthew Wilcox (Oracle)
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)
2020-06-02mm, dump_page(): do not crash with invalid mapping pointerVlastimil Babka
2020-06-02Documentation/vm/slub.rst: s/Toggle/Enable/Andrew Morton
2020-06-02mm/slub: fix stack overruns with SLUB_STATSQian Cai
2020-06-02slub: remove kmalloc under list_lock from list_slab_objects() V2Christopher Lameter