index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()
Matthew Wilcox (Oracle)
2022-05-13
1
-59
/
+51
|
*
mm/shmem: convert shmem_getpage_gfp to use a folio
Matthew Wilcox (Oracle)
2022-05-13
1
-52
/
+43
|
*
mm/shmem: convert shmem_alloc_and_acct_page to use a folio
Matthew Wilcox (Oracle)
2022-05-13
1
-9
/
+9
|
*
mm/shmem: add shmem_alloc_folio()
Matthew Wilcox (Oracle)
2022-05-13
1
-4
/
+10
|
*
mm/shmem: turn shmem_should_replace_page into shmem_should_replace_folio
Matthew Wilcox (Oracle)
2022-05-13
1
-4
/
+4
|
*
mm/shmem: convert shmem_add_to_page_cache to take a folio
Matthew Wilcox (Oracle)
2022-05-13
1
-26
/
+31
|
*
mm/shmem: use a folio in shmem_unused_huge_shrink
Matthew Wilcox (Oracle)
2022-05-13
1
-11
/
+12
|
*
swap: turn get_swap_page() into folio_alloc_swap()
Matthew Wilcox (Oracle)
2022-05-13
1
-1
/
+2
|
*
shmem: convert shmem_alloc_hugepage() to use vma_alloc_folio()
Matthew Wilcox (Oracle)
2022-05-13
1
-6
/
+4
|
*
mm/shmem: take care of UFFDIO_COPY_MODE_WP
Peter Xu
2022-05-13
1
-2
/
+2
|
*
mm: create new mm/swap.h header file
NeilBrown
2022-05-09
1
-0
/
+1
|
*
mm: shmem: make shmem_init return void
Miaohe Lin
2022-04-28
1
-6
/
+3
*
|
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
*
|
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
|
/
*
tmpfs: fix regressions from wider use of ZERO_PAGE
Hugh Dickins
2022-04-15
1
-11
/
+20
*
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-1
/
+1
|
\
|
*
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
2022-03-16
1
-1
/
+1
*
|
mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
Muchun Song
2022-03-22
1
-1
/
+3
*
|
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-1
/
+1
*
|
mm: shmem: use helper macro __ATTR_RW
Miaohe Lin
2022-03-22
1
-2
/
+1
*
|
tmpfs: do not allocate pages on read
Hugh Dickins
2022-03-22
1
-14
/
+6
*
|
shmem: mapping_set_exiting() to help mapped resilience
Hugh Dickins
2022-03-22
1
-0
/
+1
*
|
tmpfs: support for file creation time
Xavier Roche
2022-03-22
1
-3
/
+13
|
/
*
mm: simplify try_to_unuse
Christoph Hellwig
2022-01-22
1
-27
/
+6
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
1
-24
/
+67
|
\
|
*
mm: drop node from alloc_pages_vma
Michal Hocko
2022-01-15
1
-2
/
+1
|
*
shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
Gang Li
2022-01-15
1
-16
/
+21
|
*
mm: shmem: don't truncate page if memory failure happens
Yang Shi
2022-01-15
1
-6
/
+45
*
|
mm: Use multi-index entries in the page cache
Matthew Wilcox (Oracle)
2022-01-08
1
-11
/
+8
*
|
truncate,shmem: Handle truncates that split large folios
Matthew Wilcox (Oracle)
2022-01-08
1
-63
/
+45
*
|
mm: Convert find_lock_entries() to use a folio_batch
Matthew Wilcox (Oracle)
2022-01-08
1
-8
/
+6
*
|
filemap: Return only folios from find_get_entries()
Matthew Wilcox (Oracle)
2022-01-08
1
-16
/
+20
*
|
truncate,shmem: Add truncate_inode_folio()
Matthew Wilcox (Oracle)
2022-01-08
1
-2
/
+3
*
|
shmem: Convert part of shmem_undo_range() to use a folio
Matthew Wilcox (Oracle)
2022-01-08
1
-7
/
+7
|
/
*
fs: Remove FS_THP_SUPPORT
Matthew Wilcox (Oracle)
2021-11-17
1
-1
/
+2
*
Revert "mm: shmem: don't truncate page if memory failure happens"
Linus Torvalds
2021-11-13
1
-35
/
+3
*
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-11-11
1
-23
/
+1
|
\
|
*
libfs: Move shmem_exchange to simple_rename_exchange
Lorenz Bauer
2021-11-03
1
-23
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-7
/
+37
|
\
\
|
|
/
|
/
|
|
*
mm: shmem: don't truncate page if memory failure happens
Yang Shi
2021-11-06
1
-3
/
+35
|
*
mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte
Peter Xu
2021-11-06
1
-1
/
+0
|
*
mm/smaps: use vma->vm_pgoff directly when counting partial swap
Peter Xu
2021-11-06
1
-3
/
+2
*
|
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-1
/
+0
|
\
\
|
*
|
mm: remove spurious blkdev.h includes
Christoph Hellwig
2021-10-18
1
-1
/
+0
|
|
/
*
|
mm/memcg: Convert mem_cgroup_migrate() to take folios
Matthew Wilcox (Oracle)
2021-09-27
1
-1
/
+4
*
|
mm/memcg: Convert mem_cgroup_charge() to take a folio
Matthew Wilcox (Oracle)
2021-09-27
1
-1
/
+1
|
/
*
mm/shmem.c: fix judgment error in shmem_is_huge()
Liu Yuntao
2021-09-24
1
-2
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
1
-148
/
+123
|
\
|
*
shmem: shmem_writepage() split unlikely i915 THP
Hugh Dickins
2021-09-03
1
-1
/
+13
|
*
huge tmpfs: decide stat.st_blksize by shmem_is_huge()
Hugh Dickins
2021-09-03
1
-11
/
+1
[prev]
[next]