summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-01shmem: fix tmpfs reconfiguration (remount) when noswap is setMike Yuan1-8/+7
2025-10-23quota: remove unneeded return value of register_quota_formatKemeng Shi1-6/+1
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITEIsaac J. Manjarres1-1/+1
2025-02-01Revert "libfs: Add simple_offset_empty()"Chuck Lever1-2/+2
2025-02-01libfs: Add simple_offset_rename() APIChuck Lever1-2/+1
2025-02-01libfs: Add simple_offset_empty()Chuck Lever1-2/+2
2024-11-22mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes1-3/+0
2024-11-22mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton1-2/+0
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park1-0/+2
2024-07-18mm/shmem: disable PMD-sized page cache if neededGavin Shan1-2/+13
2024-04-27mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar1-6/+0
2024-03-27quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2023-12-20mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens1-1/+18
2023-09-20Revert "tmpfs: add support for multigrain timestamps"Christian Brauner1-1/+1
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+7
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-222/+603
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-15/+15
2023-08-25mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand1-3/+3
2023-08-25merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-2/+4
2023-08-25shmem: fix smaps BUG sleeping while atomicHugh Dickins1-2/+4
2023-08-22tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins1-1/+1
2023-08-21mm/shmem.c: use helper macro K()ZhangPeng1-2/+1
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-08-11tmpfs: trivial support for direct IOHugh Dickins1-2/+30
2023-08-11tmpfs: add support for multigrain timestampsJeff Layton1-1/+1
2023-08-10tmpfs,xattr: enable limited user extended attributesHugh Dickins1-9/+69
2023-08-09tmpfs: track free_ispace instead of free_inodesHugh Dickins1-16/+17
2023-08-09xattr: simple_xattr_set() return old_xattr to be freedHugh Dickins1-4/+6
2023-08-09tmpfs: verify {g,u}id mount options correctlyChristian Brauner1-4/+24
2023-08-09shmem: move spinlock into shmem_recalc_inode() to fix quota supportHugh Dickins1-63/+44
2023-08-09shmem: stable directory offsetsChuck Lever1-7/+40
2023-08-09shmem: Refactor shmem_symlink()Chuck Lever1-10/+9
2023-08-09shmem: fix quota lock nesting in huge hole handlingHugh Dickins1-10/+9
2023-08-09shmem: Add default quota limit mount optionsLukas Czerner1-0/+61
2023-08-09shmem: quota supportCarlos Maiolino1-8/+178
2023-08-09shmem: make shmem_get_inode() return ERR_PTR instead of NULLCarlos Maiolino1-92/+119
2023-08-09shmem: make shmem_inode_acct_block() return errorLukas Czerner1-8/+10
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-27shmem: minor fixes to splice-read implementationHugh Dickins1-3/+6
2023-07-24shmem: convert to ctime accessor functionsJeff Layton1-10/+12
2023-07-10shmem: convert to simple_rename_timestampJeff Layton1-3/+1
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