summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen1-2/+2
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar1-1/+1
2023-07-27shmem: minor fixes to splice-read implementationHugh Dickins1-3/+6
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+5
2023-06-20shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu1-1/+1
2023-06-10mm: shmem: fix UAF bug in shmem_show_options()Tu Jinjiang1-1/+4
2023-05-24shmem: Implement splice-readDavid Howells1-1/+133
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-50/+87
2023-04-27shmem: restrict noswap option to initial user namespaceChristian Brauner1-0/+4
2023-04-19userfaultfd: convert mfill_atomic() to use a folioZhangPeng1-8/+8
2023-04-06mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen1-4/+3
2023-04-06mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen1-4/+3
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-2/+2
2023-04-06shmem: open code the page cache lookup in shmem_get_folio_gfpChristoph Hellwig1-4/+10
2023-04-06shmem: shmem_get_partial_folio use filemap_get_entryHugh Dickins1-5/+12
2023-03-29shmem: add support to ignore swapLuis Chamberlain1-1/+27
2023-03-29shmem: skip page split if we're not reclaimingLuis Chamberlain1-4/+6
2023-03-29shmem: move reclaim check early on writepages()Luis Chamberlain1-12/+10
2023-03-29shmem: set shmem_writepage() variables earlyLuis Chamberlain1-6/+3
2023-03-29shmem: remove check for folio lock on writepage()Luis Chamberlain1-1/+0
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-43/+62
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-30/+39
2023-02-10shmem: fix W=1 build warnings with CONFIG_SHMEM=nMatthew Wilcox (Oracle)1-1/+1
2023-02-10shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)1-12/+24
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-03mm: fix khugepaged with shmem_enabled=adviseDavid Stevens1-9/+9
2023-02-03shmem: convert shmem_write_end() to use a folioMatthew Wilcox (Oracle)1-20/+10
2023-01-20shmem: support idmapped mounts for tmpfsGiuseppe Scrivano1-19/+28
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19swap: avoid holding swap reference in swap_cache_get_folioKairui Song1-0/+11
2023-01-19mm/memfd: add F_SEAL_EXECDaniel Verkamp1-0/+6
2023-01-12mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe1-4/+2
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-20/+34
2022-12-13Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org...Linus Torvalds1-1/+1
2022-12-13Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-12-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+11
2022-12-10tmpfs: fix data loss from failed fallocateHugh Dickins1-0/+11
2022-12-01mm: anonymous shared memory namingPasha Tatashin1-4/+25