summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* shmem: Implement splice-readDavid Howells2023-05-241-1/+133
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-50/+87
|\
| * shmem: restrict noswap option to initial user namespaceChristian Brauner2023-04-271-0/+4
| * userfaultfd: convert mfill_atomic() to use a folioZhangPeng2023-04-181-8/+8
| * mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen2023-04-051-4/+3
| * mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen2023-04-051-4/+3
| * mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-2/+2
| * shmem: open code the page cache lookup in shmem_get_folio_gfpChristoph Hellwig2023-04-051-4/+10
| * shmem: shmem_get_partial_folio use filemap_get_entryHugh Dickins2023-04-051-5/+12
| * shmem: add support to ignore swapLuis Chamberlain2023-03-281-1/+27
| * shmem: skip page split if we're not reclaimingLuis Chamberlain2023-03-281-4/+6
| * shmem: move reclaim check early on writepages()Luis Chamberlain2023-03-281-12/+10
| * shmem: set shmem_writepage() variables earlyLuis Chamberlain2023-03-281-6/+3
| * shmem: remove check for folio lock on writepage()Luis Chamberlain2023-03-281-1/+0
* | fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-43/+62
|\
| * shmem: fix W=1 build warnings with CONFIG_SHMEM=nMatthew Wilcox (Oracle)2023-02-091-1/+1
| * shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)2023-02-091-12/+24
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| * mm: fix khugepaged with shmem_enabled=adviseDavid Stevens2023-02-021-9/+9
| * shmem: convert shmem_write_end() to use a folioMatthew Wilcox (Oracle)2023-02-021-20/+10
| * swap: avoid holding swap reference in swap_cache_get_folioKairui Song2023-01-181-0/+11
| * mm/memfd: add F_SEAL_EXECDaniel Verkamp2023-01-181-0/+6
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-30/+39
|\ \ | |/ |/|
| * shmem: support idmapped mounts for tmpfsGiuseppe Scrivano2023-01-201-19/+28
| * fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
| * fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
| * fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* | mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe2023-01-111-4/+2
|/
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-20/+34
|\
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-12-091-0/+11
| |\
| * | mm: anonymous shared memory namingPasha Tatashin2022-11-301-4/+25
| * | mm: use pte markers for swap errorsPeter Xu2022-11-301-1/+1
| * | tmpfs: ensure O_LARGEFILE with generic_file_open()Thomas Weißschuh2022-11-081-0/+1
| * | mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()Lukas Bulwahn2022-11-081-2/+1
| * | filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)2022-11-081-7/+4
| * | filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)2022-11-081-6/+2
* | | Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org...Linus Torvalds2022-12-131-1/+1
|\ \ \
| * | | xattr: use rbtree for simple_xattrsChristian Brauner2022-11-121-1/+1
* | | | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
| |/ /