aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/memfd_luo.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-18mm/memfd_luo: remove folio from page cache when accounting failsChenghao Duan1-1/+3
2026-04-18mm/memfd_luo: fix physical address conversion in put_folios cleanupChenghao Duan1-1/+6
2026-04-18mm/memfd_luo: use i_size_write() to set inode size during retrieveChenghao Duan1-1/+1
2026-04-18mm/memfd_luo: remove unnecessary memset in zero-size memfd pathChenghao Duan1-1/+0
2026-04-18mm/memfd_luo: optimize shmem_recalc_inode calls in retrieve pathChenghao Duan1-2/+6
2026-04-18mm/memfd: use folio_nr_pages() for shmem inode accountingChenghao Duan1-4/+6
2026-04-18memfd: implement get_id for memfd_luoPasha Tatashin1-0/+6
2026-04-05mm: memfd_luo: preserve file sealsPratyush Yadav (Google)1-2/+33
2026-03-04mm: memfd_luo: always dirty all foliosPratyush Yadav (Google)1-5/+21
2026-03-04mm: memfd_luo: always make all folios uptodatePratyush Yadav (Google)1-2/+23
2026-02-24liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)1-1/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-26mm: memfd_luo: restore and free memfd_luo_ser on failurePratyush Yadav (Google)1-2/+4
2026-01-26mm: memfd_luo: use memfd_alloc_file() instead of shmem_file_setup()Pratyush Yadav (Google)1-2/+2
2025-11-27mm: memfd_luo: allow preserving memfdPratyush Yadav1-0/+516