summaryrefslogtreecommitdiff
path: root/mm/memfd_luo.c
AgeCommit message (Expand)Author
2026-05-04mm/memfd_luo: document preservation of file sealsDavid Carlier
2026-05-04mm/memfd_luo: reject memfds whose page count exceeds UINT_MAXDavid Carlier
2026-04-28mm/memfd_luo: report error when restoring a folio fails mid-loopDavid Carlier
2026-04-18mm/memfd_luo: remove folio from page cache when accounting failsChenghao Duan
2026-04-18mm/memfd_luo: fix physical address conversion in put_folios cleanupChenghao Duan
2026-04-18mm/memfd_luo: use i_size_write() to set inode size during retrieveChenghao Duan
2026-04-18mm/memfd_luo: remove unnecessary memset in zero-size memfd pathChenghao Duan
2026-04-18mm/memfd_luo: optimize shmem_recalc_inode calls in retrieve pathChenghao Duan
2026-04-18mm/memfd: use folio_nr_pages() for shmem inode accountingChenghao Duan
2026-04-18memfd: implement get_id for memfd_luoPasha Tatashin
2026-04-05mm: memfd_luo: preserve file sealsPratyush Yadav (Google)
2026-03-04mm: memfd_luo: always dirty all foliosPratyush Yadav (Google)
2026-03-04mm: memfd_luo: always make all folios uptodatePratyush Yadav (Google)
2026-02-24liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-26mm: memfd_luo: restore and free memfd_luo_ser on failurePratyush Yadav (Google)
2026-01-26mm: memfd_luo: use memfd_alloc_file() instead of shmem_file_setup()Pratyush Yadav (Google)
2025-11-27mm: memfd_luo: allow preserving memfdPratyush Yadav