| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-17 | mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw() | Kefeng Wang | 1 | -6/+1 |
| 2024-09-23 | Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+1 |
| 2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -151/+299 |
| 2024-09-16 | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -6/+5 |
| 2024-09-09 | mm: replace xa_get_order with xas_get_order where appropriate | Shakeel Butt | 1 | -1/+1 |
| 2024-09-09 | mm,tmpfs: consider end of file write in shmem_is_huge | Rik van Riel | 1 | -28/+31 |
| 2024-09-09 | mm: shmem: extend shmem_unused_huge_shrink() to all sizes | Hugh Dickins | 1 | -25/+20 |
| 2024-09-09 | mm: shmem: fix minor off-by-one in shrinkable calculation | Hugh Dickins | 1 | -1/+1 |
| 2024-09-09 | mm: cleanup count_mthp_stat() definition | Ryan Roberts | 1 | -6/+0 |
| 2024-09-03 | mm: remove PageSwapCache | Matthew Wilcox (Oracle) | 1 | -5/+6 |
| 2024-09-03 | mm: shmem: support large folio swap out | Baolin Wang | 1 | -6/+22 |
| 2024-09-03 | mm: shmem: split large entry if the swapin folio is not large | Baolin Wang | 1 | -0/+103 |
| 2024-09-03 | mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p... | Baolin Wang | 1 | -1/+1 |
| 2024-09-03 | mm: shmem: support large folio allocation for shmem_replace_folio() | Baolin Wang | 1 | -28/+46 |
| 2024-09-03 | mm: shmem: use swap_free_nr() to free shmem swap entries | Baolin Wang | 1 | -6/+10 |
| 2024-09-03 | mm: shmem: return number of pages beeing freed in shmem_free_swap | Daniel Gomez | 1 | -9/+16 |
| 2024-09-03 | mm: shmem: extend shmem_partial_swap_usage() to support large folio swap | Baolin Wang | 1 | -1/+1 |
| 2024-09-03 | mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting | Baolin Wang | 1 | -2/+4 |
| 2024-09-01 | mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders() | Baolin Wang | 1 | -17/+30 |
| 2024-09-01 | mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled() | Baolin Wang | 1 | -7/+8 |
| 2024-09-01 | mm: shmem: simplify the suitable huge orders validation for tmpfs | Baolin Wang | 1 | -24/+15 |
| 2024-08-07 | mm: shmem: fix incorrect aligned index when checking conflicts | Baolin Wang | 1 | -3/+4 |
| 2024-08-07 | mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem | Baolin Wang | 1 | -6/+1 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2024-07-22 | quota: remove unneeded return value of register_quota_format | Kemeng Shi | 1 | -6/+1 |
| 2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -61/+298 |
| 2024-07-15 | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -8/+4 |
| 2024-07-15 | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -3/+6 |
| 2024-07-12 | mm: shmem: rename mTHP shmem counters | Ryan Roberts | 1 | -4/+4 |
| 2024-07-12 | mm: thp: support "THPeligible" semantics for mTHP with anonymous shmem | Bang Li | 1 | -8/+1 |
| 2024-07-10 | mm/shmem: fix input and output inconsistencies | Bang Li | 1 | -1/+1 |
| 2024-07-06 | Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix | Andrew Morton | 1 | -2/+13 |
| 2024-07-03 | mm/shmem: disable PMD-sized page cache if needed | Gavin Shan | 1 | -2/+13 |
| 2024-07-03 | mm: shmem: add mTHP counters for anonymous shmem | Baolin Wang | 1 | -3/+15 |
| 2024-07-03 | mm: shmem: add mTHP size alignment in shmem_get_unmapped_area | Baolin Wang | 1 | -9/+31 |
| 2024-07-03 | mm: shmem: add mTHP support for anonymous shmem | Baolin Wang | 1 | -30/+157 |
| 2024-07-03 | mm: shmem: add multi-size THP sysfs interface for anonymous shmem | Baolin Wang | 1 | -0/+96 |
| 2024-07-03 | mm: shmem: add THP validation for PMD-mapped THP related statistics | Baolin Wang | 1 | -3/+4 |
| 2024-07-03 | mm/swap: reduce swap cache search space | Kairui Song | 1 | -1/+1 |
| 2024-07-03 | mm: shmem: use folio_alloc_mpol() in shmem_alloc_folio() | Kefeng Wang | 1 | -23/+9 |
| 2024-07-02 | tmpfs: Convert to new uid/gid option parsing helpers | Eric Sandeen | 1 | -8/+4 |
| 2024-06-15 | mm: shmem: fix getting incorrect lruvec when replacing a shmem folio | Baolin Wang | 1 | -1/+1 |
| 2024-06-03 | tmpfs: don't interrupt fallocate with EINTR | Mikulas Patocka | 1 | -3/+6 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -7/+6 |
| 2024-05-13 | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -2/+1 |
| 2024-04-25 | mm: switch mm->get_unmapped_area() to a flag | Rick Edgecombe | 1 | -6/+5 |
| 2024-04-25 | arm64: mm: swap: support THP_SWAP on hardware with MTE | Barry Song | 1 | -1/+1 |
| 2024-04-17 | libfs: Add simple_offset_rename() API | Chuck Lever | 1 | -2/+1 |
| 2024-04-16 | mm/shmem: inline shmem_is_huge() for disabled transparent hugepages | Sumanth Korikkar | 1 | -6/+0 |
| 2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+18 |
| 2024-03-13 | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2024-03-13 | Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -5/+37 |
| 2024-03-11 | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+3 |
| 2024-02-29 | mm/shmem.c: Use new form of *@param in kernel-doc | Akira Yokosawa | 1 | -2/+2 |
| 2024-02-23 | shmem: properly report quota mount options | Jan Kara | 1 | -0/+18 |
| 2024-02-21 | libfs: Add simple_offset_empty() | Chuck Lever | 1 | -2/+2 |
| 2024-02-21 | shmem: document how to "persist" data when using shmem_*file_setup | Christoph Hellwig | 1 | -0/+4 |
| 2024-02-21 | shmem: export shmem_kernel_file_setup | Christoph Hellwig | 1 | -0/+1 |
| 2024-02-21 | shmem: export shmem_get_folio | Christoph Hellwig | 1 | -0/+20 |
| 2024-02-21 | shmem: move the shmem_mapping assert into shmem_get_folio_gfp | Christoph Hellwig | 1 | -1/+3 |
| 2024-02-21 | shmem: set a_ops earlier in shmem_symlink | Christoph Hellwig | 1 | -1/+1 |
| 2024-02-21 | shmem: move shmem_mapping out of line | Christoph Hellwig | 1 | -3/+8 |
| 2024-02-08 | fs: super_set_uuid() | Kent Overstreet | 1 | -1/+3 |
| 2024-02-08 | quota: Properly annotate i_dquot arrays with __rcu | Jan Kara | 1 | -1/+1 |
| 2024-01-10 | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 1 | -0/+1 |
| 2023-12-29 | zswap: memcontrol: implement zswap writeback disabling | Nhat Pham | 1 | -2/+1 |
| 2023-12-29 | mm: convert swap_cluster_readahead and swap_vma_readahead to return a folio | Matthew Wilcox (Oracle) | 1 | -5/+3 |
| 2023-12-27 | Kill sched.h dependency on rcupdate.h | Kent Overstreet | 1 | -0/+1 |
| 2023-12-20 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes | Andrew Morton | 1 | -1/+18 |
| 2023-12-12 | mm/shmem: fix race in shmem_undo_range w/THP | David Stevens | 1 | -1/+18 |
| 2023-12-10 | fs: convert error_remove_page to error_remove_folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -4/+4 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -294/+294 |
| 2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -10/+10 |
| 2023-10-30 | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
| 2023-10-25 | mempolicy: alloc_pages_mpol() for NUMA policy without vma | Hugh Dickins | 1 | -41/+51 |
| 2023-10-18 | treewide: mark stuff as __ro_after_init | Alexey Dobriyan | 1 | -4/+4 |
| 2023-10-18 | mm: update memfd seal write check to include F_SEAL_WRITE | Lorenzo Stoakes | 1 | -1/+1 |
| 2023-10-18 | shmem,percpu_counter: add _limited_add(fbc, limit, amount) | Hugh Dickins | 1 | -5/+5 |
| 2023-10-18 | shmem: _add_to_page_cache() before shmem_inode_acct_blocks() | Hugh Dickins | 1 | -111/+118 |
| 2023-10-18 | shmem: move memcg charge out of shmem_add_to_page_cache() | Hugh Dickins | 1 | -39/+29 |
| 2023-10-18 | shmem: shmem_acct_blocks() and shmem_inode_acct_blocks() | Hugh Dickins | 1 | -7/+7 |
| 2023-10-18 | shmem: trivial tidyups, removing extra blank lines, etc | Hugh Dickins | 1 | -35/+21 |
| 2023-10-18 | shmem: factor shmem_falloc_wait() out of shmem_fault() | Hugh Dickins | 1 | -57/+69 |
| 2023-10-18 | shmem: remove vma arg from shmem_get_folio_gfp() | Hugh Dickins | 1 | -7/+6 |
| 2023-10-18 | mm: convert to new timestamp accessors | Jeff Layton | 1 | -10/+10 |
| 2023-10-10 | shmem: move shmem_xattr_handlers to .rodata | Wedson Almeida Filho | 1 | -1/+1 |
| 2023-10-04 | mm/shmem: remove dead code can not be satisfied by "(CONFIG_SHMEM)&&(!(CONFIG... | Ying Sun | 1 | -4/+0 |
| 2023-09-20 | Revert "tmpfs: add support for multigrain timestamps" | Christian Brauner | 1 | -1/+1 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -8/+7 |
| 2023-08-28 | Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -222/+603 |
| 2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -15/+15 |
| 2023-08-24 | mm/swap: inline folio_set_swap_entry() and folio_swap_entry() | David Hildenbrand | 1 | -3/+3 |
| 2023-08-24 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton | 1 | -2/+4 |
| 2023-08-24 | shmem: fix smaps BUG sleeping while atomic | Hugh Dickins | 1 | -2/+4 |
| 2023-08-22 | tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrs | Hugh Dickins | 1 | -1/+1 |
| 2023-08-21 | mm/shmem.c: use helper macro K() | ZhangPeng | 1 | -2/+1 |
| 2023-08-18 | mm: make PTE_MARKER_SWAPIN_ERROR more general | Axel Rasmussen | 1 | -2/+2 |
| 2023-08-18 | mm: increase usage of folio_next_index() helper | Sidhartha Kumar | 1 | -1/+1 |
| 2023-08-11 | tmpfs: trivial support for direct IO | Hugh Dickins | 1 | -2/+30 |
| 2023-08-11 | tmpfs: add support for multigrain timestamps | Jeff Layton | 1 | -1/+1 |
| 2023-08-10 | tmpfs,xattr: enable limited user extended attributes | Hugh Dickins | 1 | -9/+69 |
| 2023-08-09 | tmpfs: track free_ispace instead of free_inodes | Hugh Dickins | 1 | -16/+17 |
| 2023-08-09 | xattr: simple_xattr_set() return old_xattr to be freed | Hugh Dickins | 1 | -4/+6 |
| 2023-08-09 | tmpfs: verify {g,u}id mount options correctly | Christian Brauner | 1 | -4/+24 |
| 2023-08-09 | shmem: move spinlock into shmem_recalc_inode() to fix quota support | Hugh Dickins | 1 | -63/+44 |
| 2023-08-09 | shmem: stable directory offsets | Chuck Lever | 1 | -7/+40 |
| 2023-08-09 | shmem: Refactor shmem_symlink() | Chuck Lever | 1 | -10/+9 |
| 2023-08-09 | shmem: fix quota lock nesting in huge hole handling | Hugh Dickins | 1 | -10/+9 |
| 2023-08-09 | shmem: Add default quota limit mount options | Lukas Czerner | 1 | -0/+61 |
| 2023-08-09 | shmem: quota support | Carlos Maiolino | 1 | -8/+178 |
| 2023-08-09 | shmem: make shmem_get_inode() return ERR_PTR instead of NULL | Carlos Maiolino | 1 | -92/+119 |
| 2023-08-09 | shmem: make shmem_inode_acct_block() return error | Lukas Czerner | 1 | -8/+10 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
| 2023-07-27 | shmem: minor fixes to splice-read implementation | Hugh Dickins | 1 | -3/+6 |
| 2023-07-24 | shmem: convert to ctime accessor functions | Jeff Layton | 1 | -10/+12 |
| 2023-07-10 | shmem: convert to simple_rename_timestamp | Jeff Layton | 1 | -3/+1 |
| 2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+5 |
| 2023-06-19 | shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs | Roberto Sassu | 1 | -1/+1 |
| 2023-06-09 | mm: shmem: fix UAF bug in shmem_show_options() | Tu Jinjiang | 1 | -1/+4 |
| 2023-05-24 | shmem: Implement splice-read | David Howells | 1 | -1/+133 |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -50/+87 |
| 2023-04-27 | shmem: restrict noswap option to initial user namespace | Christian Brauner | 1 | -0/+4 |
| 2023-04-18 | userfaultfd: convert mfill_atomic() to use a folio | ZhangPeng | 1 | -8/+8 |
| 2023-04-05 | mm: userfaultfd: combine 'mode' and 'wp_copy' arguments | Axel Rasmussen | 1 | -4/+3 |
| 2023-04-05 | mm: userfaultfd: don't pass around both mm and vma | Axel Rasmussen | 1 | -4/+3 |
| 2023-04-05 | mm: return an ERR_PTR from __filemap_get_folio | Christoph Hellwig | 1 | -2/+2 |
| 2023-04-05 | shmem: open code the page cache lookup in shmem_get_folio_gfp | Christoph Hellwig | 1 | -4/+10 |
| 2023-04-05 | shmem: shmem_get_partial_folio use filemap_get_entry | Hugh Dickins | 1 | -5/+12 |
| 2023-03-28 | shmem: add support to ignore swap | Luis Chamberlain | 1 | -1/+27 |
| 2023-03-28 | shmem: skip page split if we're not reclaiming | Luis Chamberlain | 1 | -4/+6 |
| 2023-03-28 | shmem: move reclaim check early on writepages() | Luis Chamberlain | 1 | -12/+10 |
| 2023-03-28 | shmem: set shmem_writepage() variables early | Luis Chamberlain | 1 | -6/+3 |
| 2023-03-28 | shmem: remove check for folio lock on writepage() | Luis Chamberlain | 1 | -1/+0 |
| 2023-03-06 | fs: drop unused posix acl handlers | Christian Brauner | 1 | -4/+0 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -43/+62 |
| 2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -30/+39 |
| 2023-02-09 | shmem: fix W=1 build warnings with CONFIG_SHMEM=n | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-02-09 | shmem: add shmem_read_folio() and shmem_read_folio_gfp() | Matthew Wilcox (Oracle) | 1 | -12/+24 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -1/+1 |
| 2023-02-02 | mm: fix khugepaged with shmem_enabled=advise | David Stevens | 1 | -9/+9 |
| 2023-02-02 | shmem: convert shmem_write_end() to use a folio | Matthew Wilcox (Oracle) | 1 | -20/+10 |
| 2023-01-20 | shmem: support idmapped mounts for tmpfs | Giuseppe Scrivano | 1 | -19/+28 |
| 2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->tmpfile() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -4/+4 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
| 2023-01-18 | swap: avoid holding swap reference in swap_cache_get_folio | Kairui Song | 1 | -0/+11 |
| 2023-01-18 | mm/memfd: add F_SEAL_EXEC | Daniel Verkamp | 1 | -0/+6 |
| 2023-01-11 | mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE | Zach O'Keefe | 1 | -4/+2 |
| 2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -20/+34 |
| 2022-12-13 | Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org... | Linus Torvalds | 1 | -1/+1 |
| 2022-12-12 | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2022-12-09 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 1 | -0/+11 |
| 2022-12-09 | tmpfs: fix data loss from failed fallocate | Hugh Dickins | 1 | -0/+11 |
| 2022-11-30 | mm: anonymous shared memory naming | Pasha Tatashin | 1 | -4/+25 |
| 2022-11-30 | mm: use pte markers for swap errors | Peter Xu | 1 | -1/+1 |
| 2022-11-12 | xattr: use rbtree for simple_xattrs | Christian Brauner | 1 | -1/+1 |
| 2022-11-08 | tmpfs: ensure O_LARGEFILE with generic_file_open() | Thomas Weißschuh | 1 | -0/+1 |
| 2022-11-08 | mm/shmem: remove unneeded assignments in shmem_get_folio_gfp() | Lukas Bulwahn | 1 | -2/+1 |
| 2022-11-08 | filemap: find_get_entries() now updates start offset | Vishal Moola (Oracle) | 1 | -7/+4 |
| 2022-11-08 | filemap: find_lock_entries() now updates start offset | Vishal Moola (Oracle) | 1 | -6/+2 |
| 2022-10-28 | mm/shmem: ensure proper fallback if page faults | Ira Weiny | 1 | -0/+17 |
| 2022-10-19 | fs: pass dentry to set acl method | Christian Brauner | 1 | -1/+1 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-10 | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+3 |
| 2022-10-03 | mm/shmem: add flag to enforce shmem THP in hugepage_vma_check() | Zach O'Keefe | 1 | -8/+10 |
| 2022-10-03 | tmpfs: add support for an i_version counter | Jeff Layton | 1 | -3/+28 |
| 2022-10-03 | shmem: remove shmem_getpage() | Matthew Wilcox (Oracle) | 1 | -14/+1 |
| 2022-10-03 | khugepaged: call shmem_get_folio() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-10-03 | shmem: convert shmem_get_link() to use a folio | Matthew Wilcox (Oracle) | 1 | -16/+17 |
| 2022-10-03 | shmem: convert shmem_symlink() to use a folio | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2022-10-03 | shmem: convert shmem_fallocate() to use a folio | Matthew Wilcox (Oracle) | 1 | -19/+17 |
| 2022-10-03 | shmem: convert shmem_file_read_iter() to use shmem_get_folio() | Matthew Wilcox (Oracle) | 1 | -9/+11 |
| 2022-10-03 | shmem: convert shmem_write_begin() to use shmem_get_folio() | Matthew Wilcox (Oracle) | 1 | -3/+5 |
| 2022-10-03 | shmem: convert shmem_get_partial_folio() to use shmem_get_folio() | Matthew Wilcox (Oracle) | 1 | -5/+4 |
| 2022-10-03 | shmem: add shmem_get_folio() | Matthew Wilcox (Oracle) | 1 | -13/+10 |
| 2022-10-03 | shmem: convert shmem_read_mapping_page_gfp() to use shmem_get_folio_gfp() | Matthew Wilcox (Oracle) | 1 | -3/+5 |
| 2022-10-03 | shmem: convert shmem_fault() to use shmem_get_folio_gfp() | Matthew Wilcox (Oracle) | 1 | -1/+4 |
| 2022-10-03 | shmem: convert shmem_getpage_gfp() to shmem_get_folio_gfp() | Matthew Wilcox (Oracle) | 1 | -29/+41 |
| 2022-10-03 | shmem: eliminate struct page from shmem_swapin_folio() | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2022-10-03 | shmem: convert shmem_replace_page() to shmem_replace_folio() | Matthew Wilcox (Oracle) | 1 | -5/+4 |
| 2022-10-03 | shmem: convert shmem_mfill_atomic_pte() to use a folio | Matthew Wilcox (Oracle) | 1 | -26/+19 |
| 2022-10-03 | mm/swap: convert put_swap_page() to put_swap_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-10-03 | mm/swap: convert add_to_swap_cache() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-10-03 | shmem: convert shmem_replace_page() to use folios throughout | Matthew Wilcox (Oracle) | 1 | -35/+32 |
| 2022-10-03 | shmem: convert shmem_delete_from_page_cache() to take a folio | Matthew Wilcox (Oracle) | 1 | -12/+11 |
| 2022-10-03 | shmem: convert shmem_writepage() to use a folio throughout | Matthew Wilcox (Oracle) | 1 | -23/+24 |
| 2022-10-03 | mm: add split_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-09-24 | vfs: open inside ->tmpfile() | Miklos Szeredi | 1 | -3/+3 |
| 2022-08-28 | shmem: update folio if shmem_replace_page() updates the page | Matthew Wilcox (Oracle) | 1 | -0/+1 |