summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2025-12-01shmem: fix tmpfs reconfiguration (remount) when noswap is setMike Yuan
2025-10-23quota: remove unneeded return value of register_quota_formatKemeng Shi
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITEIsaac J. Manjarres
2025-02-01Revert "libfs: Add simple_offset_empty()"Chuck Lever
2025-02-01libfs: Add simple_offset_rename() APIChuck Lever
2025-02-01libfs: Add simple_offset_empty()Chuck Lever
2024-11-22mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes
2024-11-22mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park
2024-07-18mm/shmem: disable PMD-sized page cache if neededGavin Shan
2024-04-27mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar
2024-03-26quota: Properly annotate i_dquot arrays with __rcuJan Kara
2023-12-20mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens
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