aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2023-09-13tmpfs: verify {g,u}id mount options correctlyChristian Brauner
2023-08-24shmem: fix smaps BUG sleeping while atomicHugh Dickins
2023-07-27shmem: minor fixes to splice-read implementationHugh Dickins
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-19shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu
2023-06-09mm: shmem: fix UAF bug in shmem_show_options()Tu Jinjiang
2023-05-24shmem: Implement splice-readDavid Howells
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27shmem: restrict noswap option to initial user namespaceChristian Brauner
2023-04-18userfaultfd: convert mfill_atomic() to use a folioZhangPeng
2023-04-05mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen
2023-04-05mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-04-05shmem: open code the page cache lookup in shmem_get_folio_gfpChristoph Hellwig
2023-04-05shmem: shmem_get_partial_folio use filemap_get_entryHugh Dickins
2023-03-28shmem: add support to ignore swapLuis Chamberlain
2023-03-28shmem: skip page split if we're not reclaimingLuis Chamberlain
2023-03-28shmem: move reclaim check early on writepages()Luis Chamberlain
2023-03-28shmem: set shmem_writepage() variables earlyLuis Chamberlain
2023-03-28shmem: remove check for folio lock on writepage()Luis Chamberlain
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-09shmem: fix W=1 build warnings with CONFIG_SHMEM=nMatthew Wilcox (Oracle)
2023-02-09shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-02mm: fix khugepaged with shmem_enabled=adviseDavid Stevens
2023-02-02shmem: convert shmem_write_end() to use a folioMatthew Wilcox (Oracle)
2023-01-20shmem: support idmapped mounts for tmpfsGiuseppe Scrivano
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-18swap: avoid holding swap reference in swap_cache_get_folioKairui Song
2023-01-18mm/memfd: add F_SEAL_EXECDaniel Verkamp
2023-01-11mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-13Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org...Linus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-09Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-12-09tmpfs: fix data loss from failed fallocateHugh Dickins
2022-11-30mm: anonymous shared memory namingPasha Tatashin