Age | Commit message (Expand) | Author | Files | Lines |
2021-05-05 | mm/mempool: minor coding style tweaks | Zhiyuan Dai | 1 | -1/+1 |
2021-04-19 | shmem: allow reporting fanotify events with file handles on tmpfs | Amir Goldstein | 1 | -0/+3 |
2021-02-26 | mm,shmem,thp: limit shmem THP allocations to requested zones | Rik van Riel | 1 | -1/+5 |
2021-02-26 | mm,thp,shm: limit gfp mask to no more than specified | Rik van Riel | 1 | -0/+21 |
2021-02-26 | mm,thp,shmem: limit shmem THP alloc gfp_mask | Rik van Riel | 1 | -3/+5 |
2021-02-26 | mm: pass pvec directly to find_get_entries | Matthew Wilcox (Oracle) | 1 | -3/+2 |
2021-02-26 | mm: add an 'end' parameter to find_get_entries | Matthew Wilcox (Oracle) | 1 | -8/+2 |
2021-02-26 | mm: add and use find_lock_entries | Matthew Wilcox (Oracle) | 1 | -17/+5 |
2021-02-26 | mm/filemap: add mapping_seek_hole_data | Matthew Wilcox (Oracle) | 1 | -70/+4 |
2021-02-26 | mm: add FGP_ENTRY | Matthew Wilcox (Oracle) | 1 | -1/+2 |
2021-02-26 | mm/shmem: use pagevec_lookup in shmem_unlock_mapping | Matthew Wilcox (Oracle) | 1 | -10/+1 |
2021-02-25 | mm: memcontrol: convert NR_SHMEM_THPS account to pages | Muchun Song | 1 | -1/+1 |
2021-02-24 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -19/+31 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -14/+25 |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 1 | -1/+2 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
2021-01-21 | mm: Use static initialisers for immutable fields of 'struct vm_fault' | Will Deacon | 1 | -3/+3 |
2020-12-15 | mm: shmem: convert shmem_enabled_show to use sysfs_emit_at | Joe Perches | 1 | -9/+12 |
2020-12-15 | mm: memcontrol: add file_thp, shmem_thp to memory.stat | Johannes Weiner | 1 | -1/+1 |
2020-12-15 | mm/shmem.c: make shmem_mapping() inline | Hui Su | 1 | -10/+6 |
2020-10-16 | fs: add a filesystem flag for THPs | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2020-10-14 | mm/shmem: return head page from find_lock_entry | Matthew Wilcox (Oracle) | 1 | -9/+10 |
2020-10-12 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+9 |
2020-09-19 | tmpfs: restore functionality of nr_inodes=0 | Byron Stanoszek | 1 | -4/+6 |
2020-09-04 | mm: Add arch hooks for saving/restoring tags | Steven Price | 1 | -0/+6 |
2020-09-04 | mm: Allow arm64 mmap(PROT_MTE) on RAM-based files | Catalin Marinas | 1 | -0/+3 |
2020-08-12 | mm/shmem.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/swapcache: support to handle the shadow entries | Joonsoo Kim | 1 | -1/+2 |
2020-08-07 | mm: remove unnecessary wrapper function do_mmap_pgoff() | Peter Collingbourne | 1 | -1/+1 |
2020-08-07 | tmpfs: support 64-bit inums per-sb | Chris Down | 1 | -2/+63 |
2020-08-07 | tmpfs: per-superblock i_ino support | Chris Down | 1 | -5/+61 |
2020-07-24 | vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way | Chengguang Xu | 1 | -1/+1 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -2/+2 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
2020-06-04 | mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() | Johannes Weiner | 1 | -3/+3 |
2020-06-04 | mm: memcontrol: delete unused lrucare handling | Johannes Weiner | 1 | -1/+1 |
2020-06-04 | mm: memcontrol: charge swapin pages on instantiation | Johannes Weiner | 1 | -6/+8 |
2020-06-04 | mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters | Johannes Weiner | 1 | -7/+7 |
2020-06-04 | mm: memcontrol: convert page cache to a new mem_cgroup_charge() API | Johannes Weiner | 1 | -43/+30 |
2020-06-04 | mm: shmem: remove rare optimization when swapin races with hole punching | Johannes Weiner | 1 | -18/+7 |
2020-06-04 | mm: memcontrol: drop @compound parameter from memcg charging API | Johannes Weiner | 1 | -13/+9 |
2020-04-21 | mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path | Yang Shi | 1 | -2/+2 |
2020-04-21 | shmem: fix possible deadlocks on shmlock_user_lock | Hugh Dickins | 1 | -2/+5 |
2020-04-21 | mm/shmem: fix build without THP | Hugh Dickins | 1 | -1/+1 |
2020-04-07 | mm: use fallthrough; | Joe Perches | 1 | -1/+1 |
2020-04-07 | mm: huge tmpfs: try to split_huge_page() when punching hole | Hugh Dickins | 1 | -55/+43 |
2020-04-07 | mm/shmem.c: clean code by removing unnecessary assignment | Mateusz Nosek | 1 | -6/+3 |
2020-04-07 | mm/shmem.c: distribute switch variables for initialization | Kees Cook | 1 | -4/+7 |