summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-08-281-35/+14
|\
| * mm: remove folio_account_redirtyChristoph Hellwig2023-08-211-35/+14
* | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-283-44/+36
|\ \
| * | filemap: Allow __filemap_get_folio to allocate large foliosMatthew Wilcox (Oracle)2023-07-242-26/+33
| * | filemap: Add fgf_t typedefMatthew Wilcox (Oracle)2023-07-242-18/+3
* | | Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-286-233/+967
|\ \ \
| * | | tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins2023-08-221-1/+1
| * | | mm: invalidation check mapping before folio_containsHugh Dickins2023-08-111-2/+2
| * | | tmpfs: trivial support for direct IOHugh Dickins2023-08-111-2/+30
| * | | tmpfs,xattr: enable limited user extended attributesHugh Dickins2023-08-101-9/+69
| * | | tmpfs: track free_ispace instead of free_inodesHugh Dickins2023-08-091-16/+17
| * | | xattr: simple_xattr_set() return old_xattr to be freedHugh Dickins2023-08-091-4/+6
| * | | tmpfs: verify {g,u}id mount options correctlyChristian Brauner2023-08-091-4/+24
| * | | shmem: move spinlock into shmem_recalc_inode() to fix quota supportHugh Dickins2023-08-091-63/+44
| * | | shmem: stable directory offsetsChuck Lever2023-08-091-7/+40
| * | | shmem: Refactor shmem_symlink()Chuck Lever2023-08-091-10/+9
| * | | shmem: fix quota lock nesting in huge hole handlingHugh Dickins2023-08-093-18/+20
| * | | shmem: Add default quota limit mount optionsLukas Czerner2023-08-092-1/+94
| * | | shmem: quota supportCarlos Maiolino2023-08-091-8/+178
| * | | shmem: prepare shmem quota infrastructureCarlos Maiolino2023-08-092-1/+319
| * | | shmem: make shmem_get_inode() return ERR_PTR instead of NULLCarlos Maiolino2023-08-091-92/+119
| * | | shmem: make shmem_inode_acct_block() return errorLukas Czerner2023-08-091-8/+10
* | | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-15/+15
|\ \ \ \
| * | | | tmpfs: add support for multigrain timestampsJeff Layton2023-08-111-1/+1
| * | | | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * | | | shmem: convert to ctime accessor functionsJeff Layton2023-07-241-10/+12
| * | | | shmem: convert to simple_rename_timestampJeff Layton2023-07-101-3/+1
* | | | | Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds2023-08-2518-43/+146
|\ \ \ \ \
| * | | | | shmem: fix smaps BUG sleeping while atomicHugh Dickins2023-08-241-2/+4
| * | | | | madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei2023-08-241-1/+1
| * | | | | madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...Yin Fengwei2023-08-241-1/+1
| * | | | | madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei2023-08-241-2/+2
| * | | | | mm: multi-gen LRU: don't spin during memcg releaseT.J. Mercier2023-08-211-5/+8
| * | | | | mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin2023-08-211-4/+7
| * | | | | mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti2023-08-211-0/+4
| * | | | | mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP...David Hildenbrand2023-08-211-0/+10
| * | | | | mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-2113-20/+77
| * | | | | smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand2023-08-211-0/+7
| * | | | | mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand2023-08-212-8/+25
* | | | | | mm: avoid 'might_sleep()' in get_mmap_lock_carefully()Linus Torvalds2023-08-211-4/+1
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds2023-08-117-49/+88
|\| | | |
| * | | | mm/damon/core: initialize damo_filter->list from damos_new_filter()SeongJae Park2023-08-041-0/+1
| * | | | mm: compaction: fix endless looping over same migrate blockJohannes Weiner2023-08-041-3/+5
| * | | | hugetlb: do not clear hugetlb dtor until allocating vmemmapMike Kravetz2023-08-041-24/+51
| * | | | mm: memory-failure: avoid false hwpoison page mapped error infoMiaohe Lin2023-08-041-3/+7
| * | | | mm: memory-failure: fix potential unexpected return value from unpoison_memory()Miaohe Lin2023-08-041-10/+9
| * | | | mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache pageMiaohe Lin2023-08-042-4/+6
| * | | | zsmalloc: fix races between modifications of fullness and isolatedAndrew Yang2023-08-041-5/+9
| | |/ / | |/| |
* / | | mm: Fix access_remote_vm() regression on tagged addressesKirill A. Shutemov2023-08-091-0/+3
|/ / /
* | | Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-285-10/+17
|\ \ \