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
*
f2fs: fix to do sanity check on destination blkaddr during recovery
Chao Yu
2022-10-04
3
-1
/
+21
*
f2fs: let FI_OPU_WRITE override FADVISE_COLD_BIT
Weichao Guo
2022-10-04
1
-1
/
+1
*
f2fs: fix race condition on setting FI_NO_EXTENT flag
Zhang Qilong
2022-10-04
1
-2
/
+1
*
f2fs: remove redundant check in f2fs_sanity_check_cluster
Zhang Qilong
2022-10-04
1
-11
/
+9
*
f2fs: add static init_idisk_time function to reduce the code
Zhang Qilong
2022-10-04
1
-9
/
+12
*
f2fs: fix typo
Yonggil Song
2022-10-04
1
-1
/
+1
*
f2fs: fix wrong dirty page count when race between mmap and fallocate.
Shuqi Zhang
2022-10-04
3
-6
/
+3
*
f2fs: use COMPRESS_MAPPING to get compress cache mapping
Zhang Qilong
2022-10-04
1
-1
/
+1
*
f2fs: return the tmp_ptr directly in __bitmap_ptr
Zhang Qilong
2022-10-04
1
-1
/
+1
*
f2fs: simplify code in f2fs_prepare_decomp_mem
Zhang Qilong
2022-09-13
1
-6
/
+2
*
f2fs: replace logical value "true" with a int number
Zhang Qilong
2022-09-13
1
-1
/
+1
*
f2fs: increase the limit for reserve_root
Jaegeuk Kim
2022-09-13
1
-2
/
+2
*
f2fs: complete checkpoints during remount
Jaegeuk Kim
2022-09-13
1
-0
/
+6
*
f2fs: flush pending checkpoints when freezing super
Jaegeuk Kim
2022-09-13
3
-9
/
+21
*
f2fs: remove gc_urgent_high_limited for cleanup
Chao Yu
2022-08-30
3
-6
/
+4
*
f2fs: iostat: support accounting compressed IO
Chao Yu
2022-08-30
10
-52
/
+109
*
f2fs: use memcpy_{to,from}_page() where possible
Eric Biggers
2022-08-30
3
-28
/
+8
*
f2fs: fix wrong continue condition in GC
Jaegeuk Kim
2022-08-30
1
-8
/
+4
*
f2fs: LFS mode does not support ATGC
Jaegeuk Kim
2022-08-30
1
-0
/
+5
*
tracing: Define the is_signed_type() macro once
Bart Van Assche
2022-08-29
3
-3
/
+6
*
Merge tag 'docs-6.0-fixes' of git://git.lwn.net/linux
Linus Torvalds
2022-08-29
5
-32
/
+42
|
\
|
*
docs/conf.py: add function attribute '__fix_address' to conf.py
Menglong Dong
2022-08-27
1
-0
/
+1
|
*
Docs/admin-guide/mm/damon/usage: fix the example code snip
Kairui Song
2022-08-25
1
-9
/
+9
|
*
docs: Update version number from 5.x to 6.x in README.rst
Lukas Bulwahn
2022-08-25
1
-15
/
+15
|
*
docs/ja_JP/SubmittingPatches: Remove reference to submitting-drivers.rst
Akira Yokosawa
2022-08-19
1
-2
/
+1
|
*
docs: kerneldoc-preamble: Test xeCJK.sty before loading
Akira Yokosawa
2022-08-18
1
-6
/
+16
*
|
Linux 6.0-rc3
v6.0-rc3
Linus Torvalds
2022-08-29
1
-1
/
+1
*
|
Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-08-28
21
-60
/
+108
|
\
\
|
*
|
.mailmap: update Luca Ceresoli's e-mail address
Luca Ceresoli
2022-08-28
1
-0
/
+1
|
*
|
mm/mprotect: only reference swap pfn page if type match
Peter Xu
2022-08-28
1
-1
/
+2
|
*
|
squashfs: don't call kmalloc in decompressors
Phillip Lougher
2022-08-28
4
-21
/
+22
|
*
|
mm/damon/dbgfs: avoid duplicate context directory creation
Badari Pulavarty
2022-08-28
1
-0
/
+3
|
*
|
mailmap: update email address for Colin King
Colin Ian King
2022-08-28
1
-2
/
+1
|
*
|
asm-generic: sections: refactor memory_intersects
Quanyang Wang
2022-08-28
1
-2
/
+5
|
*
|
bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem
Liu Shixin
2022-08-28
1
-0
/
+2
|
*
|
ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown
Heming Zhao
2022-08-28
2
-5
/
+6
|
*
|
Revert "memcg: cleanup racy sum avoidance code"
Shakeel Butt
2022-08-28
1
-2
/
+13
|
*
|
mm/zsmalloc: do not attempt to free IS_ERR handle
Sergey Senozhatsky
2022-08-28
1
-1
/
+1
|
*
|
binder_alloc: add missing mmap_lock calls when using the VMA
Liam Howlett
2022-08-28
1
-10
/
+21
|
*
|
mm: re-allow pinning of zero pfns (again)
Alex Williamson
2022-08-28
1
-3
/
+10
|
*
|
vmcoreinfo: add kallsyms_num_syms symbol
Stephen Brennan
2022-08-28
1
-0
/
+1
|
*
|
mailmap: update Guilherme G. Piccoli's email addresses
Guilherme G. Piccoli
2022-08-28
1
-0
/
+2
|
*
|
writeback: avoid use-after-free after removing device
Khazhismel Kumykov
2022-08-28
3
-12
/
+16
|
*
|
shmem: update folio if shmem_replace_page() updates the page
Matthew Wilcox (Oracle)
2022-08-28
1
-0
/
+1
|
*
|
mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte
Miaohe Lin
2022-08-28
1
-1
/
+1
|
*
|
Merge branch 'linus'
Andrew Morton
2022-08-26
112
-450
/
+971
|
|
\
\
|
*
\
\
Merge branch 'linus'
Andrew Morton
2022-08-24
10
-31
/
+68
|
|
\
\
\
|
*
\
\
\
Merge branch 'mm-hotfixes-stable'
Andrew Morton
2022-08-23
18
-119
/
+240
|
|
\
\
\
\
*
|
\
\
\
\
Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linux
Linus Torvalds
2022-08-28
4
-24
/
+38
|
\
\
\
\
\
\
|
*
|
|
|
|
|
lib/cpumask_kunit: add tests file to MAINTAINERS
Sander Vanheule
2022-08-24
1
-0
/
+1
[next]