summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-12-29zswap: memcontrol: implement zswap writeback disablingNhat Pham
2023-12-29mm: convert swap_cluster_readahead and swap_vma_readahead to return a folioMatthew Wilcox (Oracle)
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton
2023-12-12mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-10-18mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes
2023-10-18shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins
2023-10-18shmem: _add_to_page_cache() before shmem_inode_acct_blocks()Hugh Dickins
2023-10-18shmem: move memcg charge out of shmem_add_to_page_cache()Hugh Dickins
2023-10-18shmem: shmem_acct_blocks() and shmem_inode_acct_blocks()Hugh Dickins
2023-10-18shmem: trivial tidyups, removing extra blank lines, etcHugh Dickins
2023-10-18shmem: factor shmem_falloc_wait() out of shmem_fault()Hugh Dickins
2023-10-18shmem: remove vma arg from shmem_get_folio_gfp()Hugh Dickins
2023-10-18mm: convert to new timestamp accessorsJeff Layton
2023-10-10shmem: move shmem_xattr_handlers to .rodataWedson Almeida Filho
2023-10-04mm/shmem: remove dead code can not be satisfied by "(CONFIG_SHMEM)&&(!(CONFIG...Ying Sun
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