summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar12 days1-6/+0
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-0/+18
|\
| * shmem: properly report quota mount optionsJan Kara2024-02-231-0/+18
* | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-1/+1
|\ \
| * | quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-081-1/+1
| |/
* | Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-131-5/+37
|\ \
| * | mm/shmem.c: Use new form of *@param in kernel-docAkira Yokosawa2024-02-291-2/+2
| * | shmem: document how to "persist" data when using shmem_*file_setupChristoph Hellwig2024-02-211-0/+4
| * | shmem: export shmem_kernel_file_setupChristoph Hellwig2024-02-211-0/+1
| * | shmem: export shmem_get_folioChristoph Hellwig2024-02-211-0/+20
| * | shmem: move the shmem_mapping assert into shmem_get_folio_gfpChristoph Hellwig2024-02-211-1/+3
| * | shmem: set a_ops earlier in shmem_symlinkChristoph Hellwig2024-02-211-1/+1
| * | shmem: move shmem_mapping out of lineChristoph Hellwig2024-02-211-3/+8
| |/
* | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+3
|\ \
| * | fs: super_set_uuid()Kent Overstreet2024-02-081-1/+3
| |/
* / libfs: Add simple_offset_empty()Chuck Lever2024-02-211-2/+2
|/
* Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\
| * Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-271-0/+1
* | zswap: memcontrol: implement zswap writeback disablingNhat Pham2023-12-291-2/+1
* | mm: convert swap_cluster_readahead and swap_vma_readahead to return a folioMatthew Wilcox (Oracle)2023-12-291-5/+3
* | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-201-1/+18
|\ \
| * | mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens2023-12-121-1/+18
| |/
* / fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-3/+3
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-4/+4
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-4/+4
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-294/+294
|\ \
| * | mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins2023-10-251-41/+51
| * | mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes2023-10-181-1/+1
| * | shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins2023-10-181-5/+5
| * | shmem: _add_to_page_cache() before shmem_inode_acct_blocks()Hugh Dickins2023-10-181-111/+118
| * | shmem: move memcg charge out of shmem_add_to_page_cache()Hugh Dickins2023-10-181-39/+29
| * | shmem: shmem_acct_blocks() and shmem_inode_acct_blocks()Hugh Dickins2023-10-181-7/+7
| * | shmem: trivial tidyups, removing extra blank lines, etcHugh Dickins2023-10-181-35/+21
| * | shmem: factor shmem_falloc_wait() out of shmem_fault()Hugh Dickins2023-10-181-57/+69
| * | shmem: remove vma arg from shmem_get_folio_gfp()Hugh Dickins2023-10-181-7/+6
| * | mm/shmem: remove dead code can not be satisfied by "(CONFIG_SHMEM)&&(!(CONFIG...Ying Sun2023-10-041-4/+0
| |/
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-10/+10
|\ \
| * | mm: convert to new timestamp accessorsJeff Layton2023-10-181-10/+10
| |/
* | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+1
|\ \ | |/ |/|
| * shmem: move shmem_xattr_handlers to .rodataWedson Almeida Filho2023-10-101-1/+1
* | Revert "tmpfs: add support for multigrain timestamps"Christian Brauner2023-09-201-1/+1
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-8/+7
|\
| * mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand2023-08-241-3/+3
| * merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-241-2/+4
| |\
| * | mm/shmem.c: use helper macro K()ZhangPeng2023-08-211-2/+1
| * | mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen2023-08-181-2/+2
| * | mm: increase usage of folio_next_index() helperSidhartha Kumar2023-08-181-1/+1
* | | Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-222/+603
|\ \ \
| * | | tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins2023-08-221-1/+1
| * | | tmpfs: trivial support for direct IOHugh Dickins2023-08-111-2/+30