Age | Commit message (Expand) | Author | Files | Lines |
2025-04-07 | mm: Remove swap_writepage() and shmem_writepage() | Matthew Wilcox (Oracle) | 1 | -18/+5 |
2025-04-07 | shmem: Add shmem_writeout() | Matthew Wilcox (Oracle) | 1 | -6/+14 |
2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -90/+77 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+4 |
2025-03-21 | mm/hwpoison: introduce folio_contain_hwpoisoned_page() helper | Jinjiang Tu | 1 | -2/+1 |
2025-03-17 | mm/shmem: fix functions documentation | Enrico Bravi | 1 | -3/+3 |
2025-03-17 | mm/shmem: use xas_try_split() in shmem_split_large_entry() | Zi Yan | 1 | -31/+28 |
2025-03-17 | mm: shmem: factor out the within_size logic into a new helper | Baolin Wang | 1 | -26/+27 |
2025-03-17 | mm: shmem: change the return value of shmem_find_swap_entries() | Baolin Wang | 1 | -6/+6 |
2025-03-17 | mm: shmem: remove duplicate error validation | Baolin Wang | 1 | -3/+3 |
2025-03-17 | mm: shmem: remove 'fadvise()' comments | Baolin Wang | 1 | -2/+2 |
2025-03-17 | mm: shmem: drop the unused macro | Baolin Wang | 1 | -1/+0 |
2025-03-16 | mm, swap: simplify folio swap allocation | Kairui Song | 1 | -15/+6 |
2025-03-16 | mm: memcontrol: move memsw charge callbacks to v1 | Johannes Weiner | 1 | -1/+1 |
2025-03-08 | Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -5/+28 |
2025-03-06 | fs/pipe: add simpler helpers for common cases | Linus Torvalds | 1 | -3/+3 |
2025-03-05 | mm: shmem: remove unnecessary warning in shmem_writepage() | Ricardo Cañuelo Navarro | 1 | -1/+1 |
2025-03-05 | mm: shmem: fix potential data corruption during shmem swapin | Baolin Wang | 1 | -4/+27 |
2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -4/+4 |
2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -82/+249 |
2025-01-25 | mm: shmem: skip swapcache for swapin of synchronous swap device | Baolin Wang | 1 | -5/+105 |
2025-01-20 | Merge tag 'vfs-6.14-rc1.libfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2025-01-20 | Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+4 |
2025-01-15 | mm: shmem: use signed int for version handling in casefold option | Karan Sanghavi | 1 | -1/+1 |
2025-01-13 | mm: perform all memfd seal checks in a single place | Lorenzo Stoakes | 1 | -6/+0 |
2025-01-13 | mm/shmem: refactor to reuse vfs_parse_monolithic_sep for option parsing | Guo Weikang | 1 | -38/+27 |
2025-01-13 | mm: shmem: add a kernel command line to change the default huge policy for tmpfs | Baolin Wang | 1 | -1/+22 |
2025-01-13 | mm: shmem: add large folio support for tmpfs | Baolin Wang | 1 | -18/+81 |
2025-01-13 | mm: shmem: change shmem_huge_global_enabled() to return huge order bitmap | Baolin Wang | 1 | -20/+20 |
2025-01-04 | Revert "libfs: Add simple_offset_empty()" | Chuck Lever | 1 | -2/+2 |
2024-12-30 | mm: shmem: fix the update of 'shmem_falloc->nr_unswapped' | Baolin Wang | 1 | -1/+1 |
2024-12-30 | mm: shmem: fix incorrect index alignment for within_size policy | Baolin Wang | 1 | -2/+3 |
2024-12-22 | tmpfs: use inode_set_cached_link() | Mateusz Guzik | 1 | -2/+4 |
2024-12-18 | mm: shmem: fix ShmemHugePages at swapout | Hugh Dickins | 1 | -10/+12 |
2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -89/+256 |
2024-11-18 | Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -10/+255 |
2024-11-18 | Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2024-11-16 | mm: revert "mm: shmem: fix data-race in shmem_getattr()" | Andrew Morton | 1 | -2/+0 |
2024-11-11 | mm: shmem: override mTHP shmem default with a kernel parameter | Maíra Canal | 1 | -1/+104 |
2024-11-11 | mm: shmem: control THP support through the kernel command line | Maíra Canal | 1 | -23/+49 |
2024-11-06 | mm: shmem: fallback to page size splice if large folio has poisoned pages | Baolin Wang | 1 | -8/+30 |
2024-11-06 | mm: shmem: improve the tmpfs large folio read performance | Baolin Wang | 1 | -10/+24 |
2024-11-06 | mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logic | Baolin Wang | 1 | -24/+11 |
2024-11-06 | mm: shmem: remove __shmem_huge_global_enabled() | Kefeng Wang | 1 | -23/+10 |
2024-11-06 | tmpfs: don't enable large folios if not supported | Kefeng Wang | 1 | -1/+4 |
2024-11-06 | tmpfs: Initialize sysfs during tmpfs init | André Almeida | 1 | -62/+68 |
2024-11-06 | tmpfs: Fix type for sysfs' casefold attribute | André Almeida | 1 | -2/+27 |
2024-11-05 | mm: shmem: fix khugepaged activation policy for shmem | Baolin Wang | 1 | -2/+27 |
2024-11-05 | mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling | Lorenzo Stoakes | 1 | -3/+0 |
2024-10-28 | mm: shmem: fix data-race in shmem_getattr() | Jeongjun Park | 1 | -0/+2 |
2024-10-28 | tmpfs: Expose filesystem features via sysfs | André Almeida | 1 | -0/+37 |
2024-10-28 | tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs | André Almeida | 1 | -6/+64 |
2024-10-28 | tmpfs: Add casefold lookup support | André Almeida | 1 | -4/+123 |
2024-10-17 | mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw() | Kefeng Wang | 1 | -6/+1 |
2024-10-10 | Merge patch series "timekeeping/fs: multigrain timestamp redux" | Christian Brauner | 1 | -1/+1 |
2024-10-10 | tmpfs: add support for multigrain timestamps | Jeff Layton | 1 | -1/+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 |