index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
hfsplus: remove ->writepage
Christoph Hellwig
2022-12-12
1
-1
/
+1
*
hfs: remove ->writepage
Christoph Hellwig
2022-12-12
1
-1
/
+1
*
fat: remove ->writepage
Christoph Hellwig
2022-12-12
1
-7
/
+2
*
extfat: remove ->writepage
Christoph Hellwig
2022-12-12
1
-7
/
+2
*
mm/page_alloc: update comments in __free_pages_ok()
Deyan Wang
2022-12-12
1
-0
/
+5
*
xfs: remove restrictions for fsdax and reflink
Shiyang Ruan
2022-12-12
2
-8
/
+0
*
fsdax,xfs: port unshare to fsdax
Shiyang Ruan
2022-12-12
3
-2
/
+60
*
xfs: use dax ops for zero and truncate in fsdax mode
Shiyang Ruan
2022-12-12
1
-2
/
+2
*
fsdax: dedupe: iter two files at the same time
Shiyang Ruan
2022-12-12
1
-8
/
+8
*
fsdax,xfs: set the shared flag when file extent is shared
Shiyang Ruan
2022-12-12
2
-13
/
+8
*
fsdax: zero the edges if source is HOLE or UNWRITTEN
Shiyang Ruan
2022-12-12
1
-30
/
+49
*
fsdax: invalidate pages when CoW
Shiyang Ruan
2022-12-12
1
-4
/
+13
*
fsdax: introduce page->share for fsdax in reflink mode
Shiyang Ruan
2022-12-12
3
-18
/
+27
*
selftests/damon: test removed scheme sysfs dir access bug
SeongJae Park
2022-12-12
2
-1
/
+59
*
kasan: fail non-kasan KUnit tests on KASAN reports
Andrey Konovalov
2022-12-12
3
-0
/
+69
*
mm/hugetlb: change hugetlb allocation functions to return a folio
Sidhartha Kumar
2022-12-12
1
-70
/
+64
*
mm/hugetlb: convert hugetlb prep functions to folios
Sidhartha Kumar
2022-12-12
1
-33
/
+30
*
mm/hugetlb: convert free_gigantic_page() to folios
Sidhartha Kumar
2022-12-12
1
-12
/
+17
*
mm/hugetlb: convert enqueue_huge_page() to folios
Sidhartha Kumar
2022-12-12
1
-11
/
+11
*
mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()
Sidhartha Kumar
2022-12-12
1
-21
/
+21
*
mm/hugetlb: convert update_and_free_page() to folios
Sidhartha Kumar
2022-12-12
1
-14
/
+16
*
mm/hugetlb: convert remove_hugetlb_page() to folios
Sidhartha Kumar
2022-12-12
1
-23
/
+25
*
mm/hugetlb: convert dissolve_free_huge_page() to folios
Sidhartha Kumar
2022-12-12
1
-10
/
+10
*
mm/hugetlb: convert destroy_compound_gigantic_page() to folios
Sidhartha Kumar
2022-12-12
1
-22
/
+21
*
mm: add folio dtor and order setter functions
Sidhartha Kumar
2022-12-12
2
-3
/
+24
*
folio-compat: remove lru_cache_add()
Vishal Moola (Oracle)
2022-12-12
4
-9
/
+5
*
khugepage: replace lru_cache_add() with folio_add_lru()
Vishal Moola (Oracle)
2022-12-12
1
-4
/
+7
*
userfaultfd: replace lru_cache functions with folio_add functions
Vishal Moola (Oracle)
2022-12-12
1
-2
/
+4
*
fuse: convert fuse_try_move_page() to use folios
Vishal Moola (Oracle)
2022-12-12
1
-27
/
+28
*
filemap: convert replace_page_cache_page() to replace_page_cache_folio()
Vishal Moola (Oracle)
2022-12-12
3
-29
/
+27
*
LoongArch: enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
Feiyang Chen
2022-12-12
1
-0
/
+1
*
mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()
Feiyang Chen
2022-12-12
5
-143
/
+132
*
LoongArch: add sparse memory vmemmap support
Feiyang Chen
2022-12-12
6
-4
/
+96
*
MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()
Feiyang Chen
2022-12-12
11
-57
/
+46
*
kmsan: allow using __msan_instrument_asm_store() inside runtime
Alexander Potapenko
2022-12-12
1
-3
/
+5
*
lockdep: allow instrumenting lockdep.c with KMSAN
Alexander Potapenko
2022-12-12
1
-1
/
+0
*
include/linux/pgtable.h: : remove redundant pte variable
zhang songyi
2022-12-12
1
-3
/
+1
*
mm/fadvise: use LLONG_MAX instead of -1 for eof
Brian Foster
2022-12-12
1
-1
/
+1
*
filemap: skip write and wait if end offset precedes start
Brian Foster
2022-12-12
1
-3
/
+6
*
zsmalloc: implement writeback mechanism for zsmalloc
Nhat Pham
2022-12-12
1
-11
/
+183
*
zsmalloc: add zpool_ops field to zs_pool to store evict handlers
Nhat Pham
2022-12-12
1
-1
/
+10
*
zsmalloc: add a LRU to zs_pool to keep track of zspages in LRU order
Nhat Pham
2022-12-12
1
-0
/
+50
*
zsmalloc: consolidate zs_pool's migrate_lock and size_class's locks
Nhat Pham
2022-12-12
1
-50
/
+37
*
zpool: clean out dead code
Johannes Weiner
2022-12-12
3
-66
/
+12
*
zswap: fix writeback lock ordering for zsmalloc
Johannes Weiner
2022-12-12
1
-16
/
+19
*
mm/madvise: fix madvise_pageout for private file mappings
Pavankumar Kondeti
2022-12-12
1
-18
/
+35
*
mm/khugepaged: add tracepoint to collapse_file()
Gautam Menghani
2022-12-12
2
-3
/
+42
*
mm/gup: remove FOLL_MIGRATION
David Hildenbrand
2022-12-12
2
-51
/
+5
*
mm/ksm: convert break_ksm() to use walk_page_range_vma()
David Hildenbrand
2022-12-12
1
-10
/
+39
*
mm/pagewalk: add walk_page_range_vma()
David Hildenbrand
2022-12-12
2
-0
/
+23
[next]