index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
huge tmpfs: shmem_is_huge(vma, inode, index)
Hugh Dickins
2021-09-03
1
-59
/
+25
|
*
huge tmpfs: SGP_NOALLOC to stop collapse_file() on race
Hugh Dickins
2021-09-03
1
-12
/
+17
|
*
huge tmpfs: move shmem_huge_enabled() upwards
Hugh Dickins
2021-09-03
1
-37
/
+35
|
*
huge tmpfs: revert shmem's use of transhuge_vma_enabled()
Hugh Dickins
2021-09-03
1
-1
/
+2
|
*
huge tmpfs: remove shrinklist addition from shmem_setattr()
Hugh Dickins
2021-09-03
1
-19
/
+0
|
*
huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE
Hugh Dickins
2021-09-03
1
-1
/
+14
|
*
huge tmpfs: fix fallocate(vanilla) advance over huge pages
Hugh Dickins
2021-09-03
1
-3
/
+16
|
*
shmem: include header file to declare swap_info
Miaohe Lin
2021-09-03
1
-2
/
+1
|
*
shmem: remove unneeded function forward declaration
Miaohe Lin
2021-09-03
1
-3
/
+0
|
*
shmem: remove unneeded header file
Miaohe Lin
2021-09-03
1
-2
/
+0
|
*
shmem: remove unneeded variable ret
Miaohe Lin
2021-09-03
1
-2
/
+1
|
*
shmem: use raw_spinlock_t for ->stat_lock
Sebastian Andrzej Siewior
2021-09-03
1
-14
/
+17
*
|
Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-08-30
1
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
mm: Fix comments mentioning i_mutex
Jan Kara
2021-07-12
1
-10
/
+10
*
|
Revert "mm/shmem: fix shmem_swapin() race with swapoff"
Yang Shi
2021-08-20
1
-13
/
+1
|
/
[next]