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.12.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
*
tmpfs: verify {g,u}id mount options correctly
Christian Brauner
2023-09-13
1
-4
/
+24
*
shmem: fix smaps BUG sleeping while atomic
Hugh Dickins
2023-08-30
1
-2
/
+4
*
shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs
Roberto Sassu
2023-07-19
1
-1
/
+1
*
mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE
Zach O'Keefe
2023-01-24
1
-4
/
+2
*
tmpfs: fix data loss from failed fallocate
Hugh Dickins
2022-12-09
1
-0
/
+11
*
mm/shmem: ensure proper fallback if page faults
Ira Weiny
2022-10-28
1
-0
/
+17
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2022-10-10
1
-3
/
+3
|
\
|
*
vfs: open inside ->tmpfile()
Miklos Szeredi
2022-09-24
1
-3
/
+3
*
|
mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()
Zach O'Keefe
2022-10-03
1
-8
/
+10
*
|
tmpfs: add support for an i_version counter
Jeff Layton
2022-10-03
1
-3
/
+28
*
|
shmem: remove shmem_getpage()
Matthew Wilcox (Oracle)
2022-10-03
1
-14
/
+1
*
|
khugepaged: call shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-2
/
+2
*
|
shmem: convert shmem_get_link() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-16
/
+17
*
|
shmem: convert shmem_symlink() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-7
/
+7
*
|
shmem: convert shmem_fallocate() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-19
/
+17
*
|
shmem: convert shmem_file_read_iter() to use shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-9
/
+11
*
|
shmem: convert shmem_write_begin() to use shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-3
/
+5
*
|
shmem: convert shmem_get_partial_folio() to use shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-5
/
+4
*
|
shmem: add shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-13
/
+10
*
|
shmem: convert shmem_read_mapping_page_gfp() to use shmem_get_folio_gfp()
Matthew Wilcox (Oracle)
2022-10-03
1
-3
/
+5
*
|
shmem: convert shmem_fault() to use shmem_get_folio_gfp()
Matthew Wilcox (Oracle)
2022-10-03
1
-1
/
+4
*
|
shmem: convert shmem_getpage_gfp() to shmem_get_folio_gfp()
Matthew Wilcox (Oracle)
2022-10-03
1
-29
/
+41
*
|
shmem: eliminate struct page from shmem_swapin_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-8
/
+8
*
|
shmem: convert shmem_replace_page() to shmem_replace_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-5
/
+4
*
|
shmem: convert shmem_mfill_atomic_pte() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-26
/
+19
*
|
mm/swap: convert put_swap_page() to put_swap_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-1
/
+1
*
|
mm/swap: convert add_to_swap_cache() to take a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-1
/
+1
*
|
shmem: convert shmem_replace_page() to use folios throughout
Matthew Wilcox (Oracle)
2022-10-03
1
-35
/
+32
*
|
shmem: convert shmem_delete_from_page_cache() to take a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-12
/
+11
*
|
shmem: convert shmem_writepage() to use a folio throughout
Matthew Wilcox (Oracle)
2022-10-03
1
-23
/
+24
*
|
mm: add split_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-1
/
+1
|
/
*
shmem: update folio if shmem_replace_page() updates the page
Matthew Wilcox (Oracle)
2022-08-28
1
-0
/
+1
*
mm/shmem: shmem_replace_page() remember NR_SHMEM
Hugh Dickins
2022-08-20
1
-0
/
+2
*
mm/shmem: tmpfs fallocate use file_modified()
Hugh Dickins
2022-08-20
1
-1
/
+2
*
mm/shmem: fix chattr fsflags support in tmpfs
Hugh Dickins
2022-08-20
1
-23
/
+31
*
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-08
1
-1
/
+1
|
\
|
*
new iov_iter flavour - ITER_UBUF
Al Viro
2022-08-08
1
-1
/
+1
*
|
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
1
-8
/
+70
|
\
\
|
|
/
|
/
|
|
*
mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfs
Theodore Ts'o
2022-07-29
1
-1
/
+63
|
*
mm/swap: convert delete_from_swap_cache() to take a folio
Matthew Wilcox (Oracle)
2022-07-03
1
-2
/
+2
|
*
mm/shmem.c: clean up comment of shmem_swapin_folio
Miaohe Lin
2022-06-16
1
-5
/
+5
*
|
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-08-03
1
-10
/
+9
|
\
\
|
*
|
mm/migrate: Convert migrate_page() to migrate_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-1
/
+1
|
*
|
shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()
Matthew Wilcox (Oracle)
2022-06-29
1
-7
/
+6
|
*
|
filemap: Remove add_to_page_cache() and add_to_page_cache_locked()
Matthew Wilcox (Oracle)
2022-06-29
1
-1
/
+1
|
*
|
mm: Remove __delete_from_page_cache()
Matthew Wilcox (Oracle)
2022-06-29
1
-1
/
+1
|
|
/
*
/
tmpfs: fix the issue that the mount and remount results are inconsistent.
ZhaoLong Wang
2022-07-18
1
-5
/
+2
|
/
*
Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-27
1
-1
/
+40
|
\
|
*
mm/shmem.c: suppress shift warning
Andrew Morton
2022-05-27
1
-1
/
+1
[next]