index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
caif
/
cfmuxl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-17
list: test: fix tests for list_cut_position()
I Hsin Cheng
1
-0
/
+6
2024-09-17
proc: use __auto_type more
Alexey Dobriyan
1
-23
/
+8
2024-09-10
treewide: correct the typo 'retun'
WangYuli
7
-7
/
+7
2024-09-10
ocfs2: cleanup return value and mlog in ocfs2_global_read_info()
Joseph Qi
1
-6
/
+9
2024-09-10
nilfs2: remove duplicate 'unlikely()' usage
Kunwu Chan
1
-1
/
+1
2024-09-10
nilfs2: fix potential oob read in nilfs_btree_check_delete()
Ryusuke Konishi
1
-2
/
+5
2024-09-10
nilfs2: determine empty node blocks as corrupted
Ryusuke Konishi
1
-1
/
+1
2024-09-10
nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()
Ryusuke Konishi
1
-1
/
+2
2024-09-10
user_namespace: use kmemdup_array() instead of kmemdup() for multiple allocation
Jinjie Ruan
1
-3
/
+2
2024-09-10
tools/mm: rm thp_swap_allocator_test when make clean
zhangjiao
1
-1
/
+1
2024-09-10
squashfs: fix percpu address space issues in decompressor_multi_percpu.c
Uros Bizjak
1
-3
/
+3
2024-09-10
lib: glob.c: added null check for character class
Alok Swaminathan
1
-0
/
+2
2024-09-02
nilfs2: refactor nilfs_segctor_thread()
Ryusuke Konishi
1
-45
/
+40
2024-09-02
nilfs2: use kthread_create and kthread_stop for the log writer thread
Ryusuke Konishi
2
-54
/
+31
2024-09-02
nilfs2: remove sc_timer_task
Ryusuke Konishi
2
-4
/
+1
2024-09-02
nilfs2: do not repair reserved inode bitmap in nilfs_new_inode()
Ryusuke Konishi
1
-13
/
+0
2024-09-02
nilfs2: eliminate the shared counter and spinlock for i_generation
Ryusuke Konishi
3
-15
/
+2
2024-09-02
nilfs2: separate inode type information from i_state field
Ryusuke Konishi
4
-46
/
+28
2024-09-02
nilfs2: use the BITS_PER_LONG macro
Ryusuke Konishi
1
-3
/
+2
2024-09-02
nilfs2: use common implementation of file type
Huang Xiaojia
1
-39
/
+5
2024-09-02
nfs make use of str_false_true helper
Hongbo Li
1
-6
/
+5
2024-09-02
mm: make use of str_true_false helper
Hongbo Li
1
-2
/
+1
2024-09-02
lib/string_choices: add str_true_false()/str_false_true() helper
Hongbo Li
1
-0
/
+6
2024-09-02
kthread: fix task state in kthread worker if being frozen
Chen Yu
1
-1
/
+9
2024-09-02
scripts/decode_stacktrace.sh: add '-h' flag
Luca Ceresoli
1
-1
/
+5
2024-09-02
scripts/decode_stacktrace.sh: clarify command line
Luca Ceresoli
1
-1
/
+2
2024-09-02
scripts/decode_stacktrace.sh: remove find_module recursion and improve error ...
Luca Ceresoli
1
-20
/
+20
2024-09-02
lib: fix the NULL vs IS_ERR() bug for debugfs_create_dir()
Yang Ruibin
1
-1
/
+1
2024-09-02
dimlib: use *-y instead of *-objs in Makefile
Andy Shevchenko
1
-1
/
+1
2024-09-02
nilfs2: do not propagate ENOENT error from nilfs_sufile_mark_dirty()
Ryusuke Konishi
1
-1
/
+8
2024-09-02
nilfs2: do not propagate ENOENT error from sufile during GC
Ryusuke Konishi
1
-8
/
+56
2024-09-02
nilfs2: do not propagate ENOENT error from sufile during recovery
Ryusuke Konishi
1
-1
/
+10
2024-09-02
nilfs2: treat missing cpfile header block as metadata corruption
Ryusuke Konishi
1
-10
/
+12
2024-09-02
nilfs2: treat missing sufile header block as metadata corruption
Ryusuke Konishi
1
-5
/
+18
2024-09-02
ocfs2: use max() to improve ocfs2_dlm_seq_show()
Thorsten Blum
1
-5
/
+2
2024-09-02
ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()
qasdev
1
-2
/
+2
2024-09-02
ratelimit: convert flags to int to save 8 bytes in size
Mateusz Guzik
1
-1
/
+1
2024-09-02
scripts/decode_stacktrace.sh: nix-ify
Kent Overstreet
1
-1
/
+1
2024-09-02
ocfs2: fix unexpected zeroing of virtual disk
Chi Zhiling
1
-1
/
+1
2024-09-02
ocfs2: remove custom swap functions in favor of built-in sort swap
Kuan-Wei Chiu
3
-33
/
+7
2024-09-02
Document/kexec: generalize crash hotplug description
Sourabh Jain
5
-25
/
+35
2024-09-02
nilfs2: fix missing initial short descriptions of kernel-doc comments
Ryusuke Konishi
4
-39
/
+32
2024-09-02
nilfs2: fix inconsistencies in kernel-doc comments in segment.h
Ryusuke Konishi
1
-3
/
+4
2024-09-02
nilfs2: describe the members of nilfs_bmap_operations structure
Ryusuke Konishi
1
-1
/
+14
2024-09-02
nilfs2: add missing description of nilfs_btree_path structure
Ryusuke Konishi
1
-0
/
+1
2024-09-02
nilfs2: fix incorrect kernel-doc declaration of nilfs_palloc_req structure
Ryusuke Konishi
1
-1
/
+1
2024-09-02
nilfs2: improve kernel-doc comments for b-tree node helpers
Ryusuke Konishi
1
-9
/
+54
2024-09-02
nilfs2: add missing argument descriptions for ioctl-related helpers
Ryusuke Konishi
1
-2
/
+15
2024-09-02
nilfs2: add missing argument description for __nilfs_error()
Ryusuke Konishi
1
-0
/
+4
2024-09-02
nilfs2: do not output warnings when clearing dirty buffers
Ryusuke Konishi
4
-23
/
+10
[next]