index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-23
1
-89
/
+256
|
\
|
*
mm: shmem: override mTHP shmem default with a kernel parameter
Maíra Canal
2024-11-11
1
-1
/
+104
|
*
mm: shmem: control THP support through the kernel command line
Maíra Canal
2024-11-11
1
-23
/
+49
|
*
mm: shmem: fallback to page size splice if large folio has poisoned pages
Baolin Wang
2024-11-07
1
-8
/
+30
|
*
mm: shmem: improve the tmpfs large folio read performance
Baolin Wang
2024-11-07
1
-10
/
+24
|
*
mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logic
Baolin Wang
2024-11-07
1
-24
/
+11
|
*
mm: shmem: remove __shmem_huge_global_enabled()
Kefeng Wang
2024-11-07
1
-23
/
+10
|
*
tmpfs: don't enable large folios if not supported
Kefeng Wang
2024-11-07
1
-1
/
+4
|
*
mm: shmem: fix khugepaged activation policy for shmem
Baolin Wang
2024-11-06
1
-2
/
+27
*
|
Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2024-11-18
1
-10
/
+255
|
\
\
|
*
|
tmpfs: Initialize sysfs during tmpfs init
André Almeida
2024-11-06
1
-62
/
+68
|
*
|
tmpfs: Fix type for sysfs' casefold attribute
André Almeida
2024-11-06
1
-2
/
+27
|
*
|
tmpfs: Expose filesystem features via sysfs
André Almeida
2024-10-28
1
-0
/
+37
|
*
|
tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
André Almeida
2024-10-28
1
-6
/
+64
|
*
|
tmpfs: Add casefold lookup support
André Almeida
2024-10-28
1
-4
/
+123
*
|
|
Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-18
1
-1
/
+1
|
\
\
\
|
*
\
\
Merge patch series "timekeeping/fs: multigrain timestamp redux"
Christian Brauner
2024-10-10
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
tmpfs: add support for multigrain timestamps
Jeff Layton
2024-10-10
1
-1
/
+1
*
|
|
|
|
mm: revert "mm: shmem: fix data-race in shmem_getattr()"
Andrew Morton
2024-11-17
1
-2
/
+0
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
Lorenzo Stoakes
2024-11-06
1
-3
/
+0
*
|
|
|
mm: shmem: fix data-race in shmem_getattr()
Jeongjun Park
2024-10-29
1
-0
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()
Kefeng Wang
2024-10-17
1
-6
/
+1
|
/
/
*
|
Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-09-23
1
-6
/
+1
|
\
\
|
*
|
quota: remove unneeded return value of register_quota_format
Kemeng Shi
2024-07-22
1
-6
/
+1
*
|
|
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-21
1
-151
/
+299
|
\
\
\
|
*
|
|
mm: replace xa_get_order with xas_get_order where appropriate
Shakeel Butt
2024-09-10
1
-1
/
+1
|
*
|
|
mm,tmpfs: consider end of file write in shmem_is_huge
Rik van Riel
2024-09-10
1
-28
/
+31
|
*
|
|
mm: shmem: extend shmem_unused_huge_shrink() to all sizes
Hugh Dickins
2024-09-10
1
-25
/
+20
|
*
|
|
mm: shmem: fix minor off-by-one in shrinkable calculation
Hugh Dickins
2024-09-10
1
-1
/
+1
|
*
|
|
mm: cleanup count_mthp_stat() definition
Ryan Roberts
2024-09-10
1
-6
/
+0
|
*
|
|
mm: remove PageSwapCache
Matthew Wilcox (Oracle)
2024-09-04
1
-5
/
+6
|
*
|
|
mm: shmem: support large folio swap out
Baolin Wang
2024-09-04
1
-6
/
+22
|
*
|
|
mm: shmem: split large entry if the swapin folio is not large
Baolin Wang
2024-09-04
1
-0
/
+103
|
*
|
|
mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p...
Baolin Wang
2024-09-04
1
-1
/
+1
|
*
|
|
mm: shmem: support large folio allocation for shmem_replace_folio()
Baolin Wang
2024-09-04
1
-28
/
+46
|
*
|
|
mm: shmem: use swap_free_nr() to free shmem swap entries
Baolin Wang
2024-09-04
1
-6
/
+10
|
*
|
|
mm: shmem: return number of pages beeing freed in shmem_free_swap
Daniel Gomez
2024-09-04
1
-9
/
+16
|
*
|
|
mm: shmem: extend shmem_partial_swap_usage() to support large folio swap
Baolin Wang
2024-09-04
1
-1
/
+1
|
*
|
|
mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting
Baolin Wang
2024-09-04
1
-2
/
+4
|
*
|
|
mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()
Baolin Wang
2024-09-02
1
-17
/
+30
|
*
|
|
mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()
Baolin Wang
2024-09-02
1
-7
/
+8
|
*
|
|
mm: shmem: simplify the suitable huge orders validation for tmpfs
Baolin Wang
2024-09-02
1
-24
/
+15
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-09-16
1
-6
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-4
/
+4
|
*
|
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-2
/
+1
|
|
/
*
|
mm: shmem: fix incorrect aligned index when checking conflicts
Baolin Wang
2024-08-08
1
-3
/
+4
*
|
mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem
Baolin Wang
2024-08-08
1
-6
/
+1
|
/
*
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-22
1
-61
/
+298
|
\
|
*
mm: shmem: rename mTHP shmem counters
Ryan Roberts
2024-07-13
1
-4
/
+4
|
*
mm: thp: support "THPeligible" semantics for mTHP with anonymous shmem
Bang Li
2024-07-13
1
-8
/
+1
[next]