aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memfd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-05memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins1-12/+28
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru1-3/+1
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov1-2/+2
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)1-0/+2
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds1-2/+0
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox1-0/+2
2019-03-05mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)1-1/+2
2018-10-21memfd: Convert memfd_tag_pins to XArrayMatthew Wilcox1-26/+18
2018-10-21memfd: Convert memfd_wait_for_pins to XArrayMatthew Wilcox1-36/+25
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro1-1/+1
2018-06-07mm: restructure memfd codeMike Kravetz1-0/+345