summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | tmpfs,xattr: enable limited user extended attributesHugh Dickins2023-08-101-9/+69
| * | | tmpfs: track free_ispace instead of free_inodesHugh Dickins2023-08-091-16/+17
| * | | xattr: simple_xattr_set() return old_xattr to be freedHugh Dickins2023-08-091-4/+6
| * | | tmpfs: verify {g,u}id mount options correctlyChristian Brauner2023-08-091-4/+24
| * | | shmem: move spinlock into shmem_recalc_inode() to fix quota supportHugh Dickins2023-08-091-63/+44
| * | | shmem: stable directory offsetsChuck Lever2023-08-091-7/+40
| * | | shmem: Refactor shmem_symlink()Chuck Lever2023-08-091-10/+9
| * | | shmem: fix quota lock nesting in huge hole handlingHugh Dickins2023-08-091-10/+9
| * | | shmem: Add default quota limit mount optionsLukas Czerner2023-08-091-0/+61
| * | | shmem: quota supportCarlos Maiolino2023-08-091-8/+178
| * | | shmem: make shmem_get_inode() return ERR_PTR instead of NULLCarlos Maiolino2023-08-091-92/+119
| * | | shmem: make shmem_inode_acct_block() return errorLukas Czerner2023-08-091-8/+10
| |/ /
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-15/+15
|\ \ \ | |_|/ |/| |
| * | tmpfs: add support for multigrain timestampsJeff Layton2023-08-111-1/+1
| * | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * | shmem: convert to ctime accessor functionsJeff Layton2023-07-241-10/+12