summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song57-57/+57
2022-03-23fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song3-1/+18
2022-03-23mm: introduce kmem_cache_alloc_lruMuchun Song9-53/+198
2022-03-23mm: list_lru: transpose the array of per-node per-memcg lru listsMuchun Song2-137/+86
2022-03-23mm/memcg: disable migration instead of preemption in drain_all_stock().Sebastian Andrzej Siewior1-2/+3
2022-03-23mm/memcg: protect memcg_stock with a local_lock_tSebastian Andrzej Siewior1-21/+38
2022-03-23mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj...Johannes Weiner1-6/+18
2022-03-23mm/memcg: protect per-CPU counter by disabling preemption on PREEMPT_RT where...Sebastian Andrzej Siewior1-1/+55
2022-03-23mm/memcg: disable threshold event handlers on PREEMPT_RTSebastian Andrzej Siewior2-2/+14
2022-03-23mm/memcg: revert ("mm/memcg: optimize user context object stock access")Michal Hocko1-67/+27
2022-03-23mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap1-1/+1
2022-03-23memcg: synchronously enforce memory.high for large overchargesShakeel Butt1-0/+5
2022-03-23selftests: memcg: test high limit for single entry allocationShakeel Butt3-3/+91
2022-03-23memcg: unify force charging conditionsShakeel Butt1-10/+7
2022-03-23memcg: refactor mem_cgroup_oomShakeel Butt1-27/+17
2022-03-23mm/memcg: retrieve parent memcg from css.parentWei Yang1-3/+1
2022-03-23mm/memcg: mem_cgroup_per_node is already set to 0 on allocationWei Yang1-2/+0
2022-03-23memcg: add per-memcg total kernel memory statYosry Ahmed3-6/+27
2022-03-23memcg: replace in_interrupt() with !in_task()Shakeel Butt1-2/+2
2022-03-23mm: shmem: use helper macro __ATTR_RWMiaohe Lin1-2/+1
2022-03-23tmpfs: do not allocate pages on readHugh Dickins2-14/+12
2022-03-23shmem: mapping_set_exiting() to help mapped resilienceHugh Dickins1-0/+1
2022-03-23tmpfs: support for file creation timeXavier Roche2-3/+14
2022-03-23mm/swap: fix confusing comment in folio_mark_accessedBang Li1-1/+1
2022-03-23mm/gup: remove unused get_user_pages_locked()John Hubbard2-61/+0
2022-03-23mm: change lookup_node() to use get_user_pages_fast()John Hubbard1-12/+9
2022-03-23mm/gup: remove unused pin_user_pages_locked()John Hubbard2-31/+0
2022-03-23mm/gup: follow_pfn_pte(): -EEXIST cleanupJohn Hubbard2-5/+15
2022-03-23mm: fix invalid page pointer returned with FOLL_PIN gupsPeter Xu1-1/+1
2022-03-23mm: fs: fix lru_cache_disabled race in bh_lruMinchan Kim1-3/+5
2022-03-23mm/writeback: minor clean up for highmem_dirtyable_memoryMiaohe Lin1-12/+0
2022-03-23filemap: remove find_get_pages()Miaohe Lin2-12/+6
2022-03-23mm/memremap: avoid calling kasan_remove_zero_shadow() for device private memoryMiaohe Lin1-1/+2
2022-03-23mount: warn only once about timestamp range expirationAnthony Iliopoulos2-0/+3
2022-03-23remove congestion tracking frameworkNeilBrown4-95/+0
2022-03-23block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"NeilBrown1-1/+1
2022-03-23f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown5-14/+13
2022-03-23remove bdi_congested() and wb_congested() and related functionsNeilBrown7-58/+2
2022-03-23remove inode_congested()NeilBrown5-84/+3
2022-03-23ceph: remove reliance on bdi congestionNeilBrown3-9/+15
2022-03-23nfs: remove reliance on bdi congestionNeilBrown2-3/+12
2022-03-23fuse: remove reliance on bdi congestionNeilBrown3-25/+17
2022-03-23mm: improve cleanup when ->readpages doesn't process all pagesNeilBrown1-2/+17
2022-03-23mm: document and polish read-ahead codeNeilBrown4-10/+133
2022-03-23doc: convert 'subsection' to 'section' in gfp.hNeilBrown1-5/+5
2022-03-23fs/ocfs2: fix comments mentioning i_mutexhongnanli11-16/+16
2022-03-23ocfs2: cleanup some return variablesJoseph Qi2-18/+9
2022-03-23ntfs: add sanity check on allocation sizeDongliang Mu1-0/+4
2022-03-23scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+16
2022-03-23linux/kthread.h: remove unused macrosRasmus Villemoes1-22/+0