summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2023-09-20Revert "tmpfs: add support for multigrain timestamps"Christian Brauner
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand
2023-08-24merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-24shmem: fix smaps BUG sleeping while atomicHugh Dickins
2023-08-22tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins
2023-08-21mm/shmem.c: use helper macro K()ZhangPeng
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar
2023-08-11tmpfs: trivial support for direct IOHugh Dickins
2023-08-11tmpfs: add support for multigrain timestampsJeff Layton
2023-08-10tmpfs,xattr: enable limited user extended attributesHugh Dickins
2023-08-09tmpfs: track free_ispace instead of free_inodesHugh Dickins
2023-08-09xattr: simple_xattr_set() return old_xattr to be freedHugh Dickins
2023-08-09tmpfs: verify {g,u}id mount options correctlyChristian Brauner
2023-08-09shmem: move spinlock into shmem_recalc_inode() to fix quota supportHugh Dickins
2023-08-09shmem: stable directory offsetsChuck Lever
2023-08-09shmem: Refactor shmem_symlink()Chuck Lever
2023-08-09shmem: fix quota lock nesting in huge hole handlingHugh Dickins
2023-08-09shmem: Add default quota limit mount optionsLukas Czerner
2023-08-09shmem: quota supportCarlos Maiolino
2023-08-09shmem: make shmem_get_inode() return ERR_PTR instead of NULLCarlos Maiolino
2023-08-09shmem: make shmem_inode_acct_block() return errorLukas Czerner
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-27shmem: minor fixes to splice-read implementationHugh Dickins
2023-07-24shmem: convert to ctime accessor functionsJeff Layton
2023-07-10shmem: convert to simple_rename_timestampJeff Layton
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)